search_stops

Search Norway's National Stop Register by stop name.

Signature: search_stops(query: string, required; limit: integer, items, optional, default 10; lang: string, optional, default 'no'; offset: integer, items, optional, default 0)

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/entur/search_stops/?query={query}&limit=10&lang=no&offset=0

Replace {query}, {limit}, {lang} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/entur/search_stops?query={query}&limit=10&lang=no&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
queryrequiredstringStop name or place, e.g. "Oslo S".
limitoptionalintegerMaximum hits, 1-100. Unit: items.
langoptionalstringResult language, normally "no" or "en".
offsetoptionalintegerNumber of list items to skip; default 0.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/entur/search_stops?query={query}&limit=10&lang=no&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/entur/search_stops?query={query}&limit=10&lang=no&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/entur/search_stops?query={query}&limit=10&lang=no&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "entur",
  "operation": "search_stops",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "...", "feedback": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: string. Stop name or place, e.g. "Oslo S".
Type: integer. Maximum hits, 1-100. Unit: items.
Type: string. Result language, normally "no" or "en".

Result

Source: Entur. Retrieved 2026-09-22T15:43:00Z in 0.149 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:60654
    name:
    Ånes
    label:
    Ånes, Lierne
    category:

    1 results

    1. onstreetBus
    municipality:
    Lierne
    county:
    Trøndelag
    lat:
    64.435198
    lon:
    13.46191
  2. id:
    NSR:StopPlace:50256
    name:
    Ånes
    label:
    Ånes, Andøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Andøy
    county:
    Nordland
    lat:
    69.062292
    lon:
    15.767746
  3. id:
    NSR:StopPlace:47881
    name:
    Ånes
    label:
    Ånes, Sortland
    category:

    1 results

    1. onstreetBus
    municipality:
    Sortland
    county:
    Nordland
    lat:
    68.67489
    lon:
    15.477672
  4. id:
    NSR:StopPlace:59114
    name:
    Ånes
    label:
    Ånes, Bergen
    category:

    1 results

    1. onstreetBus
    municipality:
    Bergen
    county:
    Vestland
    lat:
    60.268312
    lon:
    5.368668
  5. id:
    NSR:StopPlace:60307
    name:
    Ånes
    label:
    Ånes, Aure
    category:

    1 results

    1. onstreetBus
    municipality:
    Aure
    county:
    Møre og Romsdal
    lat:
    63.271455
    lon:
    8.466527
  6. id:
    NSR:StopPlace:47351
    name:
    Ånes
    label:
    Ånes, Vefsn
    category:

    1 results

    1. onstreetBus
    municipality:
    Vefsn
    county:
    Nordland
    lat:
    65.890543
    lon:
    13.441277
  7. id:
    NSR:StopPlace:45952
    name:
    Ånes vegdele
    label:
    Ånes vegdele, Nærøysund
    category:

    1 results

    1. onstreetBus
    municipality:
    Nærøysund
    county:
    Trøndelag
    lat:
    64.864916
    lon:
    11.569692
  8. id:
    NSR:StopPlace:47877
    name:
    Ånes sør
    label:
    Ånes sør, Sortland
    category:

    1 results

    1. onstreetBus
    municipality:
    Sortland
    county:
    Nordland
    lat:
    68.670759
    lon:
    15.476442
  9. id:
    NSR:StopPlace:60860
    name:
    Ånestadkrysset
    label:
    Ånestadkrysset, Løten
    category:

    1 results

    1. onstreetBus
    municipality:
    Løten
    county:
    Innlandet
    lat:
    60.848781
    lon:
    11.370066
  10. id:
    NSR:StopPlace:51360
    name:
    Åneset
    label:
    Åneset, Rana
    category:

    1 results

    1. onstreetBus
    municipality:
    Rana
    county:
    Nordland
    lat:
    66.333308
    lon:
    14.109468
  11. id:
    NSR:StopPlace:26755
    name:
    Ånestadvegen 256
    label:
    Ånestadvegen 256, Hå
    category:

    1 results

    1. onstreetBus
    municipality:
    county:
    Rogaland
    lat:
    58.635064
    lon:
    5.657919
  12. id:
    NSR:StopPlace:61831
    name:
    Ånestadvegen
    label:
    Ånestadvegen, Løten
    category:

    1 results

    1. onstreetBus
    municipality:
    Løten
    county:
    Innlandet
    lat:
    60.850337
    lon:
    11.368082
  13. id:
    NSR:StopPlace:3523
    name:
    Ånesrud
    label:
    Ånesrud, Nannestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Nannestad
    county:
    Akershus
    lat:
    60.195978
    lon:
    11.011181
  14. id:
    NSR:StopPlace:46323
    name:
    Åneset
    label:
    Åneset, Nærøysund
    category:

    1 results

    1. onstreetBus
    municipality:
    Nærøysund
    county:
    Trøndelag
    lat:
    64.859773
    lon:
    11.558122
  15. id:
    NSR:StopPlace:64273
    name:
    Ånestad bru
    label:
    Ånestad bru, Løten
    category:

    1 results

    1. onstreetBus
    municipality:
    Løten
    county:
    Innlandet
    lat:
    60.846029
    lon:
    11.358242
  16. id:
    NSR:StopPlace:38840
    name:
    Åneskrysset
    label:
    Åneskrysset, Aure
    category:

    1 results

    1. onstreetBus
    municipality:
    Aure
    county:
    Møre og Romsdal
    lat:
    63.264353
    lon:
    8.441695
  17. id:
    NSR:StopPlace:38843
    name:
    Åneskrysset
    label:
    Åneskrysset, Kristiansund
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansund
    county:
    Møre og Romsdal
    lat:
    63.085949
    lon:
    7.88285
  18. id:
    NSR:StopPlace:31859
    name:
    Ænes
    label:
    Ænes, Kvinnherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinnherad
    county:
    Vestland
    lat:
    60.09289
    lon:
    6.111381
  19. id:
    NSR:StopPlace:31862
    name:
    Æneselva
    label:
    Æneselva, Kvinnherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinnherad
    county:
    Vestland
    lat:
    60.090094
    lon:
    6.107638
  20. id:
    NSR:StopPlace:60006
    name:
    Ænesvika
    label:
    Ænesvika, Kvinnherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinnherad
    county:
    Vestland
    lat:
    60.093817
    lon:
    6.120214
  21. id:
    NSR:StopPlace:9911
    name:
    Årnes
    label:
    Årnes, Kongsvinger
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsvinger
    county:
    Innlandet
    lat:
    60.322654
    lon:
    12.003671
  22. id:
    NSR:StopPlace:36478
    name:
    Åsnes
    label:
    Åsnes, Fjaler
    category:

    1 results

    1. onstreetBus
    municipality:
    Fjaler
    county:
    Vestland
    lat:
    61.33705
    lon:
    5.20272
  23. id:
    NSR:StopPlace:6548
    name:
    Årnes
    label:
    Årnes, Oslo
    category:

    1 results

    1. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.988083
    lon:
    10.620577
  24. id:
    NSR:StopPlace:47542
    name:
    Arnes
    label:
    Arnes, Narvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Narvik
    county:
    Nordland
    lat:
    68.345886
    lon:
    16.91889
  25. id:
    NSR:StopPlace:62927
    name:
    Alnes
    label:
    Alnes, Hammerfest
    category:

    1 results

    1. onstreetBus
    municipality:
    Hammerfest
    county:
    Finnmark
    lat:
    70.509194
    lon:
    23.873055
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:60654
    name:
    Ånes
    label:
    Ånes, Lierne
    category:

    1 results

    1. onstreetBus
    municipality:
    Lierne
    county:
    Trøndelag
    lat:
    64.435198
    lon:
    13.46191
  2. id:
    NSR:StopPlace:50256
    name:
    Ånes
    label:
    Ånes, Andøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Andøy
    county:
    Nordland
    lat:
    69.062292
    lon:
    15.767746
  3. id:
    NSR:StopPlace:47881
    name:
    Ånes
    label:
    Ånes, Sortland
    category:

    1 results

    1. onstreetBus
    municipality:
    Sortland
    county:
    Nordland
    lat:
    68.67489
    lon:
    15.477672
  4. id:
    NSR:StopPlace:59114
    name:
    Ånes
    label:
    Ånes, Bergen
    category:

    1 results

    1. onstreetBus
    municipality:
    Bergen
    county:
    Vestland
    lat:
    60.268312
    lon:
    5.368668
  5. id:
    NSR:StopPlace:60307
    name:
    Ånes
    label:
    Ånes, Aure
    category:

    1 results

    1. onstreetBus
    municipality:
    Aure
    county:
    Møre og Romsdal
    lat:
    63.271455
    lon:
    8.466527
  6. id:
    NSR:StopPlace:47351
    name:
    Ånes
    label:
    Ånes, Vefsn
    category:

    1 results

    1. onstreetBus
    municipality:
    Vefsn
    county:
    Nordland
    lat:
    65.890543
    lon:
    13.441277
  7. id:
    NSR:StopPlace:45952
    name:
    Ånes vegdele
    label:
    Ånes vegdele, Nærøysund
    category:

    1 results

    1. onstreetBus
    municipality:
    Nærøysund
    county:
    Trøndelag
    lat:
    64.864916
    lon:
    11.569692
  8. id:
    NSR:StopPlace:47877
    name:
    Ånes sør
    label:
    Ånes sør, Sortland
    category:

    1 results

    1. onstreetBus
    municipality:
    Sortland
    county:
    Nordland
    lat:
    68.670759
    lon:
    15.476442
  9. id:
    NSR:StopPlace:60860
    name:
    Ånestadkrysset
    label:
    Ånestadkrysset, Løten
    category:

    1 results

    1. onstreetBus
    municipality:
    Løten
    county:
    Innlandet
    lat:
    60.848781
    lon:
    11.370066
  10. id:
    NSR:StopPlace:51360
    name:
    Åneset
    label:
    Åneset, Rana
    category:

    1 results

    1. onstreetBus
    municipality:
    Rana
    county:
    Nordland
    lat:
    66.333308
    lon:
    14.109468
  11. id:
    NSR:StopPlace:26755
    name:
    Ånestadvegen 256
    label:
    Ånestadvegen 256, Hå
    category:

    1 results

    1. onstreetBus
    municipality:
    county:
    Rogaland
    lat:
    58.635064
    lon:
    5.657919
  12. id:
    NSR:StopPlace:61831
    name:
    Ånestadvegen
    label:
    Ånestadvegen, Løten
    category:

    1 results

    1. onstreetBus
    municipality:
    Løten
    county:
    Innlandet
    lat:
    60.850337
    lon:
    11.368082
  13. id:
    NSR:StopPlace:3523
    name:
    Ånesrud
    label:
    Ånesrud, Nannestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Nannestad
    county:
    Akershus
    lat:
    60.195978
    lon:
    11.011181
  14. id:
    NSR:StopPlace:46323
    name:
    Åneset
    label:
    Åneset, Nærøysund
    category:

    1 results

    1. onstreetBus
    municipality:
    Nærøysund
    county:
    Trøndelag
    lat:
    64.859773
    lon:
    11.558122
  15. id:
    NSR:StopPlace:64273
    name:
    Ånestad bru
    label:
    Ånestad bru, Løten
    category:

    1 results

    1. onstreetBus
    municipality:
    Løten
    county:
    Innlandet
    lat:
    60.846029
    lon:
    11.358242
  16. id:
    NSR:StopPlace:38840
    name:
    Åneskrysset
    label:
    Åneskrysset, Aure
    category:

    1 results

    1. onstreetBus
    municipality:
    Aure
    county:
    Møre og Romsdal
    lat:
    63.264353
    lon:
    8.441695
  17. id:
    NSR:StopPlace:38843
    name:
    Åneskrysset
    label:
    Åneskrysset, Kristiansund
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansund
    county:
    Møre og Romsdal
    lat:
    63.085949
    lon:
    7.88285
  18. id:
    NSR:StopPlace:31859
    name:
    Ænes
    label:
    Ænes, Kvinnherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinnherad
    county:
    Vestland
    lat:
    60.09289
    lon:
    6.111381
  19. id:
    NSR:StopPlace:31862
    name:
    Æneselva
    label:
    Æneselva, Kvinnherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinnherad
    county:
    Vestland
    lat:
    60.090094
    lon:
    6.107638
  20. id:
    NSR:StopPlace:60006
    name:
    Ænesvika
    label:
    Ænesvika, Kvinnherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinnherad
    county:
    Vestland
    lat:
    60.093817
    lon:
    6.120214
  21. id:
    NSR:StopPlace:9911
    name:
    Årnes
    label:
    Årnes, Kongsvinger
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsvinger
    county:
    Innlandet
    lat:
    60.322654
    lon:
    12.003671
  22. id:
    NSR:StopPlace:36478
    name:
    Åsnes
    label:
    Åsnes, Fjaler
    category:

    1 results

    1. onstreetBus
    municipality:
    Fjaler
    county:
    Vestland
    lat:
    61.33705
    lon:
    5.20272
  23. id:
    NSR:StopPlace:6548
    name:
    Årnes
    label:
    Årnes, Oslo
    category:

    1 results

    1. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.988083
    lon:
    10.620577
  24. id:
    NSR:StopPlace:47542
    name:
    Arnes
    label:
    Arnes, Narvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Narvik
    county:
    Nordland
    lat:
    68.345886
    lon:
    16.91889
  25. id:
    NSR:StopPlace:62927
    name:
    Alnes
    label:
    Alnes, Hammerfest
    category:

    1 results

    1. onstreetBus
    municipality:
    Hammerfest
    county:
    Finnmark
    lat:
    70.509194
    lon:
    23.873055
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Will you use the result in generated code?

Open the same result as JSON

Is data missing or incorrect? Send feedback about this result.

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the search_stops lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.