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-20T19:47:14Z in 0.249 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:56921
    name:
    Bjørnsund
    label:
    Bjørnsund, Sør-Varanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Varanger
    county:
    Finnmark
    lat:
    69.466681
    lon:
    30.08035
  2. id:
    NSR:StopPlace:41143
    name:
    Bud Bjørnsundruta
    label:
    Bud Bjørnsundruta, Hustadvika
    category:

    1 results

    1. ferryStop
    municipality:
    Hustadvika
    county:
    Møre og Romsdal
    lat:
    62.906517
    lon:
    6.905268
  3. id:
    NSR:StopPlace:40785
    name:
    Nordre Bjørnsund
    label:
    Nordre Bjørnsund, Hustadvika
    category:

    1 results

    1. ferryStop
    municipality:
    Hustadvika
    county:
    Møre og Romsdal
    lat:
    62.892139
    lon:
    6.825302
  4. id:
    NSR:StopPlace:55784
    name:
    Bjørnlund
    label:
    Bjørnlund, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.551261
    lon:
    21.307073
  5. id:
    NSR:StopPlace:31527
    name:
    Bjørklund
    label:
    Bjørklund, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.665079
    lon:
    6.466881
  6. id:
    NSR:StopPlace:3037
    name:
    Bjørnstad
    label:
    Bjørnstad, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.298534
    lon:
    11.056957
  7. id:
    NSR:StopPlace:55739
    name:
    Bjørklund
    label:
    Bjørklund, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.095003
    lon:
    19.651821
  8. id:
    NSR:StopPlace:56761
    name:
    Bjørnstad
    label:
    Bjørnstad, Alta
    category:

    1 results

    1. onstreetBus
    municipality:
    Alta
    county:
    Finnmark
    lat:
    69.923095
    lon:
    23.515946
  9. id:
    NSR:StopPlace:15501
    name:
    Bjørnsrud
    label:
    Bjørnsrud, Flesberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Flesberg
    county:
    Buskerud
    lat:
    59.8809
    lon:
    9.39398
  10. id:
    NSR:StopPlace:15827
    name:
    Bjørnsrud
    label:
    Bjørnsrud, Nore og Uvdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nore og Uvdal
    county:
    Buskerud
    lat:
    60.267505
    lon:
    8.772231
  11. id:
    NSR:StopPlace:2081
    name:
    Bjørnstad
    label:
    Bjørnstad, Rakkestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Rakkestad
    county:
    Østfold
    lat:
    59.364318
    lon:
    11.475456
  12. id:
    NSR:StopPlace:55733
    name:
    Bjørklund
    label:
    Bjørklund, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.439997
    lon:
    19.64872
  13. id:
    NSR:StopPlace:55811
    name:
    Bjørnstad
    label:
    Bjørnstad, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.324113
    lon:
    18.286107
  14. id:
    NSR:StopPlace:9363
    name:
    Bjørnstad
    label:
    Bjørnstad, Stor-Elvdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stor-Elvdal
    county:
    Innlandet
    lat:
    61.860316
    lon:
    10.209888
  15. id:
    NSR:StopPlace:12717
    name:
    Bjørnstad
    label:
    Bjørnstad, Øyer
    category:

    1 results

    1. onstreetBus
    municipality:
    Øyer
    county:
    Innlandet
    lat:
    61.287172
    lon:
    10.259777
  16. id:
    NSR:StopPlace:51452
    name:
    Bjørnstad
    label:
    Bjørnstad, Brønnøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Brønnøy
    county:
    Nordland
    lat:
    65.319363
    lon:
    12.651783
  17. id:
    NSR:StopPlace:64398
    name:
    Bjørnstad
    label:
    Bjørnstad, Orkland
    category:

    1 results

    1. onstreetBus
    municipality:
    Orkland
    county:
    Trøndelag
    lat:
    63.470253
    lon:
    9.732074
  18. id:
    NSR:StopPlace:2637
    name:
    Bjørklund
    label:
    Bjørklund, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.13526
    lon:
    11.367846
  19. id:
    NSR:StopPlace:50950
    name:
    Bjørnstad
    label:
    Bjørnstad, Hattfjelldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Hattfjelldal
    county:
    Nordland
    lat:
    65.579129
    lon:
    14.012605
  20. id:
    NSR:StopPlace:55806
    name:
    Bjørnstad
    label:
    Bjørnstad, Bardu
    category:

    1 results

    1. onstreetBus
    municipality:
    Bardu
    county:
    Troms
    lat:
    68.987265
    lon:
    18.530884
  21. id:
    NSR:StopPlace:16295
    name:
    Bjørnstad
    label:
    Bjørnstad, Asker
    category:

    1 results

    1. onstreetBus
    municipality:
    Asker
    county:
    Akershus
    lat:
    59.738787
    lon:
    10.423037
  22. id:
    NSR:StopPlace:2990
    name:
    Bjørnland
    label:
    Bjørnland, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.335873
    lon:
    11.091717
  23. id:
    NSR:StopPlace:8038
    name:
    Bjørnsrud
    label:
    Bjørnsrud, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    61.078882
    lon:
    10.622249
  24. id:
    NSR:StopPlace:9076
    name:
    Bjørnstad
    label:
    Bjørnstad, Åmot
    category:

    1 results

    1. onstreetBus
    municipality:
    Åmot
    county:
    Innlandet
    lat:
    61.05862
    lon:
    11.351185
  25. id:
    NSR:StopPlace:15111
    name:
    Bjørnson
    label:
    Bjørnson, Asker
    category:

    1 results

    1. onstreetBus
    municipality:
    Asker
    county:
    Akershus
    lat:
    59.589773
    lon:
    10.472457
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:56921
    name:
    Bjørnsund
    label:
    Bjørnsund, Sør-Varanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Varanger
    county:
    Finnmark
    lat:
    69.466681
    lon:
    30.08035
  2. id:
    NSR:StopPlace:41143
    name:
    Bud Bjørnsundruta
    label:
    Bud Bjørnsundruta, Hustadvika
    category:

    1 results

    1. ferryStop
    municipality:
    Hustadvika
    county:
    Møre og Romsdal
    lat:
    62.906517
    lon:
    6.905268
  3. id:
    NSR:StopPlace:40785
    name:
    Nordre Bjørnsund
    label:
    Nordre Bjørnsund, Hustadvika
    category:

    1 results

    1. ferryStop
    municipality:
    Hustadvika
    county:
    Møre og Romsdal
    lat:
    62.892139
    lon:
    6.825302
  4. id:
    NSR:StopPlace:55784
    name:
    Bjørnlund
    label:
    Bjørnlund, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.551261
    lon:
    21.307073
  5. id:
    NSR:StopPlace:31527
    name:
    Bjørklund
    label:
    Bjørklund, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.665079
    lon:
    6.466881
  6. id:
    NSR:StopPlace:3037
    name:
    Bjørnstad
    label:
    Bjørnstad, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.298534
    lon:
    11.056957
  7. id:
    NSR:StopPlace:55739
    name:
    Bjørklund
    label:
    Bjørklund, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.095003
    lon:
    19.651821
  8. id:
    NSR:StopPlace:56761
    name:
    Bjørnstad
    label:
    Bjørnstad, Alta
    category:

    1 results

    1. onstreetBus
    municipality:
    Alta
    county:
    Finnmark
    lat:
    69.923095
    lon:
    23.515946
  9. id:
    NSR:StopPlace:15501
    name:
    Bjørnsrud
    label:
    Bjørnsrud, Flesberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Flesberg
    county:
    Buskerud
    lat:
    59.8809
    lon:
    9.39398
  10. id:
    NSR:StopPlace:15827
    name:
    Bjørnsrud
    label:
    Bjørnsrud, Nore og Uvdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nore og Uvdal
    county:
    Buskerud
    lat:
    60.267505
    lon:
    8.772231
  11. id:
    NSR:StopPlace:2081
    name:
    Bjørnstad
    label:
    Bjørnstad, Rakkestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Rakkestad
    county:
    Østfold
    lat:
    59.364318
    lon:
    11.475456
  12. id:
    NSR:StopPlace:55733
    name:
    Bjørklund
    label:
    Bjørklund, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.439997
    lon:
    19.64872
  13. id:
    NSR:StopPlace:55811
    name:
    Bjørnstad
    label:
    Bjørnstad, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.324113
    lon:
    18.286107
  14. id:
    NSR:StopPlace:9363
    name:
    Bjørnstad
    label:
    Bjørnstad, Stor-Elvdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stor-Elvdal
    county:
    Innlandet
    lat:
    61.860316
    lon:
    10.209888
  15. id:
    NSR:StopPlace:12717
    name:
    Bjørnstad
    label:
    Bjørnstad, Øyer
    category:

    1 results

    1. onstreetBus
    municipality:
    Øyer
    county:
    Innlandet
    lat:
    61.287172
    lon:
    10.259777
  16. id:
    NSR:StopPlace:51452
    name:
    Bjørnstad
    label:
    Bjørnstad, Brønnøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Brønnøy
    county:
    Nordland
    lat:
    65.319363
    lon:
    12.651783
  17. id:
    NSR:StopPlace:64398
    name:
    Bjørnstad
    label:
    Bjørnstad, Orkland
    category:

    1 results

    1. onstreetBus
    municipality:
    Orkland
    county:
    Trøndelag
    lat:
    63.470253
    lon:
    9.732074
  18. id:
    NSR:StopPlace:2637
    name:
    Bjørklund
    label:
    Bjørklund, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.13526
    lon:
    11.367846
  19. id:
    NSR:StopPlace:50950
    name:
    Bjørnstad
    label:
    Bjørnstad, Hattfjelldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Hattfjelldal
    county:
    Nordland
    lat:
    65.579129
    lon:
    14.012605
  20. id:
    NSR:StopPlace:55806
    name:
    Bjørnstad
    label:
    Bjørnstad, Bardu
    category:

    1 results

    1. onstreetBus
    municipality:
    Bardu
    county:
    Troms
    lat:
    68.987265
    lon:
    18.530884
  21. id:
    NSR:StopPlace:16295
    name:
    Bjørnstad
    label:
    Bjørnstad, Asker
    category:

    1 results

    1. onstreetBus
    municipality:
    Asker
    county:
    Akershus
    lat:
    59.738787
    lon:
    10.423037
  22. id:
    NSR:StopPlace:2990
    name:
    Bjørnland
    label:
    Bjørnland, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.335873
    lon:
    11.091717
  23. id:
    NSR:StopPlace:8038
    name:
    Bjørnsrud
    label:
    Bjørnsrud, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    61.078882
    lon:
    10.622249
  24. id:
    NSR:StopPlace:9076
    name:
    Bjørnstad
    label:
    Bjørnstad, Åmot
    category:

    1 results

    1. onstreetBus
    municipality:
    Åmot
    county:
    Innlandet
    lat:
    61.05862
    lon:
    11.351185
  25. id:
    NSR:StopPlace:15111
    name:
    Bjørnson
    label:
    Bjørnson, Asker
    category:

    1 results

    1. onstreetBus
    municipality:
    Asker
    county:
    Akershus
    lat:
    59.589773
    lon:
    10.472457
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.