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:51:10Z in 0.156 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:23104
    name:
    Østre Berge
    label:
    Østre Berge, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.036209
    lon:
    7.520387
  2. id:
    NSR:StopPlace:28334
    name:
    Berge øst
    label:
    Berge øst, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.605847
    lon:
    5.759692
  3. id:
    NSR:StopPlace:2626
    name:
    Grønliveien 29
    label:
    Grønliveien 29, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.14142
    lon:
    11.375034
  4. id:
    NSR:StopPlace:2875
    name:
    Olaf Amundsens vei 29
    label:
    Olaf Amundsens vei 29, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.29637
    lon:
    11.102011
  5. id:
    NSR:StopPlace:58189
    name:
    Carl Berners plass
    label:
    Carl Berners plass, Oslo
    category:

    5 results

    1. metroStation
    2. onstreetBus
    3. onstreetTram
    4. onstreetBus
    5. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.926144
    lon:
    10.7763
  6. id:
    NSR:StopPlace:58243
    name:
    Bergkrystallen
    label:
    Bergkrystallen, Oslo
    category:

    2 results

    1. metroStation
    2. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.866897
    lon:
    10.821753
  7. id:
    NSR:StopPlace:29940
    name:
    Bergheim øst
    label:
    Bergheim øst, Bergen
    category:

    1 results

    1. onstreetBus
    municipality:
    Bergen
    county:
    Vestland
    lat:
    60.276597
    lon:
    5.344213
  8. id:
    NSR:StopPlace:60997
    name:
    Bergenhuskrysset
    label:
    Bergenhuskrysset, Rakkestad
    category:

    2 results

    1. onstreetBus
    2. onstreetBus
    municipality:
    Rakkestad
    county:
    Østfold
    lat:
    59.417291
    lon:
    11.35105
  9. id:
    NSR:StopPlace:24805
    name:
    Bergendal øst
    label:
    Bergendal øst, Tvedestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Tvedestrand
    county:
    Agder
    lat:
    58.647131
    lon:
    9.102242
  10. id:
    NSR:StopPlace:2262
    name:
    Bergerkrysset Mysen
    label:
    Bergerkrysset Mysen, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.556224
    lon:
    11.325429
  11. id:
    NSR:StopPlace:1332
    name:
    Bergerkrysset Askim
    label:
    Bergerkrysset Askim, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.600095
    lon:
    11.186097
  12. id:
    NSR:StopPlace:3022
    name:
    Bergersborg
    label:
    Bergersborg, Moss
    category:

    1 results

    1. onstreetBus
    municipality:
    Moss
    county:
    Østfold
    lat:
    59.435618
    lon:
    10.623556
  13. id:
    NSR:StopPlace:1932
    name:
    Bergenhus skole
    label:
    Bergenhus skole, Rakkestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Rakkestad
    county:
    Østfold
    lat:
    59.420019
    lon:
    11.347579
  14. id:
    NSR:StopPlace:1021
    name:
    Berger
    label:
    Berger, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.672452
    lon:
    11.310024
  15. id:
    NSR:StopPlace:1929
    name:
    Bergenhus
    label:
    Bergenhus, Rakkestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Rakkestad
    county:
    Østfold
    lat:
    59.418298
    lon:
    11.34874
  16. id:
    NSR:StopPlace:2813
    name:
    Bergheim
    label:
    Bergheim, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.133252
    lon:
    11.428375
  17. id:
    NSR:StopPlace:13957
    name:
    Bergseng
    label:
    Bergseng, Østre Toten
    category:

    1 results

    1. onstreetBus
    municipality:
    Østre Toten
    county:
    Innlandet
    lat:
    60.649895
    lon:
    10.801274
  18. id:
    NSR:StopPlace:6744
    name:
    Berglyveien
    label:
    Berglyveien, Oslo
    category:

    1 results

    1. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.828811
    lon:
    10.80643
  19. id:
    NSR:StopPlace:6185
    name:
    Bergrådveien
    label:
    Bergrådveien, Oslo
    category:

    1 results

    1. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.953254
    lon:
    10.757214
  20. id:
    NSR:StopPlace:44422
    name:
    Bergskleiva øst
    label:
    Bergskleiva øst, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.462348
    lon:
    11.016232
  21. id:
    NSR:StopPlace:1714
    name:
    Bergsvingen
    label:
    Bergsvingen, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.310455
    lon:
    11.123308
  22. id:
    NSR:StopPlace:1399
    name:
    Bergbykroken snuplass
    label:
    Bergbykroken snuplass, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.309715
    lon:
    11.201354
  23. id:
    NSR:StopPlace:1402
    name:
    Bergbykrysset
    label:
    Bergbykrysset, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.302326
    lon:
    11.219798
  24. id:
    NSR:StopPlace:1467
    name:
    Bergslagården
    label:
    Bergslagården, Våler
    category:

    1 results

    1. onstreetBus
    municipality:
    Våler
    county:
    Østfold
    lat:
    59.422926
    lon:
    11.057287
  25. id:
    NSR:StopPlace:33512
    name:
    Bernes sør
    label:
    Bernes sør, Osterøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Osterøy
    county:
    Vestland
    lat:
    60.603381
    lon:
    5.515073
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:23104
    name:
    Østre Berge
    label:
    Østre Berge, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.036209
    lon:
    7.520387
  2. id:
    NSR:StopPlace:28334
    name:
    Berge øst
    label:
    Berge øst, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.605847
    lon:
    5.759692
  3. id:
    NSR:StopPlace:2626
    name:
    Grønliveien 29
    label:
    Grønliveien 29, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.14142
    lon:
    11.375034
  4. id:
    NSR:StopPlace:2875
    name:
    Olaf Amundsens vei 29
    label:
    Olaf Amundsens vei 29, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.29637
    lon:
    11.102011
  5. id:
    NSR:StopPlace:58189
    name:
    Carl Berners plass
    label:
    Carl Berners plass, Oslo
    category:

    5 results

    1. metroStation
    2. onstreetBus
    3. onstreetTram
    4. onstreetBus
    5. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.926144
    lon:
    10.7763
  6. id:
    NSR:StopPlace:58243
    name:
    Bergkrystallen
    label:
    Bergkrystallen, Oslo
    category:

    2 results

    1. metroStation
    2. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.866897
    lon:
    10.821753
  7. id:
    NSR:StopPlace:29940
    name:
    Bergheim øst
    label:
    Bergheim øst, Bergen
    category:

    1 results

    1. onstreetBus
    municipality:
    Bergen
    county:
    Vestland
    lat:
    60.276597
    lon:
    5.344213
  8. id:
    NSR:StopPlace:60997
    name:
    Bergenhuskrysset
    label:
    Bergenhuskrysset, Rakkestad
    category:

    2 results

    1. onstreetBus
    2. onstreetBus
    municipality:
    Rakkestad
    county:
    Østfold
    lat:
    59.417291
    lon:
    11.35105
  9. id:
    NSR:StopPlace:24805
    name:
    Bergendal øst
    label:
    Bergendal øst, Tvedestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Tvedestrand
    county:
    Agder
    lat:
    58.647131
    lon:
    9.102242
  10. id:
    NSR:StopPlace:2262
    name:
    Bergerkrysset Mysen
    label:
    Bergerkrysset Mysen, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.556224
    lon:
    11.325429
  11. id:
    NSR:StopPlace:1332
    name:
    Bergerkrysset Askim
    label:
    Bergerkrysset Askim, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.600095
    lon:
    11.186097
  12. id:
    NSR:StopPlace:3022
    name:
    Bergersborg
    label:
    Bergersborg, Moss
    category:

    1 results

    1. onstreetBus
    municipality:
    Moss
    county:
    Østfold
    lat:
    59.435618
    lon:
    10.623556
  13. id:
    NSR:StopPlace:1932
    name:
    Bergenhus skole
    label:
    Bergenhus skole, Rakkestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Rakkestad
    county:
    Østfold
    lat:
    59.420019
    lon:
    11.347579
  14. id:
    NSR:StopPlace:1021
    name:
    Berger
    label:
    Berger, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.672452
    lon:
    11.310024
  15. id:
    NSR:StopPlace:1929
    name:
    Bergenhus
    label:
    Bergenhus, Rakkestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Rakkestad
    county:
    Østfold
    lat:
    59.418298
    lon:
    11.34874
  16. id:
    NSR:StopPlace:2813
    name:
    Bergheim
    label:
    Bergheim, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.133252
    lon:
    11.428375
  17. id:
    NSR:StopPlace:13957
    name:
    Bergseng
    label:
    Bergseng, Østre Toten
    category:

    1 results

    1. onstreetBus
    municipality:
    Østre Toten
    county:
    Innlandet
    lat:
    60.649895
    lon:
    10.801274
  18. id:
    NSR:StopPlace:6744
    name:
    Berglyveien
    label:
    Berglyveien, Oslo
    category:

    1 results

    1. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.828811
    lon:
    10.80643
  19. id:
    NSR:StopPlace:6185
    name:
    Bergrådveien
    label:
    Bergrådveien, Oslo
    category:

    1 results

    1. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.953254
    lon:
    10.757214
  20. id:
    NSR:StopPlace:44422
    name:
    Bergskleiva øst
    label:
    Bergskleiva øst, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.462348
    lon:
    11.016232
  21. id:
    NSR:StopPlace:1714
    name:
    Bergsvingen
    label:
    Bergsvingen, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.310455
    lon:
    11.123308
  22. id:
    NSR:StopPlace:1399
    name:
    Bergbykroken snuplass
    label:
    Bergbykroken snuplass, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.309715
    lon:
    11.201354
  23. id:
    NSR:StopPlace:1402
    name:
    Bergbykrysset
    label:
    Bergbykrysset, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.302326
    lon:
    11.219798
  24. id:
    NSR:StopPlace:1467
    name:
    Bergslagården
    label:
    Bergslagården, Våler
    category:

    1 results

    1. onstreetBus
    municipality:
    Våler
    county:
    Østfold
    lat:
    59.422926
    lon:
    11.057287
  25. id:
    NSR:StopPlace:33512
    name:
    Bernes sør
    label:
    Bernes sør, Osterøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Osterøy
    county:
    Vestland
    lat:
    60.603381
    lon:
    5.515073
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.