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-21T04:34:54Z in 0.133 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:12118
    name:
    Bergli
    label:
    Bergli, Øystre Slidre
    category:

    1 results

    1. onstreetBus
    municipality:
    Øystre Slidre
    county:
    Innlandet
    lat:
    61.085202
    lon:
    9.084076
  2. id:
    NSR:StopPlace:55571
    name:
    Bergli
    label:
    Bergli, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.121388
    lon:
    18.763712
  3. id:
    NSR:StopPlace:55588
    name:
    Bergly
    label:
    Bergly, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.692631
    lon:
    18.64448
  4. id:
    NSR:StopPlace:7272
    name:
    Bergli
    label:
    Bergli, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.762318
    lon:
    11.299619
  5. id:
    NSR:StopPlace:44975
    name:
    Bergli
    label:
    Bergli, Overhalla
    category:

    1 results

    1. onstreetBus
    municipality:
    Overhalla
    county:
    Trøndelag
    lat:
    64.454921
    lon:
    11.926033
  6. id:
    NSR:StopPlace:43690
    name:
    Bergli
    label:
    Bergli, Frøya
    category:

    1 results

    1. onstreetBus
    municipality:
    Frøya
    county:
    Trøndelag
    lat:
    63.714218
    lon:
    8.591579
  7. id:
    NSR:StopPlace:11002
    name:
    Bergli
    label:
    Bergli, Vågå
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågå
    county:
    Innlandet
    lat:
    61.843773
    lon:
    8.89891
  8. id:
    NSR:StopPlace:1208
    name:
    Bergli
    label:
    Bergli, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.592284
    lon:
    11.11025
  9. id:
    NSR:StopPlace:55574
    name:
    Bergli
    label:
    Bergli, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.179746
    lon:
    19.114069
  10. id:
    NSR:StopPlace:55577
    name:
    Bergli
    label:
    Bergli, Kvænangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvænangen
    county:
    Troms
    lat:
    69.734884
    lon:
    22.106865
  11. id:
    NSR:StopPlace:13277
    name:
    Bergli
    label:
    Bergli, Sør-Fron
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Fron
    county:
    Innlandet
    lat:
    61.592756
    lon:
    9.94279
  12. id:
    NSR:StopPlace:15420
    name:
    Bergli
    label:
    Bergli, Øvre Eiker
    category:

    1 results

    1. onstreetBus
    municipality:
    Øvre Eiker
    county:
    Buskerud
    lat:
    59.802235
    lon:
    9.880175
  13. id:
    NSR:StopPlace:11564
    name:
    Bergli
    label:
    Bergli, Nord-Aurdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Aurdal
    county:
    Innlandet
    lat:
    60.950824
    lon:
    9.289989
  14. id:
    NSR:StopPlace:6846
    name:
    Bergly
    label:
    Bergly, Eidsvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Eidsvoll
    county:
    Akershus
    lat:
    60.351574
    lon:
    11.212068
  15. id:
    NSR:StopPlace:8275
    name:
    Bergli
    label:
    Bergli, Trysil
    category:

    1 results

    1. onstreetBus
    municipality:
    Trysil
    county:
    Innlandet
    lat:
    61.166692
    lon:
    12.527407
  16. id:
    NSR:StopPlace:12458
    name:
    Bergli
    label:
    Bergli, Nordre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordre Land
    county:
    Innlandet
    lat:
    61.029797
    lon:
    9.858814
  17. id:
    NSR:StopPlace:12621
    name:
    Bergli
    label:
    Bergli, Sør-Aurdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Aurdal
    county:
    Innlandet
    lat:
    60.839119
    lon:
    9.517974
  18. id:
    NSR:StopPlace:48115
    name:
    Bergli
    label:
    Bergli, Rana
    category:

    1 results

    1. onstreetBus
    municipality:
    Rana
    county:
    Nordland
    lat:
    66.350586
    lon:
    14.420731
  19. id:
    NSR:StopPlace:49141
    name:
    Bergli
    label:
    Bergli, Meløy
    category:

    1 results

    1. onstreetBus
    municipality:
    Meløy
    county:
    Nordland
    lat:
    66.731723
    lon:
    13.79265
  20. id:
    NSR:StopPlace:55569
    name:
    Bergli
    label:
    Bergli, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.696214
    lon:
    18.945003
  21. id:
    NSR:StopPlace:62821
    name:
    Bergli
    label:
    Bergli, Smøla
    category:

    1 results

    1. onstreetBus
    municipality:
    Smøla
    county:
    Møre og Romsdal
    lat:
    63.402732
    lon:
    8.068235
  22. id:
    NSR:StopPlace:20722
    name:
    Berge
    label:
    Berge, Midt-Telemark
    category:

    1 results

    1. onstreetBus
    municipality:
    Midt-Telemark
    county:
    Telemark
    lat:
    59.41441
    lon:
    9.164644
  23. id:
    NSR:StopPlace:36177
    name:
    Berge
    label:
    Berge, Luster
    category:

    1 results

    1. onstreetBus
    municipality:
    Luster
    county:
    Vestland
    lat:
    61.499003
    lon:
    7.707837
  24. id:
    NSR:StopPlace:62174
    name:
    Berge
    label:
    Berge, Seljord
    category:

    1 results

    1. onstreetBus
    municipality:
    Seljord
    county:
    Telemark
    lat:
    59.633172
    lon:
    8.398447
  25. id:
    NSR:StopPlace:59319
    name:
    Berge
    label:
    Berge, Sandnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Sandnes
    county:
    Rogaland
    lat:
    58.904008
    lon:
    6.105048
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:12118
    name:
    Bergli
    label:
    Bergli, Øystre Slidre
    category:

    1 results

    1. onstreetBus
    municipality:
    Øystre Slidre
    county:
    Innlandet
    lat:
    61.085202
    lon:
    9.084076
  2. id:
    NSR:StopPlace:55571
    name:
    Bergli
    label:
    Bergli, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.121388
    lon:
    18.763712
  3. id:
    NSR:StopPlace:55588
    name:
    Bergly
    label:
    Bergly, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.692631
    lon:
    18.64448
  4. id:
    NSR:StopPlace:7272
    name:
    Bergli
    label:
    Bergli, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.762318
    lon:
    11.299619
  5. id:
    NSR:StopPlace:44975
    name:
    Bergli
    label:
    Bergli, Overhalla
    category:

    1 results

    1. onstreetBus
    municipality:
    Overhalla
    county:
    Trøndelag
    lat:
    64.454921
    lon:
    11.926033
  6. id:
    NSR:StopPlace:43690
    name:
    Bergli
    label:
    Bergli, Frøya
    category:

    1 results

    1. onstreetBus
    municipality:
    Frøya
    county:
    Trøndelag
    lat:
    63.714218
    lon:
    8.591579
  7. id:
    NSR:StopPlace:11002
    name:
    Bergli
    label:
    Bergli, Vågå
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågå
    county:
    Innlandet
    lat:
    61.843773
    lon:
    8.89891
  8. id:
    NSR:StopPlace:1208
    name:
    Bergli
    label:
    Bergli, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.592284
    lon:
    11.11025
  9. id:
    NSR:StopPlace:55574
    name:
    Bergli
    label:
    Bergli, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.179746
    lon:
    19.114069
  10. id:
    NSR:StopPlace:55577
    name:
    Bergli
    label:
    Bergli, Kvænangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvænangen
    county:
    Troms
    lat:
    69.734884
    lon:
    22.106865
  11. id:
    NSR:StopPlace:13277
    name:
    Bergli
    label:
    Bergli, Sør-Fron
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Fron
    county:
    Innlandet
    lat:
    61.592756
    lon:
    9.94279
  12. id:
    NSR:StopPlace:15420
    name:
    Bergli
    label:
    Bergli, Øvre Eiker
    category:

    1 results

    1. onstreetBus
    municipality:
    Øvre Eiker
    county:
    Buskerud
    lat:
    59.802235
    lon:
    9.880175
  13. id:
    NSR:StopPlace:11564
    name:
    Bergli
    label:
    Bergli, Nord-Aurdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Aurdal
    county:
    Innlandet
    lat:
    60.950824
    lon:
    9.289989
  14. id:
    NSR:StopPlace:6846
    name:
    Bergly
    label:
    Bergly, Eidsvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Eidsvoll
    county:
    Akershus
    lat:
    60.351574
    lon:
    11.212068
  15. id:
    NSR:StopPlace:8275
    name:
    Bergli
    label:
    Bergli, Trysil
    category:

    1 results

    1. onstreetBus
    municipality:
    Trysil
    county:
    Innlandet
    lat:
    61.166692
    lon:
    12.527407
  16. id:
    NSR:StopPlace:12458
    name:
    Bergli
    label:
    Bergli, Nordre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordre Land
    county:
    Innlandet
    lat:
    61.029797
    lon:
    9.858814
  17. id:
    NSR:StopPlace:12621
    name:
    Bergli
    label:
    Bergli, Sør-Aurdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Aurdal
    county:
    Innlandet
    lat:
    60.839119
    lon:
    9.517974
  18. id:
    NSR:StopPlace:48115
    name:
    Bergli
    label:
    Bergli, Rana
    category:

    1 results

    1. onstreetBus
    municipality:
    Rana
    county:
    Nordland
    lat:
    66.350586
    lon:
    14.420731
  19. id:
    NSR:StopPlace:49141
    name:
    Bergli
    label:
    Bergli, Meløy
    category:

    1 results

    1. onstreetBus
    municipality:
    Meløy
    county:
    Nordland
    lat:
    66.731723
    lon:
    13.79265
  20. id:
    NSR:StopPlace:55569
    name:
    Bergli
    label:
    Bergli, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.696214
    lon:
    18.945003
  21. id:
    NSR:StopPlace:62821
    name:
    Bergli
    label:
    Bergli, Smøla
    category:

    1 results

    1. onstreetBus
    municipality:
    Smøla
    county:
    Møre og Romsdal
    lat:
    63.402732
    lon:
    8.068235
  22. id:
    NSR:StopPlace:20722
    name:
    Berge
    label:
    Berge, Midt-Telemark
    category:

    1 results

    1. onstreetBus
    municipality:
    Midt-Telemark
    county:
    Telemark
    lat:
    59.41441
    lon:
    9.164644
  23. id:
    NSR:StopPlace:36177
    name:
    Berge
    label:
    Berge, Luster
    category:

    1 results

    1. onstreetBus
    municipality:
    Luster
    county:
    Vestland
    lat:
    61.499003
    lon:
    7.707837
  24. id:
    NSR:StopPlace:62174
    name:
    Berge
    label:
    Berge, Seljord
    category:

    1 results

    1. onstreetBus
    municipality:
    Seljord
    county:
    Telemark
    lat:
    59.633172
    lon:
    8.398447
  25. id:
    NSR:StopPlace:59319
    name:
    Berge
    label:
    Berge, Sandnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Sandnes
    county:
    Rogaland
    lat:
    58.904008
    lon:
    6.105048
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.