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-22T09:49:42Z in 0.149 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:50495
    name:
    Stø
    label:
    Stø, Øksnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Øksnes
    county:
    Nordland
    lat:
    69.019501
    lon:
    15.12622
  2. id:
    NSR:StopPlace:60077
    name:
    Støren stasjon
    label:
    Støren stasjon, Midtre Gauldal
    category:

    2 results

    1. busStation
    2. railStation
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    63.051625
    lon:
    10.28489
  3. id:
    NSR:StopPlace:64471
    name:
    Støtt hurtigbåtkai
    label:
    Støtt hurtigbåtkai, Meløy
    category:

    3 results

    1. harbourPort
    2. ferryStop
    3. ferryStop
    municipality:
    Meløy
    county:
    Nordland
    lat:
    66.926398
    lon:
    13.435893
  4. id:
    NSR:StopPlace:61112
    name:
    Stølsvik kai
    label:
    Stølsvik kai, Sandnes
    category:

    2 results

    1. ferryStop
    2. harbourPort
    municipality:
    Sandnes
    county:
    Rogaland
    lat:
    58.959332
    lon:
    5.864269
  5. id:
    NSR:StopPlace:61379
    name:
    Støbotn
    label:
    Støbotn, Bergen
    category:

    3 results

    1. onstreetBus
    2. onstreetBus
    3. onstreetBus
    municipality:
    Bergen
    county:
    Vestland
    lat:
    60.487112
    lon:
    5.278046
  6. id:
    NSR:StopPlace:61180
    name:
    Støren rådhus
    label:
    Støren rådhus, Midtre Gauldal
    category:

    2 results

    1. onstreetBus
    2. onstreetBus
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    63.038988
    lon:
    10.284949
  7. id:
    NSR:StopPlace:24582
    name:
    Støle snuplass
    label:
    Støle snuplass, Grimstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Grimstad
    county:
    Agder
    lat:
    58.297889
    lon:
    8.534373
  8. id:
    NSR:StopPlace:27454
    name:
    Stølekrossen
    label:
    Stølekrossen, Haugesund
    category:

    1 results

    1. onstreetBus
    municipality:
    Haugesund
    county:
    Rogaland
    lat:
    59.472095
    lon:
    5.26093
  9. id:
    NSR:StopPlace:35159
    name:
    Stølen
    label:
    Stølen, Sogndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sogndal
    county:
    Vestland
    lat:
    61.418705
    lon:
    6.761824
  10. id:
    NSR:StopPlace:58874
    name:
    Stokke stasjon
    label:
    Stokke stasjon, Sandefjord
    category:

    3 results

    1. railStation
    2. onstreetBus
    3. onstreetBus
    municipality:
    Sandefjord
    county:
    Vestfold
    lat:
    59.221215
    lon:
    10.30019
  11. id:
    NSR:StopPlace:62352
    name:
    Stoa stasjon
    label:
    Stoa stasjon, Arendal
    category:

    2 results

    1. railStation
    2. onstreetBus
    municipality:
    Arendal
    county:
    Agder
    lat:
    58.465953
    lon:
    8.709473
  12. id:
    NSR:StopPlace:59091
    name:
    Storekvina stasjon
    label:
    Storekvina stasjon, Kvinesdal
    category:

    2 results

    1. onstreetBus
    2. railStation
    municipality:
    Kvinesdal
    county:
    Agder
    lat:
    58.379759
    lon:
    6.957811
  13. id:
    NSR:StopPlace:31984
    name:
    Storavatnet terminal
    label:
    Storavatnet terminal, Bergen
    category:

    1 results

    1. busStation
    municipality:
    Bergen
    county:
    Vestland
    lat:
    60.371414
    lon:
    5.214906
  14. id:
    NSR:StopPlace:54474
    name:
    Storslett terminal
    label:
    Storslett terminal, Nordreisa
    category:

    1 results

    1. busStation
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.766924
    lon:
    21.025025
  15. id:
    NSR:StopPlace:59233
    name:
    Stord lufthavn
    label:
    Stord lufthavn, Stord
    category:

    1 results

    1. airport
    municipality:
    Stord
    county:
    Vestland
    lat:
    59.793162
    lon:
    5.34225
  16. id:
    NSR:StopPlace:59280
    name:
    Stokmarknes lufthavn
    label:
    Stokmarknes lufthavn, Hadsel
    category:

    2 results

    1. onstreetBus
    2. airport
    municipality:
    Hadsel
    county:
    Nordland
    lat:
    68.579421
    lon:
    15.031864
  17. id:
    NSR:StopPlace:59285
    name:
    Sandnessjøen lufthavn
    label:
    Sandnessjøen lufthavn, Alstahaug
    category:

    3 results

    1. onstreetBus
    2. onstreetBus
    3. airport
    municipality:
    Alstahaug
    county:
    Nordland
    lat:
    65.960127
    lon:
    12.476483
  18. id:
    NSR:StopPlace:58195
    name:
    Storo
    label:
    Storo, Oslo
    category:

    4 results

    1. metroStation
    2. onstreetBus
    3. onstreetTram
    4. onstreetTram
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.94527
    lon:
    10.778637
  19. id:
    NSR:StopPlace:4029
    name:
    Stortinget
    label:
    Stortinget, Oslo
    category:

    1 results

    1. metroStation
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.913437
    lon:
    10.743256
  20. id:
    NSR:StopPlace:58219
    name:
    Stovner
    label:
    Stovner, Oslo
    category:

    2 results

    1. metroStation
    2. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.961987
    lon:
    10.922846
  21. id:
    NSR:StopPlace:58635
    name:
    Stockholm Centralstation
    label:
    Stockholm Centralstation, Stockholm
    category:

    1 results

    1. railStation
    municipality:
    Stockholm
    county:
    Stockholms län
    lat:
    59.330007
    lon:
    18.057967
  22. id:
    NSR:StopPlace:59318
    name:
    Storlien station
    label:
    Storlien station, Åre
    category:

    3 results

    1. onstreetBus
    2. railStation
    3. onstreetBus
    municipality:
    Åre
    county:
    Jämtlands län
    lat:
    63.316227
    lon:
    12.100078
  23. id:
    NSR:StopPlace:59248
    name:
    Stockholm-Arlanda flygplats
    label:
    Stockholm-Arlanda flygplats, Sigtuna
    category:

    4 results

    1. railStation
    2. airport
    3. onstreetBus
    4. onstreetBus
    municipality:
    Sigtuna
    county:
    Stockholms län
    lat:
    59.649265
    lon:
    17.929634
  24. id:
    NSR:StopPlace:63672
    name:
    Stöde station
    label:
    Stöde station, Sundsvall
    category:

    2 results

    1. railStation
    2. onstreetBus
    municipality:
    Sundsvall
    county:
    Västernorrlands län
    lat:
    62.419818
    lon:
    16.598679
  25. id:
    NSR:StopPlace:58955
    name:
    Stockholms södra station
    label:
    Stockholms södra station, Stockholm
    category:

    1 results

    1. railStation
    municipality:
    Stockholm
    county:
    Stockholms län
    lat:
    59.313648
    lon:
    18.062084
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:50495
    name:
    Stø
    label:
    Stø, Øksnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Øksnes
    county:
    Nordland
    lat:
    69.019501
    lon:
    15.12622
  2. id:
    NSR:StopPlace:60077
    name:
    Støren stasjon
    label:
    Støren stasjon, Midtre Gauldal
    category:

    2 results

    1. busStation
    2. railStation
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    63.051625
    lon:
    10.28489
  3. id:
    NSR:StopPlace:64471
    name:
    Støtt hurtigbåtkai
    label:
    Støtt hurtigbåtkai, Meløy
    category:

    3 results

    1. harbourPort
    2. ferryStop
    3. ferryStop
    municipality:
    Meløy
    county:
    Nordland
    lat:
    66.926398
    lon:
    13.435893
  4. id:
    NSR:StopPlace:61112
    name:
    Stølsvik kai
    label:
    Stølsvik kai, Sandnes
    category:

    2 results

    1. ferryStop
    2. harbourPort
    municipality:
    Sandnes
    county:
    Rogaland
    lat:
    58.959332
    lon:
    5.864269
  5. id:
    NSR:StopPlace:61379
    name:
    Støbotn
    label:
    Støbotn, Bergen
    category:

    3 results

    1. onstreetBus
    2. onstreetBus
    3. onstreetBus
    municipality:
    Bergen
    county:
    Vestland
    lat:
    60.487112
    lon:
    5.278046
  6. id:
    NSR:StopPlace:61180
    name:
    Støren rådhus
    label:
    Støren rådhus, Midtre Gauldal
    category:

    2 results

    1. onstreetBus
    2. onstreetBus
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    63.038988
    lon:
    10.284949
  7. id:
    NSR:StopPlace:24582
    name:
    Støle snuplass
    label:
    Støle snuplass, Grimstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Grimstad
    county:
    Agder
    lat:
    58.297889
    lon:
    8.534373
  8. id:
    NSR:StopPlace:27454
    name:
    Stølekrossen
    label:
    Stølekrossen, Haugesund
    category:

    1 results

    1. onstreetBus
    municipality:
    Haugesund
    county:
    Rogaland
    lat:
    59.472095
    lon:
    5.26093
  9. id:
    NSR:StopPlace:35159
    name:
    Stølen
    label:
    Stølen, Sogndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sogndal
    county:
    Vestland
    lat:
    61.418705
    lon:
    6.761824
  10. id:
    NSR:StopPlace:58874
    name:
    Stokke stasjon
    label:
    Stokke stasjon, Sandefjord
    category:

    3 results

    1. railStation
    2. onstreetBus
    3. onstreetBus
    municipality:
    Sandefjord
    county:
    Vestfold
    lat:
    59.221215
    lon:
    10.30019
  11. id:
    NSR:StopPlace:62352
    name:
    Stoa stasjon
    label:
    Stoa stasjon, Arendal
    category:

    2 results

    1. railStation
    2. onstreetBus
    municipality:
    Arendal
    county:
    Agder
    lat:
    58.465953
    lon:
    8.709473
  12. id:
    NSR:StopPlace:59091
    name:
    Storekvina stasjon
    label:
    Storekvina stasjon, Kvinesdal
    category:

    2 results

    1. onstreetBus
    2. railStation
    municipality:
    Kvinesdal
    county:
    Agder
    lat:
    58.379759
    lon:
    6.957811
  13. id:
    NSR:StopPlace:31984
    name:
    Storavatnet terminal
    label:
    Storavatnet terminal, Bergen
    category:

    1 results

    1. busStation
    municipality:
    Bergen
    county:
    Vestland
    lat:
    60.371414
    lon:
    5.214906
  14. id:
    NSR:StopPlace:54474
    name:
    Storslett terminal
    label:
    Storslett terminal, Nordreisa
    category:

    1 results

    1. busStation
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.766924
    lon:
    21.025025
  15. id:
    NSR:StopPlace:59233
    name:
    Stord lufthavn
    label:
    Stord lufthavn, Stord
    category:

    1 results

    1. airport
    municipality:
    Stord
    county:
    Vestland
    lat:
    59.793162
    lon:
    5.34225
  16. id:
    NSR:StopPlace:59280
    name:
    Stokmarknes lufthavn
    label:
    Stokmarknes lufthavn, Hadsel
    category:

    2 results

    1. onstreetBus
    2. airport
    municipality:
    Hadsel
    county:
    Nordland
    lat:
    68.579421
    lon:
    15.031864
  17. id:
    NSR:StopPlace:59285
    name:
    Sandnessjøen lufthavn
    label:
    Sandnessjøen lufthavn, Alstahaug
    category:

    3 results

    1. onstreetBus
    2. onstreetBus
    3. airport
    municipality:
    Alstahaug
    county:
    Nordland
    lat:
    65.960127
    lon:
    12.476483
  18. id:
    NSR:StopPlace:58195
    name:
    Storo
    label:
    Storo, Oslo
    category:

    4 results

    1. metroStation
    2. onstreetBus
    3. onstreetTram
    4. onstreetTram
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.94527
    lon:
    10.778637
  19. id:
    NSR:StopPlace:4029
    name:
    Stortinget
    label:
    Stortinget, Oslo
    category:

    1 results

    1. metroStation
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.913437
    lon:
    10.743256
  20. id:
    NSR:StopPlace:58219
    name:
    Stovner
    label:
    Stovner, Oslo
    category:

    2 results

    1. metroStation
    2. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.961987
    lon:
    10.922846
  21. id:
    NSR:StopPlace:58635
    name:
    Stockholm Centralstation
    label:
    Stockholm Centralstation, Stockholm
    category:

    1 results

    1. railStation
    municipality:
    Stockholm
    county:
    Stockholms län
    lat:
    59.330007
    lon:
    18.057967
  22. id:
    NSR:StopPlace:59318
    name:
    Storlien station
    label:
    Storlien station, Åre
    category:

    3 results

    1. onstreetBus
    2. railStation
    3. onstreetBus
    municipality:
    Åre
    county:
    Jämtlands län
    lat:
    63.316227
    lon:
    12.100078
  23. id:
    NSR:StopPlace:59248
    name:
    Stockholm-Arlanda flygplats
    label:
    Stockholm-Arlanda flygplats, Sigtuna
    category:

    4 results

    1. railStation
    2. airport
    3. onstreetBus
    4. onstreetBus
    municipality:
    Sigtuna
    county:
    Stockholms län
    lat:
    59.649265
    lon:
    17.929634
  24. id:
    NSR:StopPlace:63672
    name:
    Stöde station
    label:
    Stöde station, Sundsvall
    category:

    2 results

    1. railStation
    2. onstreetBus
    municipality:
    Sundsvall
    county:
    Västernorrlands län
    lat:
    62.419818
    lon:
    16.598679
  25. id:
    NSR:StopPlace:58955
    name:
    Stockholms södra station
    label:
    Stockholms södra station, Stockholm
    category:

    1 results

    1. railStation
    municipality:
    Stockholm
    county:
    Stockholms län
    lat:
    59.313648
    lon:
    18.062084
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.