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-22T11:10:18Z in 0.140 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:11333
    name:
    Haug
    label:
    Haug, Gran
    category:

    1 results

    1. onstreetBus
    municipality:
    Gran
    county:
    Innlandet
    lat:
    60.523213
    lon:
    10.275682
  2. id:
    NSR:StopPlace:47020
    name:
    Haug
    label:
    Haug, Hadsel
    category:

    1 results

    1. onstreetBus
    municipality:
    Hadsel
    county:
    Nordland
    lat:
    68.503022
    lon:
    14.754366
  3. id:
    NSR:StopPlace:10446
    name:
    Haug
    label:
    Haug, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    60.819391
    lon:
    10.916204
  4. id:
    NSR:StopPlace:10996
    name:
    Haug
    label:
    Haug, Etnedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Etnedal
    county:
    Innlandet
    lat:
    60.87146
    lon:
    9.635572
  5. id:
    NSR:StopPlace:12282
    name:
    Haug
    label:
    Haug, Søndre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Søndre Land
    county:
    Innlandet
    lat:
    60.589228
    lon:
    10.296566
  6. id:
    NSR:StopPlace:17140
    name:
    Haug
    label:
    Haug, Ringerike
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringerike
    county:
    Buskerud
    lat:
    60.0645
    lon:
    10.07775
  7. id:
    NSR:StopPlace:7333
    name:
    Haug
    label:
    Haug, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.746108
    lon:
    11.276196
  8. id:
    NSR:StopPlace:52183
    name:
    Haug
    label:
    Haug, Karlsøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Karlsøy
    county:
    Troms
    lat:
    70.017412
    lon:
    19.584023
  9. id:
    NSR:StopPlace:52180
    name:
    Haug
    label:
    Haug, Kvæfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvæfjord
    county:
    Troms
    lat:
    68.768197
    lon:
    16.079417
  10. id:
    NSR:StopPlace:52186
    name:
    Haug
    label:
    Haug, Storfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Storfjord
    county:
    Troms
    lat:
    69.366859
    lon:
    20.022297
  11. id:
    NSR:StopPlace:52189
    name:
    Haug
    label:
    Haug, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.906687
    lon:
    21.346299
  12. id:
    NSR:StopPlace:13532
    name:
    Haug
    label:
    Haug, Nordre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordre Land
    county:
    Innlandet
    lat:
    60.948342
    lon:
    10.117242
  13. id:
    NSR:StopPlace:4808
    name:
    Haug
    label:
    Haug, Nittedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nittedal
    county:
    Akershus
    lat:
    60.125197
    lon:
    10.82103
  14. id:
    NSR:StopPlace:49418
    name:
    Haug
    label:
    Haug, Lødingen
    category:

    1 results

    1. onstreetBus
    municipality:
    Lødingen
    county:
    Nordland
    lat:
    68.356068
    lon:
    15.395127
  15. id:
    NSR:StopPlace:16126
    name:
    Haug
    label:
    Haug, Ål
    category:

    1 results

    1. onstreetBus
    municipality:
    Ål
    county:
    Buskerud
    lat:
    60.64372
    lon:
    8.459355
  16. id:
    NSR:StopPlace:19876
    name:
    Haug
    label:
    Haug, Vinje
    category:

    1 results

    1. onstreetBus
    municipality:
    Vinje
    county:
    Telemark
    lat:
    59.814442
    lon:
    8.132852
  17. id:
    NSR:StopPlace:45413
    name:
    Haug
    label:
    Haug, Verdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Verdal
    county:
    Trøndelag
    lat:
    63.795355
    lon:
    11.517599
  18. id:
    NSR:StopPlace:5319
    name:
    Haug
    label:
    Haug, Ås
    category:

    1 results

    1. onstreetBus
    municipality:
    Ås
    county:
    Akershus
    lat:
    59.659339
    lon:
    10.725998
  19. id:
    NSR:StopPlace:15016
    name:
    Haug
    label:
    Haug, Modum
    category:

    1 results

    1. onstreetBus
    municipality:
    Modum
    county:
    Buskerud
    lat:
    59.90785
    lon:
    9.91332
  20. id:
    NSR:StopPlace:17883
    name:
    Haug
    label:
    Haug, Færder
    category:

    1 results

    1. onstreetBus
    municipality:
    Færder
    county:
    Vestfold
    lat:
    59.123646
    lon:
    10.399678
  21. id:
    NSR:StopPlace:32788
    name:
    Haug
    label:
    Haug, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.591271
    lon:
    6.462396
  22. id:
    NSR:StopPlace:35481
    name:
    Haug
    label:
    Haug, Askvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Askvoll
    county:
    Vestland
    lat:
    61.351002
    lon:
    5.018085
  23. id:
    NSR:StopPlace:5629
    name:
    Haug
    label:
    Haug, Ullensaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ullensaker
    county:
    Akershus
    lat:
    60.10794
    lon:
    11.150521
  24. id:
    NSR:StopPlace:12547
    name:
    Haug
    label:
    Haug, Sør-Aurdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Aurdal
    county:
    Innlandet
    lat:
    60.82346
    lon:
    9.51552
  25. id:
    NSR:StopPlace:45321
    name:
    Haug
    label:
    Haug, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    64.130448
    lon:
    11.682011
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:11333
    name:
    Haug
    label:
    Haug, Gran
    category:

    1 results

    1. onstreetBus
    municipality:
    Gran
    county:
    Innlandet
    lat:
    60.523213
    lon:
    10.275682
  2. id:
    NSR:StopPlace:47020
    name:
    Haug
    label:
    Haug, Hadsel
    category:

    1 results

    1. onstreetBus
    municipality:
    Hadsel
    county:
    Nordland
    lat:
    68.503022
    lon:
    14.754366
  3. id:
    NSR:StopPlace:10446
    name:
    Haug
    label:
    Haug, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    60.819391
    lon:
    10.916204
  4. id:
    NSR:StopPlace:10996
    name:
    Haug
    label:
    Haug, Etnedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Etnedal
    county:
    Innlandet
    lat:
    60.87146
    lon:
    9.635572
  5. id:
    NSR:StopPlace:12282
    name:
    Haug
    label:
    Haug, Søndre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Søndre Land
    county:
    Innlandet
    lat:
    60.589228
    lon:
    10.296566
  6. id:
    NSR:StopPlace:17140
    name:
    Haug
    label:
    Haug, Ringerike
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringerike
    county:
    Buskerud
    lat:
    60.0645
    lon:
    10.07775
  7. id:
    NSR:StopPlace:7333
    name:
    Haug
    label:
    Haug, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.746108
    lon:
    11.276196
  8. id:
    NSR:StopPlace:52183
    name:
    Haug
    label:
    Haug, Karlsøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Karlsøy
    county:
    Troms
    lat:
    70.017412
    lon:
    19.584023
  9. id:
    NSR:StopPlace:52180
    name:
    Haug
    label:
    Haug, Kvæfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvæfjord
    county:
    Troms
    lat:
    68.768197
    lon:
    16.079417
  10. id:
    NSR:StopPlace:52186
    name:
    Haug
    label:
    Haug, Storfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Storfjord
    county:
    Troms
    lat:
    69.366859
    lon:
    20.022297
  11. id:
    NSR:StopPlace:52189
    name:
    Haug
    label:
    Haug, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.906687
    lon:
    21.346299
  12. id:
    NSR:StopPlace:13532
    name:
    Haug
    label:
    Haug, Nordre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordre Land
    county:
    Innlandet
    lat:
    60.948342
    lon:
    10.117242
  13. id:
    NSR:StopPlace:4808
    name:
    Haug
    label:
    Haug, Nittedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nittedal
    county:
    Akershus
    lat:
    60.125197
    lon:
    10.82103
  14. id:
    NSR:StopPlace:49418
    name:
    Haug
    label:
    Haug, Lødingen
    category:

    1 results

    1. onstreetBus
    municipality:
    Lødingen
    county:
    Nordland
    lat:
    68.356068
    lon:
    15.395127
  15. id:
    NSR:StopPlace:16126
    name:
    Haug
    label:
    Haug, Ål
    category:

    1 results

    1. onstreetBus
    municipality:
    Ål
    county:
    Buskerud
    lat:
    60.64372
    lon:
    8.459355
  16. id:
    NSR:StopPlace:19876
    name:
    Haug
    label:
    Haug, Vinje
    category:

    1 results

    1. onstreetBus
    municipality:
    Vinje
    county:
    Telemark
    lat:
    59.814442
    lon:
    8.132852
  17. id:
    NSR:StopPlace:45413
    name:
    Haug
    label:
    Haug, Verdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Verdal
    county:
    Trøndelag
    lat:
    63.795355
    lon:
    11.517599
  18. id:
    NSR:StopPlace:5319
    name:
    Haug
    label:
    Haug, Ås
    category:

    1 results

    1. onstreetBus
    municipality:
    Ås
    county:
    Akershus
    lat:
    59.659339
    lon:
    10.725998
  19. id:
    NSR:StopPlace:15016
    name:
    Haug
    label:
    Haug, Modum
    category:

    1 results

    1. onstreetBus
    municipality:
    Modum
    county:
    Buskerud
    lat:
    59.90785
    lon:
    9.91332
  20. id:
    NSR:StopPlace:17883
    name:
    Haug
    label:
    Haug, Færder
    category:

    1 results

    1. onstreetBus
    municipality:
    Færder
    county:
    Vestfold
    lat:
    59.123646
    lon:
    10.399678
  21. id:
    NSR:StopPlace:32788
    name:
    Haug
    label:
    Haug, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.591271
    lon:
    6.462396
  22. id:
    NSR:StopPlace:35481
    name:
    Haug
    label:
    Haug, Askvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Askvoll
    county:
    Vestland
    lat:
    61.351002
    lon:
    5.018085
  23. id:
    NSR:StopPlace:5629
    name:
    Haug
    label:
    Haug, Ullensaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ullensaker
    county:
    Akershus
    lat:
    60.10794
    lon:
    11.150521
  24. id:
    NSR:StopPlace:12547
    name:
    Haug
    label:
    Haug, Sør-Aurdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Aurdal
    county:
    Innlandet
    lat:
    60.82346
    lon:
    9.51552
  25. id:
    NSR:StopPlace:45321
    name:
    Haug
    label:
    Haug, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    64.130448
    lon:
    11.682011
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.