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-21T02:50:06Z in 0.223 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:37955
    name:
    Hovden
    label:
    Hovden, Sykkylven
    category:

    1 results

    1. onstreetBus
    municipality:
    Sykkylven
    county:
    Møre og Romsdal
    lat:
    62.384233
    lon:
    6.448659
  2. id:
    NSR:StopPlace:37418
    name:
    Hovden
    label:
    Hovden, Gulen
    category:

    1 results

    1. onstreetBus
    municipality:
    Gulen
    county:
    Vestland
    lat:
    60.843422
    lon:
    5.129883
  3. id:
    NSR:StopPlace:30817
    name:
    Hovden
    label:
    Hovden, Ullensvang
    category:

    1 results

    1. onstreetBus
    municipality:
    Ullensvang
    county:
    Vestland
    lat:
    60.054702
    lon:
    6.546156
  4. id:
    NSR:StopPlace:37959
    name:
    Hovden
    label:
    Hovden, Hareid
    category:

    1 results

    1. onstreetBus
    municipality:
    Hareid
    county:
    Møre og Romsdal
    lat:
    62.347446
    lon:
    5.970818
  5. id:
    NSR:StopPlace:40271
    name:
    Hovden
    label:
    Hovden, Vanylven
    category:

    1 results

    1. onstreetBus
    municipality:
    Vanylven
    county:
    Møre og Romsdal
    lat:
    62.18883
    lon:
    5.825512
  6. id:
    NSR:StopPlace:34370
    name:
    Hovden
    label:
    Hovden, Gloppen
    category:

    1 results

    1. onstreetBus
    municipality:
    Gloppen
    county:
    Vestland
    lat:
    61.742144
    lon:
    6.397688
  7. id:
    NSR:StopPlace:52654
    name:
    Hovden
    label:
    Hovden, Ibestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Ibestad
    county:
    Troms
    lat:
    68.860379
    lon:
    17.041152
  8. id:
    NSR:StopPlace:36929
    name:
    Hovden
    label:
    Hovden, Høyanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Høyanger
    county:
    Vestland
    lat:
    61.189747
    lon:
    5.817413
  9. id:
    NSR:StopPlace:47331
    name:
    Hovden
    label:
    Hovden, Bø
    category:

    1 results

    1. onstreetBus
    municipality:
    county:
    Nordland
    lat:
    68.816414
    lon:
    14.553644
  10. id:
    NSR:StopPlace:8703
    name:
    Hovdeng
    label:
    Hovdeng, Engerdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Engerdal
    county:
    Innlandet
    lat:
    61.84017
    lon:
    11.986379
  11. id:
    NSR:StopPlace:62314
    name:
    Ørsta-Volda lufthamn
    label:
    Ørsta-Volda lufthamn, Ørsta
    category:

    2 results

    1. onstreetBus
    2. airport
    municipality:
    Ørsta
    county:
    Møre og Romsdal
    lat:
    62.17996
    lon:
    6.079656
  12. id:
    NSR:StopPlace:56901
    name:
    Hovdenes
    label:
    Hovdenes, Alta
    category:

    1 results

    1. onstreetBus
    municipality:
    Alta
    county:
    Finnmark
    lat:
    70.075049
    lon:
    22.983007
  13. id:
    NSR:StopPlace:22753
    name:
    Hovden vestre
    label:
    Hovden vestre, Farsund
    category:

    1 results

    1. onstreetBus
    municipality:
    Farsund
    county:
    Agder
    lat:
    58.082671
    lon:
    6.876327
  14. id:
    NSR:StopPlace:22764
    name:
    Hovden sentrum
    label:
    Hovden sentrum, Bykle
    category:

    1 results

    1. onstreetBus
    municipality:
    Bykle
    county:
    Agder
    lat:
    59.55986
    lon:
    7.356665
  15. id:
    NSR:StopPlace:37965
    name:
    Hovden skule
    label:
    Hovden skule, Ørsta
    category:

    1 results

    1. onstreetBus
    municipality:
    Ørsta
    county:
    Møre og Romsdal
    lat:
    62.185654
    lon:
    6.083703
  16. id:
    NSR:StopPlace:64177
    name:
    Hovden sør
    label:
    Hovden sør, Bykle
    category:

    1 results

    1. onstreetBus
    municipality:
    Bykle
    county:
    Agder
    lat:
    59.554158
    lon:
    7.363898
  17. id:
    NSR:StopPlace:22761
    name:
    Hovden fjellstoge
    label:
    Hovden fjellstoge, Bykle
    category:

    1 results

    1. onstreetBus
    municipality:
    Bykle
    county:
    Agder
    lat:
    59.578901
    lon:
    7.389685
  18. id:
    NSR:StopPlace:22759
    name:
    Hovden gård
    label:
    Hovden gård, Bykle
    category:

    1 results

    1. onstreetBus
    municipality:
    Bykle
    county:
    Agder
    lat:
    59.55983
    lon:
    7.316684
  19. id:
    NSR:StopPlace:22767
    name:
    Hovden alpinsenter
    label:
    Hovden alpinsenter, Bykle
    category:

    1 results

    1. onstreetBus
    municipality:
    Bykle
    county:
    Agder
    lat:
    59.568894
    lon:
    7.352651
  20. id:
    NSR:StopPlace:63325
    name:
    Hovden nord
    label:
    Hovden nord, Bykle
    category:

    1 results

    1. onstreetBus
    municipality:
    Bykle
    county:
    Agder
    lat:
    59.566062
    lon:
    7.363779
  21. id:
    NSR:StopPlace:64363
    name:
    Hovden skiheis
    label:
    Hovden skiheis, Oppdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Oppdal
    county:
    Trøndelag
    lat:
    62.600935
    lon:
    9.68657
  22. id:
    NSR:StopPlace:22756
    name:
    Hovden busstasjon
    label:
    Hovden busstasjon, Bykle
    category:

    1 results

    1. onstreetBus
    municipality:
    Bykle
    county:
    Agder
    lat:
    59.557818
    lon:
    7.35772
  23. id:
    NSR:StopPlace:37972
    name:
    Hovdenakkvågen
    label:
    Hovdenakkvågen, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.717851
    lon:
    7.427932
  24. id:
    NSR:StopPlace:6350
    name:
    Holmen
    label:
    Holmen, Oslo
    category:

    1 results

    1. metroStation
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.946029
    lon:
    10.667379
  25. id:
    NSR:StopPlace:5518
    name:
    Horgen
    label:
    Horgen, Frogn
    category:

    1 results

    1. onstreetBus
    municipality:
    Frogn
    county:
    Akershus
    lat:
    59.688692
    lon:
    10.733409
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:37955
    name:
    Hovden
    label:
    Hovden, Sykkylven
    category:

    1 results

    1. onstreetBus
    municipality:
    Sykkylven
    county:
    Møre og Romsdal
    lat:
    62.384233
    lon:
    6.448659
  2. id:
    NSR:StopPlace:37418
    name:
    Hovden
    label:
    Hovden, Gulen
    category:

    1 results

    1. onstreetBus
    municipality:
    Gulen
    county:
    Vestland
    lat:
    60.843422
    lon:
    5.129883
  3. id:
    NSR:StopPlace:30817
    name:
    Hovden
    label:
    Hovden, Ullensvang
    category:

    1 results

    1. onstreetBus
    municipality:
    Ullensvang
    county:
    Vestland
    lat:
    60.054702
    lon:
    6.546156
  4. id:
    NSR:StopPlace:37959
    name:
    Hovden
    label:
    Hovden, Hareid
    category:

    1 results

    1. onstreetBus
    municipality:
    Hareid
    county:
    Møre og Romsdal
    lat:
    62.347446
    lon:
    5.970818
  5. id:
    NSR:StopPlace:40271
    name:
    Hovden
    label:
    Hovden, Vanylven
    category:

    1 results

    1. onstreetBus
    municipality:
    Vanylven
    county:
    Møre og Romsdal
    lat:
    62.18883
    lon:
    5.825512
  6. id:
    NSR:StopPlace:34370
    name:
    Hovden
    label:
    Hovden, Gloppen
    category:

    1 results

    1. onstreetBus
    municipality:
    Gloppen
    county:
    Vestland
    lat:
    61.742144
    lon:
    6.397688
  7. id:
    NSR:StopPlace:52654
    name:
    Hovden
    label:
    Hovden, Ibestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Ibestad
    county:
    Troms
    lat:
    68.860379
    lon:
    17.041152
  8. id:
    NSR:StopPlace:36929
    name:
    Hovden
    label:
    Hovden, Høyanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Høyanger
    county:
    Vestland
    lat:
    61.189747
    lon:
    5.817413
  9. id:
    NSR:StopPlace:47331
    name:
    Hovden
    label:
    Hovden, Bø
    category:

    1 results

    1. onstreetBus
    municipality:
    county:
    Nordland
    lat:
    68.816414
    lon:
    14.553644
  10. id:
    NSR:StopPlace:8703
    name:
    Hovdeng
    label:
    Hovdeng, Engerdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Engerdal
    county:
    Innlandet
    lat:
    61.84017
    lon:
    11.986379
  11. id:
    NSR:StopPlace:62314
    name:
    Ørsta-Volda lufthamn
    label:
    Ørsta-Volda lufthamn, Ørsta
    category:

    2 results

    1. onstreetBus
    2. airport
    municipality:
    Ørsta
    county:
    Møre og Romsdal
    lat:
    62.17996
    lon:
    6.079656
  12. id:
    NSR:StopPlace:56901
    name:
    Hovdenes
    label:
    Hovdenes, Alta
    category:

    1 results

    1. onstreetBus
    municipality:
    Alta
    county:
    Finnmark
    lat:
    70.075049
    lon:
    22.983007
  13. id:
    NSR:StopPlace:22753
    name:
    Hovden vestre
    label:
    Hovden vestre, Farsund
    category:

    1 results

    1. onstreetBus
    municipality:
    Farsund
    county:
    Agder
    lat:
    58.082671
    lon:
    6.876327
  14. id:
    NSR:StopPlace:22764
    name:
    Hovden sentrum
    label:
    Hovden sentrum, Bykle
    category:

    1 results

    1. onstreetBus
    municipality:
    Bykle
    county:
    Agder
    lat:
    59.55986
    lon:
    7.356665
  15. id:
    NSR:StopPlace:37965
    name:
    Hovden skule
    label:
    Hovden skule, Ørsta
    category:

    1 results

    1. onstreetBus
    municipality:
    Ørsta
    county:
    Møre og Romsdal
    lat:
    62.185654
    lon:
    6.083703
  16. id:
    NSR:StopPlace:64177
    name:
    Hovden sør
    label:
    Hovden sør, Bykle
    category:

    1 results

    1. onstreetBus
    municipality:
    Bykle
    county:
    Agder
    lat:
    59.554158
    lon:
    7.363898
  17. id:
    NSR:StopPlace:22761
    name:
    Hovden fjellstoge
    label:
    Hovden fjellstoge, Bykle
    category:

    1 results

    1. onstreetBus
    municipality:
    Bykle
    county:
    Agder
    lat:
    59.578901
    lon:
    7.389685
  18. id:
    NSR:StopPlace:22759
    name:
    Hovden gård
    label:
    Hovden gård, Bykle
    category:

    1 results

    1. onstreetBus
    municipality:
    Bykle
    county:
    Agder
    lat:
    59.55983
    lon:
    7.316684
  19. id:
    NSR:StopPlace:22767
    name:
    Hovden alpinsenter
    label:
    Hovden alpinsenter, Bykle
    category:

    1 results

    1. onstreetBus
    municipality:
    Bykle
    county:
    Agder
    lat:
    59.568894
    lon:
    7.352651
  20. id:
    NSR:StopPlace:63325
    name:
    Hovden nord
    label:
    Hovden nord, Bykle
    category:

    1 results

    1. onstreetBus
    municipality:
    Bykle
    county:
    Agder
    lat:
    59.566062
    lon:
    7.363779
  21. id:
    NSR:StopPlace:64363
    name:
    Hovden skiheis
    label:
    Hovden skiheis, Oppdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Oppdal
    county:
    Trøndelag
    lat:
    62.600935
    lon:
    9.68657
  22. id:
    NSR:StopPlace:22756
    name:
    Hovden busstasjon
    label:
    Hovden busstasjon, Bykle
    category:

    1 results

    1. onstreetBus
    municipality:
    Bykle
    county:
    Agder
    lat:
    59.557818
    lon:
    7.35772
  23. id:
    NSR:StopPlace:37972
    name:
    Hovdenakkvågen
    label:
    Hovdenakkvågen, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.717851
    lon:
    7.427932
  24. id:
    NSR:StopPlace:6350
    name:
    Holmen
    label:
    Holmen, Oslo
    category:

    1 results

    1. metroStation
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.946029
    lon:
    10.667379
  25. id:
    NSR:StopPlace:5518
    name:
    Horgen
    label:
    Horgen, Frogn
    category:

    1 results

    1. onstreetBus
    municipality:
    Frogn
    county:
    Akershus
    lat:
    59.688692
    lon:
    10.733409
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.