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-22T02:25:52Z in 0.479 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:48082
    name:
    Hopen
    label:
    Hopen, Vågan
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågan
    county:
    Nordland
    lat:
    68.194357
    lon:
    14.347522
  2. id:
    NSR:StopPlace:49343
    name:
    Hopen
    label:
    Hopen, Bodø
    category:

    1 results

    1. onstreetBus
    municipality:
    Bodø
    county:
    Nordland
    lat:
    67.314009
    lon:
    14.732081
  3. id:
    NSR:StopPlace:34273
    name:
    Hopen
    label:
    Hopen, Aurland
    category:

    1 results

    1. onstreetBus
    municipality:
    Aurland
    county:
    Vestland
    lat:
    60.904863
    lon:
    7.195278
  4. id:
    NSR:StopPlace:36663
    name:
    Hopen
    label:
    Hopen, Kinn
    category:

    1 results

    1. onstreetBus
    municipality:
    Kinn
    county:
    Vestland
    lat:
    61.562907
    lon:
    5.328732
  5. id:
    NSR:StopPlace:37897
    name:
    Hopen brygge
    label:
    Hopen brygge, Smøla
    category:

    1 results

    1. onstreetBus
    municipality:
    Smøla
    county:
    Møre og Romsdal
    lat:
    63.465939
    lon:
    8.010326
  6. id:
    NSR:StopPlace:40946
    name:
    Hopen sentrum
    label:
    Hopen sentrum, Smøla
    category:

    1 results

    1. onstreetBus
    municipality:
    Smøla
    county:
    Møre og Romsdal
    lat:
    63.459847
    lon:
    8.015336
  7. id:
    NSR:StopPlace:37900
    name:
    Hopen kirke
    label:
    Hopen kirke, Smøla
    category:

    1 results

    1. onstreetBus
    municipality:
    Smøla
    county:
    Møre og Romsdal
    lat:
    63.465211
    lon:
    8.014521
  8. id:
    NSR:StopPlace:48084
    name:
    Hopen kryss
    label:
    Hopen kryss, Vågan
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågan
    county:
    Nordland
    lat:
    68.211546
    lon:
    14.351999
  9. id:
    NSR:StopPlace:50155
    name:
    Hopenga
    label:
    Hopenga, Sørfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Sørfold
    county:
    Nordland
    lat:
    67.447511
    lon:
    15.472982
  10. id:
    NSR:StopPlace:52640
    name:
    Hopenvegen
    label:
    Hopenvegen, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.642715
    lon:
    18.908777
  11. id:
    NSR:StopPlace:6647
    name:
    Hope nord
    label:
    Hope nord, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.789047
    lon:
    5.036675
  12. id:
    NSR:StopPlace:17022
    name:
    Hølen
    label:
    Hølen, Ringerike
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringerike
    county:
    Buskerud
    lat:
    60.3787
    lon:
    9.82181
  13. id:
    NSR:StopPlace:52779
    name:
    Hølen
    label:
    Hølen, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.192799
    lon:
    19.289043
  14. id:
    NSR:StopPlace:31834
    name:
    Holen
    label:
    Holen, Bergen
    category:

    1 results

    1. onstreetBus
    municipality:
    Bergen
    county:
    Vestland
    lat:
    60.390462
    lon:
    5.283304
  15. id:
    NSR:StopPlace:37799
    name:
    Holen
    label:
    Holen, Sula
    category:

    1 results

    1. onstreetBus
    municipality:
    Sula
    county:
    Møre og Romsdal
    lat:
    62.440716
    lon:
    6.223519
  16. id:
    NSR:StopPlace:37802
    name:
    Holen
    label:
    Holen, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.793567
    lon:
    8.093855
  17. id:
    NSR:StopPlace:41877
    name:
    Hosen
    label:
    Hosen, Åfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Åfjord
    county:
    Trøndelag
    lat:
    64.054519
    lon:
    9.955255
  18. id:
    NSR:StopPlace:18868
    name:
    Høyen
    label:
    Høyen, Drammen
    category:

    1 results

    1. onstreetBus
    municipality:
    Drammen
    county:
    Buskerud
    lat:
    59.566744
    lon:
    10.390344
  19. id:
    NSR:StopPlace:12318
    name:
    Holen
    label:
    Holen, Vågå
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågå
    county:
    Innlandet
    lat:
    61.894069
    lon:
    9.032769
  20. id:
    NSR:StopPlace:44781
    name:
    Hoven
    label:
    Hoven, Indre Fosen
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Fosen
    county:
    Trøndelag
    lat:
    63.624896
    lon:
    10.538716
  21. id:
    NSR:StopPlace:7832
    name:
    Holen
    label:
    Holen, Alvdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Alvdal
    county:
    Innlandet
    lat:
    62.083817
    lon:
    10.629326
  22. id:
    NSR:StopPlace:11289
    name:
    Holen
    label:
    Holen, Nord-Fron
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Fron
    county:
    Innlandet
    lat:
    61.596186
    lon:
    9.783424
  23. id:
    NSR:StopPlace:14484
    name:
    Holen
    label:
    Holen, Lesja
    category:

    1 results

    1. onstreetBus
    municipality:
    Lesja
    county:
    Innlandet
    lat:
    62.13405
    lon:
    8.71527
  24. id:
    NSR:StopPlace:35734
    name:
    Holen
    label:
    Holen, Volda
    category:

    1 results

    1. onstreetBus
    municipality:
    Volda
    county:
    Møre og Romsdal
    lat:
    61.939614
    lon:
    6.485678
  25. id:
    NSR:StopPlace:36251
    name:
    Horpen
    label:
    Horpen, Luster
    category:

    1 results

    1. onstreetBus
    municipality:
    Luster
    county:
    Vestland
    lat:
    61.67331
    lon:
    7.325188
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:48082
    name:
    Hopen
    label:
    Hopen, Vågan
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågan
    county:
    Nordland
    lat:
    68.194357
    lon:
    14.347522
  2. id:
    NSR:StopPlace:49343
    name:
    Hopen
    label:
    Hopen, Bodø
    category:

    1 results

    1. onstreetBus
    municipality:
    Bodø
    county:
    Nordland
    lat:
    67.314009
    lon:
    14.732081
  3. id:
    NSR:StopPlace:34273
    name:
    Hopen
    label:
    Hopen, Aurland
    category:

    1 results

    1. onstreetBus
    municipality:
    Aurland
    county:
    Vestland
    lat:
    60.904863
    lon:
    7.195278
  4. id:
    NSR:StopPlace:36663
    name:
    Hopen
    label:
    Hopen, Kinn
    category:

    1 results

    1. onstreetBus
    municipality:
    Kinn
    county:
    Vestland
    lat:
    61.562907
    lon:
    5.328732
  5. id:
    NSR:StopPlace:37897
    name:
    Hopen brygge
    label:
    Hopen brygge, Smøla
    category:

    1 results

    1. onstreetBus
    municipality:
    Smøla
    county:
    Møre og Romsdal
    lat:
    63.465939
    lon:
    8.010326
  6. id:
    NSR:StopPlace:40946
    name:
    Hopen sentrum
    label:
    Hopen sentrum, Smøla
    category:

    1 results

    1. onstreetBus
    municipality:
    Smøla
    county:
    Møre og Romsdal
    lat:
    63.459847
    lon:
    8.015336
  7. id:
    NSR:StopPlace:37900
    name:
    Hopen kirke
    label:
    Hopen kirke, Smøla
    category:

    1 results

    1. onstreetBus
    municipality:
    Smøla
    county:
    Møre og Romsdal
    lat:
    63.465211
    lon:
    8.014521
  8. id:
    NSR:StopPlace:48084
    name:
    Hopen kryss
    label:
    Hopen kryss, Vågan
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågan
    county:
    Nordland
    lat:
    68.211546
    lon:
    14.351999
  9. id:
    NSR:StopPlace:50155
    name:
    Hopenga
    label:
    Hopenga, Sørfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Sørfold
    county:
    Nordland
    lat:
    67.447511
    lon:
    15.472982
  10. id:
    NSR:StopPlace:52640
    name:
    Hopenvegen
    label:
    Hopenvegen, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.642715
    lon:
    18.908777
  11. id:
    NSR:StopPlace:6647
    name:
    Hope nord
    label:
    Hope nord, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.789047
    lon:
    5.036675
  12. id:
    NSR:StopPlace:17022
    name:
    Hølen
    label:
    Hølen, Ringerike
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringerike
    county:
    Buskerud
    lat:
    60.3787
    lon:
    9.82181
  13. id:
    NSR:StopPlace:52779
    name:
    Hølen
    label:
    Hølen, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.192799
    lon:
    19.289043
  14. id:
    NSR:StopPlace:31834
    name:
    Holen
    label:
    Holen, Bergen
    category:

    1 results

    1. onstreetBus
    municipality:
    Bergen
    county:
    Vestland
    lat:
    60.390462
    lon:
    5.283304
  15. id:
    NSR:StopPlace:37799
    name:
    Holen
    label:
    Holen, Sula
    category:

    1 results

    1. onstreetBus
    municipality:
    Sula
    county:
    Møre og Romsdal
    lat:
    62.440716
    lon:
    6.223519
  16. id:
    NSR:StopPlace:37802
    name:
    Holen
    label:
    Holen, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.793567
    lon:
    8.093855
  17. id:
    NSR:StopPlace:41877
    name:
    Hosen
    label:
    Hosen, Åfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Åfjord
    county:
    Trøndelag
    lat:
    64.054519
    lon:
    9.955255
  18. id:
    NSR:StopPlace:18868
    name:
    Høyen
    label:
    Høyen, Drammen
    category:

    1 results

    1. onstreetBus
    municipality:
    Drammen
    county:
    Buskerud
    lat:
    59.566744
    lon:
    10.390344
  19. id:
    NSR:StopPlace:12318
    name:
    Holen
    label:
    Holen, Vågå
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågå
    county:
    Innlandet
    lat:
    61.894069
    lon:
    9.032769
  20. id:
    NSR:StopPlace:44781
    name:
    Hoven
    label:
    Hoven, Indre Fosen
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Fosen
    county:
    Trøndelag
    lat:
    63.624896
    lon:
    10.538716
  21. id:
    NSR:StopPlace:7832
    name:
    Holen
    label:
    Holen, Alvdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Alvdal
    county:
    Innlandet
    lat:
    62.083817
    lon:
    10.629326
  22. id:
    NSR:StopPlace:11289
    name:
    Holen
    label:
    Holen, Nord-Fron
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Fron
    county:
    Innlandet
    lat:
    61.596186
    lon:
    9.783424
  23. id:
    NSR:StopPlace:14484
    name:
    Holen
    label:
    Holen, Lesja
    category:

    1 results

    1. onstreetBus
    municipality:
    Lesja
    county:
    Innlandet
    lat:
    62.13405
    lon:
    8.71527
  24. id:
    NSR:StopPlace:35734
    name:
    Holen
    label:
    Holen, Volda
    category:

    1 results

    1. onstreetBus
    municipality:
    Volda
    county:
    Møre og Romsdal
    lat:
    61.939614
    lon:
    6.485678
  25. id:
    NSR:StopPlace:36251
    name:
    Horpen
    label:
    Horpen, Luster
    category:

    1 results

    1. onstreetBus
    municipality:
    Luster
    county:
    Vestland
    lat:
    61.67331
    lon:
    7.325188
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.