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-23T13:19:11Z in 0.171 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:15577
    name:
    Lande
    label:
    Lande, Flesberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Flesberg
    county:
    Buskerud
    lat:
    59.876043
    lon:
    9.470456
  2. id:
    NSR:StopPlace:48886
    name:
    Lande
    label:
    Lande, Brønnøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Brønnøy
    county:
    Nordland
    lat:
    65.256025
    lon:
    12.786962
  3. id:
    NSR:StopPlace:2670
    name:
    Lande
    label:
    Lande, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.288437
    lon:
    11.093456
  4. id:
    NSR:StopPlace:39059
    name:
    Lande
    label:
    Lande, Ålesund
    category:

    1 results

    1. onstreetBus
    municipality:
    Ålesund
    county:
    Møre og Romsdal
    lat:
    62.482625
    lon:
    6.846629
  5. id:
    NSR:StopPlace:2965
    name:
    Lande Senter
    label:
    Lande Senter, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.290612
    lon:
    11.098289
  6. id:
    NSR:StopPlace:14052
    name:
    Lande Nordseter
    label:
    Lande Nordseter, Lillehammer
    category:

    1 results

    1. onstreetBus
    municipality:
    Lillehammer
    county:
    Innlandet
    lat:
    61.175542
    lon:
    10.614966
  7. id:
    NSR:StopPlace:49028
    name:
    Lande kryss
    label:
    Lande kryss, Brønnøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Brønnøy
    county:
    Nordland
    lat:
    65.264617
    lon:
    12.786369
  8. id:
    NSR:StopPlace:2968
    name:
    Landekrysset
    label:
    Landekrysset, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.291256
    lon:
    11.098045
  9. id:
    NSR:StopPlace:16942
    name:
    Landesletta
    label:
    Landesletta, Kongsberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsberg
    county:
    Buskerud
    lat:
    59.60785
    lon:
    9.74157
  10. id:
    NSR:StopPlace:6232
    name:
    Landeroveien
    label:
    Landeroveien, Oslo
    category:

    1 results

    1. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.916022
    lon:
    10.856997
  11. id:
    NSR:StopPlace:16944
    name:
    Landemoen syd
    label:
    Landemoen syd, Kongsberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsberg
    county:
    Buskerud
    lat:
    59.6088
    lon:
    9.73233
  12. id:
    NSR:StopPlace:27009
    name:
    Landevegen
    label:
    Landevegen, Karmøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Karmøy
    county:
    Rogaland
    lat:
    59.35625
    lon:
    5.256398
  13. id:
    NSR:StopPlace:15474
    name:
    Landerud
    label:
    Landerud, Flesberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Flesberg
    county:
    Buskerud
    lat:
    59.920895
    lon:
    9.447935
  14. id:
    NSR:StopPlace:16947
    name:
    Landemoen nord
    label:
    Landemoen nord, Kongsberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsberg
    county:
    Buskerud
    lat:
    59.6103
    lon:
    9.722645
  15. id:
    NSR:StopPlace:7435
    name:
    Lunde
    label:
    Lunde, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.722978
    lon:
    11.191312
  16. id:
    NSR:StopPlace:12417
    name:
    Lunde
    label:
    Lunde, Nordre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordre Land
    county:
    Innlandet
    lat:
    60.933493
    lon:
    10.043355
  17. id:
    NSR:StopPlace:54587
    name:
    Lunde
    label:
    Lunde, Lyngen
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngen
    county:
    Troms
    lat:
    69.654103
    lon:
    20.277291
  18. id:
    NSR:StopPlace:59025
    name:
    Lunde
    label:
    Lunde, Vaksdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Vaksdal
    county:
    Vestland
    lat:
    60.66807
    lon:
    5.779227
  19. id:
    NSR:StopPlace:30269
    name:
    Landa
    label:
    Landa, Fitjar
    category:

    1 results

    1. onstreetBus
    municipality:
    Fitjar
    county:
    Vestland
    lat:
    59.951897
    lon:
    5.32801
  20. id:
    NSR:StopPlace:48461
    name:
    Lunde
    label:
    Lunde, Nesna
    category:

    1 results

    1. onstreetBus
    municipality:
    Nesna
    county:
    Nordland
    lat:
    66.224925
    lon:
    13.090383
  21. id:
    NSR:StopPlace:34710
    name:
    Lunde
    label:
    Lunde, Lærdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Lærdal
    county:
    Vestland
    lat:
    61.05429
    lon:
    7.53765
  22. id:
    NSR:StopPlace:39072
    name:
    Lange
    label:
    Lange, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.715252
    lon:
    7.928917
  23. id:
    NSR:StopPlace:54583
    name:
    Lunde
    label:
    Lunde, Dyrøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Dyrøy
    county:
    Troms
    lat:
    69.063122
    lon:
    17.745832
  24. id:
    NSR:StopPlace:57767
    name:
    Lunde
    label:
    Lunde, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.19917
    lon:
    19.274704
  25. id:
    NSR:StopPlace:20137
    name:
    Lunde
    label:
    Lunde, Porsgrunn
    category:

    1 results

    1. onstreetBus
    municipality:
    Porsgrunn
    county:
    Telemark
    lat:
    59.13949
    lon:
    9.731821
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:15577
    name:
    Lande
    label:
    Lande, Flesberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Flesberg
    county:
    Buskerud
    lat:
    59.876043
    lon:
    9.470456
  2. id:
    NSR:StopPlace:48886
    name:
    Lande
    label:
    Lande, Brønnøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Brønnøy
    county:
    Nordland
    lat:
    65.256025
    lon:
    12.786962
  3. id:
    NSR:StopPlace:2670
    name:
    Lande
    label:
    Lande, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.288437
    lon:
    11.093456
  4. id:
    NSR:StopPlace:39059
    name:
    Lande
    label:
    Lande, Ålesund
    category:

    1 results

    1. onstreetBus
    municipality:
    Ålesund
    county:
    Møre og Romsdal
    lat:
    62.482625
    lon:
    6.846629
  5. id:
    NSR:StopPlace:2965
    name:
    Lande Senter
    label:
    Lande Senter, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.290612
    lon:
    11.098289
  6. id:
    NSR:StopPlace:14052
    name:
    Lande Nordseter
    label:
    Lande Nordseter, Lillehammer
    category:

    1 results

    1. onstreetBus
    municipality:
    Lillehammer
    county:
    Innlandet
    lat:
    61.175542
    lon:
    10.614966
  7. id:
    NSR:StopPlace:49028
    name:
    Lande kryss
    label:
    Lande kryss, Brønnøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Brønnøy
    county:
    Nordland
    lat:
    65.264617
    lon:
    12.786369
  8. id:
    NSR:StopPlace:2968
    name:
    Landekrysset
    label:
    Landekrysset, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.291256
    lon:
    11.098045
  9. id:
    NSR:StopPlace:16942
    name:
    Landesletta
    label:
    Landesletta, Kongsberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsberg
    county:
    Buskerud
    lat:
    59.60785
    lon:
    9.74157
  10. id:
    NSR:StopPlace:6232
    name:
    Landeroveien
    label:
    Landeroveien, Oslo
    category:

    1 results

    1. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.916022
    lon:
    10.856997
  11. id:
    NSR:StopPlace:16944
    name:
    Landemoen syd
    label:
    Landemoen syd, Kongsberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsberg
    county:
    Buskerud
    lat:
    59.6088
    lon:
    9.73233
  12. id:
    NSR:StopPlace:27009
    name:
    Landevegen
    label:
    Landevegen, Karmøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Karmøy
    county:
    Rogaland
    lat:
    59.35625
    lon:
    5.256398
  13. id:
    NSR:StopPlace:15474
    name:
    Landerud
    label:
    Landerud, Flesberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Flesberg
    county:
    Buskerud
    lat:
    59.920895
    lon:
    9.447935
  14. id:
    NSR:StopPlace:16947
    name:
    Landemoen nord
    label:
    Landemoen nord, Kongsberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsberg
    county:
    Buskerud
    lat:
    59.6103
    lon:
    9.722645
  15. id:
    NSR:StopPlace:7435
    name:
    Lunde
    label:
    Lunde, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.722978
    lon:
    11.191312
  16. id:
    NSR:StopPlace:12417
    name:
    Lunde
    label:
    Lunde, Nordre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordre Land
    county:
    Innlandet
    lat:
    60.933493
    lon:
    10.043355
  17. id:
    NSR:StopPlace:54587
    name:
    Lunde
    label:
    Lunde, Lyngen
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngen
    county:
    Troms
    lat:
    69.654103
    lon:
    20.277291
  18. id:
    NSR:StopPlace:59025
    name:
    Lunde
    label:
    Lunde, Vaksdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Vaksdal
    county:
    Vestland
    lat:
    60.66807
    lon:
    5.779227
  19. id:
    NSR:StopPlace:30269
    name:
    Landa
    label:
    Landa, Fitjar
    category:

    1 results

    1. onstreetBus
    municipality:
    Fitjar
    county:
    Vestland
    lat:
    59.951897
    lon:
    5.32801
  20. id:
    NSR:StopPlace:48461
    name:
    Lunde
    label:
    Lunde, Nesna
    category:

    1 results

    1. onstreetBus
    municipality:
    Nesna
    county:
    Nordland
    lat:
    66.224925
    lon:
    13.090383
  21. id:
    NSR:StopPlace:34710
    name:
    Lunde
    label:
    Lunde, Lærdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Lærdal
    county:
    Vestland
    lat:
    61.05429
    lon:
    7.53765
  22. id:
    NSR:StopPlace:39072
    name:
    Lange
    label:
    Lange, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.715252
    lon:
    7.928917
  23. id:
    NSR:StopPlace:54583
    name:
    Lunde
    label:
    Lunde, Dyrøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Dyrøy
    county:
    Troms
    lat:
    69.063122
    lon:
    17.745832
  24. id:
    NSR:StopPlace:57767
    name:
    Lunde
    label:
    Lunde, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.19917
    lon:
    19.274704
  25. id:
    NSR:StopPlace:20137
    name:
    Lunde
    label:
    Lunde, Porsgrunn
    category:

    1 results

    1. onstreetBus
    municipality:
    Porsgrunn
    county:
    Telemark
    lat:
    59.13949
    lon:
    9.731821
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.