search_stops

Search Norway's National Stop Register by stop name.

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.
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": "..."}
}
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.
Type: string. Result language, normally "no" or "en".

Result

Source: Entur. Retrieved 2026-08-03T04:27:27Z in 0.137 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:45822
    name:
    Sand
    label:
    Sand, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    63.905933
    lon:
    10.922003
  2. id:
    NSR:StopPlace:610
    name:
    Sandvika stasjon
    label:
    Sandvika stasjon, Bærum
    category:

    1 results

    1. railStation
    municipality:
    Bærum
    county:
    Akershus
    lat:
    59.892903
    lon:
    10.525746
  3. id:
    NSR:StopPlace:58872
    name:
    Sandefjord stasjon
    label:
    Sandefjord stasjon, Sandefjord
    category:

    2 results

    1. railStation
    2. onstreetBus
    municipality:
    Sandefjord
    county:
    Vestfold
    lat:
    59.135239
    lon:
    10.22247
  4. id:
    NSR:StopPlace:702
    name:
    Sandnes sentrum stasjon
    label:
    Sandnes sentrum stasjon, Sandnes
    category:

    1 results

    1. railStation
    municipality:
    Sandnes
    county:
    Rogaland
    lat:
    58.852305
    lon:
    5.736575
  5. id:
    NSR:StopPlace:58871
    name:
    Sande stasjon
    label:
    Sande stasjon, Holmestrand
    category:

    2 results

    1. onstreetBus
    2. railStation
    municipality:
    Holmestrand
    county:
    Vestfold
    lat:
    59.585008
    lon:
    10.205497
  6. id:
    NSR:StopPlace:59285
    name:
    Sandnessjøen lufthavn
    label:
    Sandnessjøen lufthavn, Alstahaug
    category:

    3 results

    1. onstreetBus
    2. onstreetBus
    3. airport
    municipality:
    Alstahaug
    county:
    Nordland
    lat:
    65.960127
    lon:
    12.476483
  7. id:
    NSR:StopPlace:59618
    name:
    Sandvika storsenter
    label:
    Sandvika storsenter, Bærum
    category:

    2 results

    1. onstreetBus
    2. onstreetBus
    municipality:
    Bærum
    county:
    Akershus
    lat:
    59.89025
    lon:
    10.518079
  8. id:
    NSR:StopPlace:27352
    name:
    Stora Sandvika
    label:
    Stora Sandvika, Sandnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Sandnes
    county:
    Rogaland
    lat:
    58.897161
    lon:
    5.915434
  9. id:
    NSR:StopPlace:6989
    name:
    Sanderud sykehus
    label:
    Sanderud sykehus, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.782435
    lon:
    11.159446
  10. id:
    NSR:StopPlace:35193
    name:
    Sandnes
    label:
    Sandnes, Stryn
    category:

    1 results

    1. onstreetBus
    municipality:
    Stryn
    county:
    Vestland
    lat:
    61.794878
    lon:
    6.827249
  11. id:
    NSR:StopPlace:50677
    name:
    Sandvågen
    label:
    Sandvågen, Steigen
    category:

    1 results

    1. onstreetBus
    municipality:
    Steigen
    county:
    Nordland
    lat:
    67.92046
    lon:
    15.050736
  12. id:
    NSR:StopPlace:7209
    name:
    Sande
    label:
    Sande, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.764356
    lon:
    11.214021
  13. id:
    NSR:StopPlace:17703
    name:
    Sandefjord stadion
    label:
    Sandefjord stadion, Sandefjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sandefjord
    county:
    Vestfold
    lat:
    59.134676
    lon:
    10.205004
  14. id:
    NSR:StopPlace:36109
    name:
    Sandvik Stadlandet
    label:
    Sandvik Stadlandet, Stad
    category:

    1 results

    1. onstreetBus
    municipality:
    Stad
    county:
    Vestland
    lat:
    62.06959
    lon:
    5.431054
  15. id:
    NSR:StopPlace:44690
    name:
    Sandfærhus
    label:
    Sandfærhus, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.449276
    lon:
    10.914938
  16. id:
    NSR:StopPlace:35117
    name:
    Sande Båtkaia
    label:
    Sande Båtkaia, Stryn
    category:

    1 results

    1. onstreetBus
    municipality:
    Stryn
    county:
    Vestland
    lat:
    61.853985
    lon:
    6.90709
  17. id:
    NSR:StopPlace:35141
    name:
    Sande
    label:
    Sande, Stryn
    category:

    1 results

    1. onstreetBus
    municipality:
    Stryn
    county:
    Vestland
    lat:
    61.851549
    lon:
    6.912125
  18. id:
    NSR:StopPlace:9980
    name:
    Sandli/Stramrud
    label:
    Sandli/Stramrud, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    60.855671
    lon:
    11.099097
  19. id:
    NSR:StopPlace:35139
    name:
    Sandeåsen
    label:
    Sandeåsen, Stryn
    category:

    1 results

    1. onstreetBus
    municipality:
    Stryn
    county:
    Vestland
    lat:
    61.85507
    lon:
    6.905273
  20. id:
    NSR:StopPlace:26051
    name:
    Sandnesgata
    label:
    Sandnesgata, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.962989
    lon:
    5.759397
  21. id:
    NSR:StopPlace:45856
    name:
    Sandbakken
    label:
    Sandbakken, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    64.066693
    lon:
    11.211283
  22. id:
    NSR:StopPlace:26024
    name:
    Sandeidgata
    label:
    Sandeidgata, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.965882
    lon:
    5.739882
  23. id:
    NSR:StopPlace:34888
    name:
    Sandvik
    label:
    Sandvik, Stryn
    category:

    1 results

    1. onstreetBus
    municipality:
    Stryn
    county:
    Vestland
    lat:
    61.911455
    lon:
    7.041868
  24. id:
    NSR:StopPlace:36303
    name:
    Sandvik Barmsund
    label:
    Sandvik Barmsund, Stad
    category:

    1 results

    1. onstreetBus
    municipality:
    Stad
    county:
    Vestland
    lat:
    61.986765
    lon:
    5.294115
  25. id:
    NSR:StopPlace:44884
    name:
    Sandaunet
    label:
    Sandaunet, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.517299
    lon:
    10.779811
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:45822
    name:
    Sand
    label:
    Sand, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    63.905933
    lon:
    10.922003
  2. id:
    NSR:StopPlace:610
    name:
    Sandvika stasjon
    label:
    Sandvika stasjon, Bærum
    category:

    1 results

    1. railStation
    municipality:
    Bærum
    county:
    Akershus
    lat:
    59.892903
    lon:
    10.525746
  3. id:
    NSR:StopPlace:58872
    name:
    Sandefjord stasjon
    label:
    Sandefjord stasjon, Sandefjord
    category:

    2 results

    1. railStation
    2. onstreetBus
    municipality:
    Sandefjord
    county:
    Vestfold
    lat:
    59.135239
    lon:
    10.22247
  4. id:
    NSR:StopPlace:702
    name:
    Sandnes sentrum stasjon
    label:
    Sandnes sentrum stasjon, Sandnes
    category:

    1 results

    1. railStation
    municipality:
    Sandnes
    county:
    Rogaland
    lat:
    58.852305
    lon:
    5.736575
  5. id:
    NSR:StopPlace:58871
    name:
    Sande stasjon
    label:
    Sande stasjon, Holmestrand
    category:

    2 results

    1. onstreetBus
    2. railStation
    municipality:
    Holmestrand
    county:
    Vestfold
    lat:
    59.585008
    lon:
    10.205497
  6. id:
    NSR:StopPlace:59285
    name:
    Sandnessjøen lufthavn
    label:
    Sandnessjøen lufthavn, Alstahaug
    category:

    3 results

    1. onstreetBus
    2. onstreetBus
    3. airport
    municipality:
    Alstahaug
    county:
    Nordland
    lat:
    65.960127
    lon:
    12.476483
  7. id:
    NSR:StopPlace:59618
    name:
    Sandvika storsenter
    label:
    Sandvika storsenter, Bærum
    category:

    2 results

    1. onstreetBus
    2. onstreetBus
    municipality:
    Bærum
    county:
    Akershus
    lat:
    59.89025
    lon:
    10.518079
  8. id:
    NSR:StopPlace:27352
    name:
    Stora Sandvika
    label:
    Stora Sandvika, Sandnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Sandnes
    county:
    Rogaland
    lat:
    58.897161
    lon:
    5.915434
  9. id:
    NSR:StopPlace:6989
    name:
    Sanderud sykehus
    label:
    Sanderud sykehus, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.782435
    lon:
    11.159446
  10. id:
    NSR:StopPlace:35193
    name:
    Sandnes
    label:
    Sandnes, Stryn
    category:

    1 results

    1. onstreetBus
    municipality:
    Stryn
    county:
    Vestland
    lat:
    61.794878
    lon:
    6.827249
  11. id:
    NSR:StopPlace:50677
    name:
    Sandvågen
    label:
    Sandvågen, Steigen
    category:

    1 results

    1. onstreetBus
    municipality:
    Steigen
    county:
    Nordland
    lat:
    67.92046
    lon:
    15.050736
  12. id:
    NSR:StopPlace:7209
    name:
    Sande
    label:
    Sande, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.764356
    lon:
    11.214021
  13. id:
    NSR:StopPlace:17703
    name:
    Sandefjord stadion
    label:
    Sandefjord stadion, Sandefjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sandefjord
    county:
    Vestfold
    lat:
    59.134676
    lon:
    10.205004
  14. id:
    NSR:StopPlace:36109
    name:
    Sandvik Stadlandet
    label:
    Sandvik Stadlandet, Stad
    category:

    1 results

    1. onstreetBus
    municipality:
    Stad
    county:
    Vestland
    lat:
    62.06959
    lon:
    5.431054
  15. id:
    NSR:StopPlace:44690
    name:
    Sandfærhus
    label:
    Sandfærhus, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.449276
    lon:
    10.914938
  16. id:
    NSR:StopPlace:35117
    name:
    Sande Båtkaia
    label:
    Sande Båtkaia, Stryn
    category:

    1 results

    1. onstreetBus
    municipality:
    Stryn
    county:
    Vestland
    lat:
    61.853985
    lon:
    6.90709
  17. id:
    NSR:StopPlace:35141
    name:
    Sande
    label:
    Sande, Stryn
    category:

    1 results

    1. onstreetBus
    municipality:
    Stryn
    county:
    Vestland
    lat:
    61.851549
    lon:
    6.912125
  18. id:
    NSR:StopPlace:9980
    name:
    Sandli/Stramrud
    label:
    Sandli/Stramrud, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    60.855671
    lon:
    11.099097
  19. id:
    NSR:StopPlace:35139
    name:
    Sandeåsen
    label:
    Sandeåsen, Stryn
    category:

    1 results

    1. onstreetBus
    municipality:
    Stryn
    county:
    Vestland
    lat:
    61.85507
    lon:
    6.905273
  20. id:
    NSR:StopPlace:26051
    name:
    Sandnesgata
    label:
    Sandnesgata, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.962989
    lon:
    5.759397
  21. id:
    NSR:StopPlace:45856
    name:
    Sandbakken
    label:
    Sandbakken, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    64.066693
    lon:
    11.211283
  22. id:
    NSR:StopPlace:26024
    name:
    Sandeidgata
    label:
    Sandeidgata, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.965882
    lon:
    5.739882
  23. id:
    NSR:StopPlace:34888
    name:
    Sandvik
    label:
    Sandvik, Stryn
    category:

    1 results

    1. onstreetBus
    municipality:
    Stryn
    county:
    Vestland
    lat:
    61.911455
    lon:
    7.041868
  24. id:
    NSR:StopPlace:36303
    name:
    Sandvik Barmsund
    label:
    Sandvik Barmsund, Stad
    category:

    1 results

    1. onstreetBus
    municipality:
    Stad
    county:
    Vestland
    lat:
    61.986765
    lon:
    5.294115
  25. id:
    NSR:StopPlace:44884
    name:
    Sandaunet
    label:
    Sandaunet, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.517299
    lon:
    10.779811
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Will you use the result in generated code?

Open the same result as JSON

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.