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:18:49Z in 0.126 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:45963
    name:
    Naust
    label:
    Naust, Levanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Levanger
    county:
    Trøndelag
    lat:
    63.761507
    lon:
    11.059444
  2. id:
    NSR:StopPlace:33031
    name:
    Naustdal
    label:
    Naustdal, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.576571
    lon:
    5.373375
  3. id:
    NSR:StopPlace:35419
    name:
    Naustdal
    label:
    Naustdal, Stad
    category:

    1 results

    1. onstreetBus
    municipality:
    Stad
    county:
    Vestland
    lat:
    61.916695
    lon:
    5.849109
  4. id:
    NSR:StopPlace:36249
    name:
    Naustane
    label:
    Naustane, Fjaler
    category:

    1 results

    1. onstreetBus
    municipality:
    Fjaler
    county:
    Vestland
    lat:
    61.302765
    lon:
    5.216449
  5. id:
    NSR:StopPlace:63773
    name:
    Naustbakkan
    label:
    Naustbakkan, Heim
    category:

    1 results

    1. onstreetBus
    municipality:
    Heim
    county:
    Trøndelag
    lat:
    63.2666
    lon:
    9.011348
  6. id:
    NSR:StopPlace:28935
    name:
    Naustvågen
    label:
    Naustvågen, Bjørnafjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjørnafjorden
    county:
    Vestland
    lat:
    60.147612
    lon:
    5.433855
  7. id:
    NSR:StopPlace:50551
    name:
    Naustvik
    label:
    Naustvik, Vega
    category:

    1 results

    1. onstreetBus
    municipality:
    Vega
    county:
    Nordland
    lat:
    65.680521
    lon:
    12.123611
  8. id:
    NSR:StopPlace:50917
    name:
    Naustvika
    label:
    Naustvika, Rana
    category:

    1 results

    1. onstreetBus
    municipality:
    Rana
    county:
    Nordland
    lat:
    66.291519
    lon:
    13.598712
  9. id:
    NSR:StopPlace:55566
    name:
    Naustbukta
    label:
    Naustbukta, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.392654
    lon:
    19.497547
  10. id:
    NSR:StopPlace:43013
    name:
    Naustan
    label:
    Naustan, Åfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Åfjord
    county:
    Trøndelag
    lat:
    63.983729
    lon:
    10.36732
  11. id:
    NSR:StopPlace:31383
    name:
    Naustvik
    label:
    Naustvik, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.458363
    lon:
    6.591729
  12. id:
    NSR:StopPlace:34750
    name:
    Naustdal
    label:
    Naustdal, Bremanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Bremanger
    county:
    Vestland
    lat:
    61.833475
    lon:
    4.997241
  13. id:
    NSR:StopPlace:55582
    name:
    Naustneset
    label:
    Naustneset, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.674775
    lon:
    18.764952
  14. id:
    NSR:StopPlace:29331
    name:
    Naustheller kai
    label:
    Naustheller kai, Austevoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Austevoll
    county:
    Vestland
    lat:
    60.043947
    lon:
    5.25273
  15. id:
    NSR:StopPlace:58702
    name:
    Naustvollen
    label:
    Naustvollen, Sunndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunndal
    county:
    Møre og Romsdal
    lat:
    62.898094
    lon:
    8.423852
  16. id:
    NSR:StopPlace:70366
    name:
    Naustneset
    label:
    Naustneset, Skjervøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjervøy
    county:
    Troms
    lat:
    70.04471
    lon:
    20.626312
  17. id:
    NSR:StopPlace:34306
    name:
    Naustdalsneset
    label:
    Naustdalsneset, Sunnfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunnfjord
    county:
    Vestland
    lat:
    61.504885
    lon:
    5.721321
  18. id:
    NSR:StopPlace:43020
    name:
    Naustkleiva
    label:
    Naustkleiva, Malvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Malvik
    county:
    Trøndelag
    lat:
    63.439798
    lon:
    10.653579
  19. id:
    NSR:StopPlace:55558
    name:
    Naustberget
    label:
    Naustberget, Ibestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Ibestad
    county:
    Troms
    lat:
    68.923505
    lon:
    17.130072
  20. id:
    NSR:StopPlace:55573
    name:
    Naustnes
    label:
    Naustnes, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.364506
    lon:
    19.354928
  21. id:
    NSR:StopPlace:35416
    name:
    Naustdal kryss
    label:
    Naustdal kryss, Stad
    category:

    1 results

    1. onstreetBus
    municipality:
    Stad
    county:
    Vestland
    lat:
    61.91701
    lon:
    5.833166
  22. id:
    NSR:StopPlace:41532
    name:
    Naustvollveien
    label:
    Naustvollveien, Averøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Averøy
    county:
    Møre og Romsdal
    lat:
    63.054986
    lon:
    7.63384
  23. id:
    NSR:StopPlace:43016
    name:
    Naustervoll
    label:
    Naustervoll, Røros
    category:

    1 results

    1. onstreetBus
    municipality:
    Røros
    county:
    Trøndelag
    lat:
    62.693967
    lon:
    11.480169
  24. id:
    NSR:StopPlace:27749
    name:
    Naustvoll
    label:
    Naustvoll, Kvitsøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvitsøy
    county:
    Rogaland
    lat:
    59.06031
    lon:
    5.412698
  25. id:
    NSR:StopPlace:40707
    name:
    Nauste
    label:
    Nauste, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.689451
    lon:
    8.118896
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:45963
    name:
    Naust
    label:
    Naust, Levanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Levanger
    county:
    Trøndelag
    lat:
    63.761507
    lon:
    11.059444
  2. id:
    NSR:StopPlace:33031
    name:
    Naustdal
    label:
    Naustdal, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.576571
    lon:
    5.373375
  3. id:
    NSR:StopPlace:35419
    name:
    Naustdal
    label:
    Naustdal, Stad
    category:

    1 results

    1. onstreetBus
    municipality:
    Stad
    county:
    Vestland
    lat:
    61.916695
    lon:
    5.849109
  4. id:
    NSR:StopPlace:36249
    name:
    Naustane
    label:
    Naustane, Fjaler
    category:

    1 results

    1. onstreetBus
    municipality:
    Fjaler
    county:
    Vestland
    lat:
    61.302765
    lon:
    5.216449
  5. id:
    NSR:StopPlace:63773
    name:
    Naustbakkan
    label:
    Naustbakkan, Heim
    category:

    1 results

    1. onstreetBus
    municipality:
    Heim
    county:
    Trøndelag
    lat:
    63.2666
    lon:
    9.011348
  6. id:
    NSR:StopPlace:28935
    name:
    Naustvågen
    label:
    Naustvågen, Bjørnafjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjørnafjorden
    county:
    Vestland
    lat:
    60.147612
    lon:
    5.433855
  7. id:
    NSR:StopPlace:50551
    name:
    Naustvik
    label:
    Naustvik, Vega
    category:

    1 results

    1. onstreetBus
    municipality:
    Vega
    county:
    Nordland
    lat:
    65.680521
    lon:
    12.123611
  8. id:
    NSR:StopPlace:50917
    name:
    Naustvika
    label:
    Naustvika, Rana
    category:

    1 results

    1. onstreetBus
    municipality:
    Rana
    county:
    Nordland
    lat:
    66.291519
    lon:
    13.598712
  9. id:
    NSR:StopPlace:55566
    name:
    Naustbukta
    label:
    Naustbukta, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.392654
    lon:
    19.497547
  10. id:
    NSR:StopPlace:43013
    name:
    Naustan
    label:
    Naustan, Åfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Åfjord
    county:
    Trøndelag
    lat:
    63.983729
    lon:
    10.36732
  11. id:
    NSR:StopPlace:31383
    name:
    Naustvik
    label:
    Naustvik, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.458363
    lon:
    6.591729
  12. id:
    NSR:StopPlace:34750
    name:
    Naustdal
    label:
    Naustdal, Bremanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Bremanger
    county:
    Vestland
    lat:
    61.833475
    lon:
    4.997241
  13. id:
    NSR:StopPlace:55582
    name:
    Naustneset
    label:
    Naustneset, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.674775
    lon:
    18.764952
  14. id:
    NSR:StopPlace:29331
    name:
    Naustheller kai
    label:
    Naustheller kai, Austevoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Austevoll
    county:
    Vestland
    lat:
    60.043947
    lon:
    5.25273
  15. id:
    NSR:StopPlace:58702
    name:
    Naustvollen
    label:
    Naustvollen, Sunndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunndal
    county:
    Møre og Romsdal
    lat:
    62.898094
    lon:
    8.423852
  16. id:
    NSR:StopPlace:70366
    name:
    Naustneset
    label:
    Naustneset, Skjervøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjervøy
    county:
    Troms
    lat:
    70.04471
    lon:
    20.626312
  17. id:
    NSR:StopPlace:34306
    name:
    Naustdalsneset
    label:
    Naustdalsneset, Sunnfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunnfjord
    county:
    Vestland
    lat:
    61.504885
    lon:
    5.721321
  18. id:
    NSR:StopPlace:43020
    name:
    Naustkleiva
    label:
    Naustkleiva, Malvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Malvik
    county:
    Trøndelag
    lat:
    63.439798
    lon:
    10.653579
  19. id:
    NSR:StopPlace:55558
    name:
    Naustberget
    label:
    Naustberget, Ibestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Ibestad
    county:
    Troms
    lat:
    68.923505
    lon:
    17.130072
  20. id:
    NSR:StopPlace:55573
    name:
    Naustnes
    label:
    Naustnes, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.364506
    lon:
    19.354928
  21. id:
    NSR:StopPlace:35416
    name:
    Naustdal kryss
    label:
    Naustdal kryss, Stad
    category:

    1 results

    1. onstreetBus
    municipality:
    Stad
    county:
    Vestland
    lat:
    61.91701
    lon:
    5.833166
  22. id:
    NSR:StopPlace:41532
    name:
    Naustvollveien
    label:
    Naustvollveien, Averøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Averøy
    county:
    Møre og Romsdal
    lat:
    63.054986
    lon:
    7.63384
  23. id:
    NSR:StopPlace:43016
    name:
    Naustervoll
    label:
    Naustervoll, Røros
    category:

    1 results

    1. onstreetBus
    municipality:
    Røros
    county:
    Trøndelag
    lat:
    62.693967
    lon:
    11.480169
  24. id:
    NSR:StopPlace:27749
    name:
    Naustvoll
    label:
    Naustvoll, Kvitsøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvitsøy
    county:
    Rogaland
    lat:
    59.06031
    lon:
    5.412698
  25. id:
    NSR:StopPlace:40707
    name:
    Nauste
    label:
    Nauste, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.689451
    lon:
    8.118896
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.