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-22T05:55:59Z in 0.176 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:34642
    name:
    Svelgen
    label:
    Svelgen, Bremanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Bremanger
    county:
    Vestland
    lat:
    61.76931
    lon:
    5.291313
  2. id:
    NSR:StopPlace:33826
    name:
    Svelgen bru
    label:
    Svelgen bru, Øygarden
    category:

    1 results

    1. onstreetBus
    municipality:
    Øygarden
    county:
    Vestland
    lat:
    60.459377
    lon:
    4.954546
  3. id:
    NSR:StopPlace:34645
    name:
    Svelgen skule
    label:
    Svelgen skule, Bremanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Bremanger
    county:
    Vestland
    lat:
    61.767143
    lon:
    5.287677
  4. id:
    NSR:StopPlace:34648
    name:
    Svelgen stadion
    label:
    Svelgen stadion, Bremanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Bremanger
    county:
    Vestland
    lat:
    61.767261
    lon:
    5.287229
  5. id:
    NSR:StopPlace:40170
    name:
    Sveggen
    label:
    Sveggen, Averøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Averøy
    county:
    Møre og Romsdal
    lat:
    63.1058
    lon:
    7.599993
  6. id:
    NSR:StopPlace:14408
    name:
    Svingen
    label:
    Svingen, Gjøvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjøvik
    county:
    Innlandet
    lat:
    60.763479
    lon:
    10.724778
  7. id:
    NSR:StopPlace:17080
    name:
    Svingen
    label:
    Svingen, Drammen
    category:

    1 results

    1. onstreetBus
    municipality:
    Drammen
    county:
    Buskerud
    lat:
    59.696275
    lon:
    10.163026
  8. id:
    NSR:StopPlace:31877
    name:
    Svingen
    label:
    Svingen, Bergen
    category:

    1 results

    1. onstreetBus
    municipality:
    Bergen
    county:
    Vestland
    lat:
    60.380493
    lon:
    5.301733
  9. id:
    NSR:StopPlace:45862
    name:
    Svingen
    label:
    Svingen, Namsos
    category:

    1 results

    1. onstreetBus
    municipality:
    Namsos
    county:
    Trøndelag
    lat:
    64.474934
    lon:
    11.458805
  10. id:
    NSR:StopPlace:63536
    name:
    Svingen
    label:
    Svingen, Elverum
    category:

    1 results

    1. onstreetBus
    municipality:
    Elverum
    county:
    Innlandet
    lat:
    60.954094
    lon:
    11.487995
  11. id:
    NSR:StopPlace:11244
    name:
    Svingen
    label:
    Svingen, Nord-Fron
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Fron
    county:
    Innlandet
    lat:
    61.573755
    lon:
    9.737642
  12. id:
    NSR:StopPlace:16519
    name:
    Svingen
    label:
    Svingen, Gol
    category:

    1 results

    1. onstreetBus
    municipality:
    Gol
    county:
    Buskerud
    lat:
    60.71323
    lon:
    8.936785
  13. id:
    NSR:StopPlace:32238
    name:
    Svelgane
    label:
    Svelgane, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.586297
    lon:
    6.609979
  14. id:
    NSR:StopPlace:3465
    name:
    Svingen
    label:
    Svingen, Nannestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Nannestad
    county:
    Akershus
    lat:
    60.187652
    lon:
    10.980524
  15. id:
    NSR:StopPlace:21242
    name:
    Svingen
    label:
    Svingen, Tokke
    category:

    1 results

    1. onstreetBus
    municipality:
    Tokke
    county:
    Telemark
    lat:
    59.413129
    lon:
    8.019623
  16. id:
    NSR:StopPlace:42773
    name:
    Svangen
    label:
    Svangen, Skaun
    category:

    1 results

    1. onstreetBus
    municipality:
    Skaun
    county:
    Trøndelag
    lat:
    63.28462
    lon:
    10.17536
  17. id:
    NSR:StopPlace:46477
    name:
    Svingen
    label:
    Svingen, Inderøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Inderøy
    county:
    Trøndelag
    lat:
    63.811039
    lon:
    10.994296
  18. id:
    NSR:StopPlace:2565
    name:
    Svingen
    label:
    Svingen, Moss
    category:

    1 results

    1. onstreetBus
    municipality:
    Moss
    county:
    Østfold
    lat:
    59.46617
    lon:
    10.689545
  19. id:
    NSR:StopPlace:54820
    name:
    Svingen
    label:
    Svingen, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.761826
    lon:
    21.017181
  20. id:
    NSR:StopPlace:12596
    name:
    Svingen
    label:
    Svingen, Øyer
    category:

    1 results

    1. onstreetBus
    municipality:
    Øyer
    county:
    Innlandet
    lat:
    61.266403
    lon:
    10.420924
  21. id:
    NSR:StopPlace:4695
    name:
    Svingen
    label:
    Svingen, Vestby
    category:

    1 results

    1. onstreetBus
    municipality:
    Vestby
    county:
    Akershus
    lat:
    59.574649
    lon:
    10.736751
  22. id:
    NSR:StopPlace:6291
    name:
    Svingen
    label:
    Svingen, Askøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Askøy
    county:
    Vestland
    lat:
    60.42181
    lon:
    5.205937
  23. id:
    NSR:StopPlace:11060
    name:
    Svingen
    label:
    Svingen, Lunner
    category:

    1 results

    1. onstreetBus
    municipality:
    Lunner
    county:
    Akershus
    lat:
    60.312403
    lon:
    10.650148
  24. id:
    NSR:StopPlace:13197
    name:
    Svingen
    label:
    Svingen, Sel
    category:

    1 results

    1. onstreetBus
    municipality:
    Sel
    county:
    Innlandet
    lat:
    61.706513
    lon:
    9.455731
  25. id:
    NSR:StopPlace:16627
    name:
    Svingen
    label:
    Svingen, Kongsberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsberg
    county:
    Buskerud
    lat:
    59.660114
    lon:
    9.673338
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:34642
    name:
    Svelgen
    label:
    Svelgen, Bremanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Bremanger
    county:
    Vestland
    lat:
    61.76931
    lon:
    5.291313
  2. id:
    NSR:StopPlace:33826
    name:
    Svelgen bru
    label:
    Svelgen bru, Øygarden
    category:

    1 results

    1. onstreetBus
    municipality:
    Øygarden
    county:
    Vestland
    lat:
    60.459377
    lon:
    4.954546
  3. id:
    NSR:StopPlace:34645
    name:
    Svelgen skule
    label:
    Svelgen skule, Bremanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Bremanger
    county:
    Vestland
    lat:
    61.767143
    lon:
    5.287677
  4. id:
    NSR:StopPlace:34648
    name:
    Svelgen stadion
    label:
    Svelgen stadion, Bremanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Bremanger
    county:
    Vestland
    lat:
    61.767261
    lon:
    5.287229
  5. id:
    NSR:StopPlace:40170
    name:
    Sveggen
    label:
    Sveggen, Averøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Averøy
    county:
    Møre og Romsdal
    lat:
    63.1058
    lon:
    7.599993
  6. id:
    NSR:StopPlace:14408
    name:
    Svingen
    label:
    Svingen, Gjøvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjøvik
    county:
    Innlandet
    lat:
    60.763479
    lon:
    10.724778
  7. id:
    NSR:StopPlace:17080
    name:
    Svingen
    label:
    Svingen, Drammen
    category:

    1 results

    1. onstreetBus
    municipality:
    Drammen
    county:
    Buskerud
    lat:
    59.696275
    lon:
    10.163026
  8. id:
    NSR:StopPlace:31877
    name:
    Svingen
    label:
    Svingen, Bergen
    category:

    1 results

    1. onstreetBus
    municipality:
    Bergen
    county:
    Vestland
    lat:
    60.380493
    lon:
    5.301733
  9. id:
    NSR:StopPlace:45862
    name:
    Svingen
    label:
    Svingen, Namsos
    category:

    1 results

    1. onstreetBus
    municipality:
    Namsos
    county:
    Trøndelag
    lat:
    64.474934
    lon:
    11.458805
  10. id:
    NSR:StopPlace:63536
    name:
    Svingen
    label:
    Svingen, Elverum
    category:

    1 results

    1. onstreetBus
    municipality:
    Elverum
    county:
    Innlandet
    lat:
    60.954094
    lon:
    11.487995
  11. id:
    NSR:StopPlace:11244
    name:
    Svingen
    label:
    Svingen, Nord-Fron
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Fron
    county:
    Innlandet
    lat:
    61.573755
    lon:
    9.737642
  12. id:
    NSR:StopPlace:16519
    name:
    Svingen
    label:
    Svingen, Gol
    category:

    1 results

    1. onstreetBus
    municipality:
    Gol
    county:
    Buskerud
    lat:
    60.71323
    lon:
    8.936785
  13. id:
    NSR:StopPlace:32238
    name:
    Svelgane
    label:
    Svelgane, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.586297
    lon:
    6.609979
  14. id:
    NSR:StopPlace:3465
    name:
    Svingen
    label:
    Svingen, Nannestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Nannestad
    county:
    Akershus
    lat:
    60.187652
    lon:
    10.980524
  15. id:
    NSR:StopPlace:21242
    name:
    Svingen
    label:
    Svingen, Tokke
    category:

    1 results

    1. onstreetBus
    municipality:
    Tokke
    county:
    Telemark
    lat:
    59.413129
    lon:
    8.019623
  16. id:
    NSR:StopPlace:42773
    name:
    Svangen
    label:
    Svangen, Skaun
    category:

    1 results

    1. onstreetBus
    municipality:
    Skaun
    county:
    Trøndelag
    lat:
    63.28462
    lon:
    10.17536
  17. id:
    NSR:StopPlace:46477
    name:
    Svingen
    label:
    Svingen, Inderøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Inderøy
    county:
    Trøndelag
    lat:
    63.811039
    lon:
    10.994296
  18. id:
    NSR:StopPlace:2565
    name:
    Svingen
    label:
    Svingen, Moss
    category:

    1 results

    1. onstreetBus
    municipality:
    Moss
    county:
    Østfold
    lat:
    59.46617
    lon:
    10.689545
  19. id:
    NSR:StopPlace:54820
    name:
    Svingen
    label:
    Svingen, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.761826
    lon:
    21.017181
  20. id:
    NSR:StopPlace:12596
    name:
    Svingen
    label:
    Svingen, Øyer
    category:

    1 results

    1. onstreetBus
    municipality:
    Øyer
    county:
    Innlandet
    lat:
    61.266403
    lon:
    10.420924
  21. id:
    NSR:StopPlace:4695
    name:
    Svingen
    label:
    Svingen, Vestby
    category:

    1 results

    1. onstreetBus
    municipality:
    Vestby
    county:
    Akershus
    lat:
    59.574649
    lon:
    10.736751
  22. id:
    NSR:StopPlace:6291
    name:
    Svingen
    label:
    Svingen, Askøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Askøy
    county:
    Vestland
    lat:
    60.42181
    lon:
    5.205937
  23. id:
    NSR:StopPlace:11060
    name:
    Svingen
    label:
    Svingen, Lunner
    category:

    1 results

    1. onstreetBus
    municipality:
    Lunner
    county:
    Akershus
    lat:
    60.312403
    lon:
    10.650148
  24. id:
    NSR:StopPlace:13197
    name:
    Svingen
    label:
    Svingen, Sel
    category:

    1 results

    1. onstreetBus
    municipality:
    Sel
    county:
    Innlandet
    lat:
    61.706513
    lon:
    9.455731
  25. id:
    NSR:StopPlace:16627
    name:
    Svingen
    label:
    Svingen, Kongsberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsberg
    county:
    Buskerud
    lat:
    59.660114
    lon:
    9.673338
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.