search_stops
Search Norway's National Stop Register by stop name.
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
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.
| Parameter | Requirement | JSON type | Description |
|---|---|---|---|
query | required | string | Stop name or place, e.g. "Oslo S". |
limit | optional | integer | Maximum hits, 1-100. Unit: items. |
lang | optional | string | Result language, normally "no" or "en". |
offset | optional | integer | Number 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.
Result
- returned:
- 25
- stops:
25 results
- id:
- NSR:StopPlace:50495
- name:
- Stø
- label:
- Stø, Øksnes
- category:
1 results
- onstreetBus
- municipality:
- Øksnes
- county:
- Nordland
- lat:
- 69.019501
- lon:
- 15.12622
- id:
- NSR:StopPlace:60077
- name:
- Støren stasjon
- label:
- Støren stasjon, Midtre Gauldal
- category:
2 results
- busStation
- railStation
- municipality:
- Midtre Gauldal
- county:
- Trøndelag
- lat:
- 63.051625
- lon:
- 10.28489
- id:
- NSR:StopPlace:64471
- name:
- Støtt hurtigbåtkai
- label:
- Støtt hurtigbåtkai, Meløy
- category:
3 results
- harbourPort
- ferryStop
- ferryStop
- municipality:
- Meløy
- county:
- Nordland
- lat:
- 66.926398
- lon:
- 13.435893
- id:
- NSR:StopPlace:61112
- name:
- Stølsvik kai
- label:
- Stølsvik kai, Sandnes
- category:
2 results
- ferryStop
- harbourPort
- municipality:
- Sandnes
- county:
- Rogaland
- lat:
- 58.959332
- lon:
- 5.864269
- id:
- NSR:StopPlace:61379
- name:
- Støbotn
- label:
- Støbotn, Bergen
- category:
3 results
- onstreetBus
- onstreetBus
- onstreetBus
- municipality:
- Bergen
- county:
- Vestland
- lat:
- 60.487112
- lon:
- 5.278046
- id:
- NSR:StopPlace:61180
- name:
- Støren rådhus
- label:
- Støren rådhus, Midtre Gauldal
- category:
2 results
- onstreetBus
- onstreetBus
- municipality:
- Midtre Gauldal
- county:
- Trøndelag
- lat:
- 63.038988
- lon:
- 10.284949
- id:
- NSR:StopPlace:17390
- name:
- Størens vei
- label:
- Størens vei, Kongsberg
- category:
1 results
- onstreetBus
- municipality:
- Kongsberg
- county:
- Buskerud
- lat:
- 59.6426
- lon:
- 9.66817
- id:
- NSR:StopPlace:32124
- name:
- Stølen
- label:
- Stølen, Øygarden
- category:
1 results
- onstreetBus
- municipality:
- Øygarden
- county:
- Vestland
- lat:
- 60.229497
- lon:
- 5.145003
- id:
- NSR:StopPlace:58874
- name:
- Stokke stasjon
- label:
- Stokke stasjon, Sandefjord
- category:
3 results
- railStation
- onstreetBus
- onstreetBus
- municipality:
- Sandefjord
- county:
- Vestfold
- lat:
- 59.221215
- lon:
- 10.30019
- id:
- NSR:StopPlace:62352
- name:
- Stoa stasjon
- label:
- Stoa stasjon, Arendal
- category:
2 results
- railStation
- onstreetBus
- municipality:
- Arendal
- county:
- Agder
- lat:
- 58.465953
- lon:
- 8.709473
- id:
- NSR:StopPlace:59091
- name:
- Storekvina stasjon
- label:
- Storekvina stasjon, Kvinesdal
- category:
2 results
- onstreetBus
- railStation
- municipality:
- Kvinesdal
- county:
- Agder
- lat:
- 58.379759
- lon:
- 6.957811
- id:
- NSR:StopPlace:31984
- name:
- Storavatnet terminal
- label:
- Storavatnet terminal, Bergen
- category:
1 results
- busStation
- municipality:
- Bergen
- county:
- Vestland
- lat:
- 60.371414
- lon:
- 5.214906
- id:
- NSR:StopPlace:54474
- name:
- Storslett terminal
- label:
- Storslett terminal, Nordreisa
- category:
1 results
- busStation
- municipality:
- Nordreisa
- county:
- Troms
- lat:
- 69.766924
- lon:
- 21.025025
- id:
- NSR:StopPlace:59233
- name:
- Stord lufthavn
- label:
- Stord lufthavn, Stord
- category:
1 results
- airport
- municipality:
- Stord
- county:
- Vestland
- lat:
- 59.793162
- lon:
- 5.34225
- id:
- NSR:StopPlace:59280
- name:
- Stokmarknes lufthavn
- label:
- Stokmarknes lufthavn, Hadsel
- category:
2 results
- onstreetBus
- airport
- municipality:
- Hadsel
- county:
- Nordland
- lat:
- 68.579421
- lon:
- 15.031864
- id:
- NSR:StopPlace:59285
- name:
- Sandnessjøen lufthavn
- label:
- Sandnessjøen lufthavn, Alstahaug
- category:
3 results
- onstreetBus
- onstreetBus
- airport
- municipality:
- Alstahaug
- county:
- Nordland
- lat:
- 65.960127
- lon:
- 12.476483
- id:
- NSR:StopPlace:58195
- name:
- Storo
- label:
- Storo, Oslo
- category:
4 results
- metroStation
- onstreetBus
- onstreetTram
- onstreetTram
- municipality:
- Oslo
- county:
- Oslo
- lat:
- 59.94527
- lon:
- 10.778637
- id:
- NSR:StopPlace:4029
- name:
- Stortinget
- label:
- Stortinget, Oslo
- category:
1 results
- metroStation
- municipality:
- Oslo
- county:
- Oslo
- lat:
- 59.913437
- lon:
- 10.743256
- id:
- NSR:StopPlace:58219
- name:
- Stovner
- label:
- Stovner, Oslo
- category:
2 results
- metroStation
- onstreetBus
- municipality:
- Oslo
- county:
- Oslo
- lat:
- 59.961987
- lon:
- 10.922846
- id:
- NSR:StopPlace:58635
- name:
- Stockholm Centralstation
- label:
- Stockholm Centralstation, Stockholm
- category:
1 results
- railStation
- municipality:
- Stockholm
- county:
- Stockholms län
- lat:
- 59.330007
- lon:
- 18.057967
- id:
- NSR:StopPlace:59318
- name:
- Storlien station
- label:
- Storlien station, Åre
- category:
3 results
- onstreetBus
- railStation
- onstreetBus
- municipality:
- Åre
- county:
- Jämtlands län
- lat:
- 63.316227
- lon:
- 12.100078
- id:
- NSR:StopPlace:59248
- name:
- Stockholm-Arlanda flygplats
- label:
- Stockholm-Arlanda flygplats, Sigtuna
- category:
4 results
- railStation
- airport
- onstreetBus
- onstreetBus
- municipality:
- Sigtuna
- county:
- Stockholms län
- lat:
- 59.649265
- lon:
- 17.929634
- id:
- NSR:StopPlace:63672
- name:
- Stöde station
- label:
- Stöde station, Sundsvall
- category:
2 results
- railStation
- onstreetBus
- municipality:
- Sundsvall
- county:
- Västernorrlands län
- lat:
- 62.419818
- lon:
- 16.598679
- id:
- NSR:StopPlace:58955
- name:
- Stockholms södra station
- label:
- Stockholms södra station, Stockholm
- category:
1 results
- railStation
- municipality:
- Stockholm
- county:
- Stockholms län
- lat:
- 59.313648
- lon:
- 18.062084
- id:
- NSR:StopPlace:57995
- name:
- Stockholm Cityterminalen
- label:
- Stockholm Cityterminalen, Stockholm
- category:
1 results
- busStation
- municipality:
- Stockholm
- county:
- Stockholms län
- lat:
- 59.330845
- lon:
- 18.056374
- limit:
- 25
- offset:
- 0
- has_more_results:
- no
- truncated:
- no
Show all fields in HTML
- returned:
- 25
- stops:
25 results
- id:
- NSR:StopPlace:50495
- name:
- Stø
- label:
- Stø, Øksnes
- category:
1 results
- onstreetBus
- municipality:
- Øksnes
- county:
- Nordland
- lat:
- 69.019501
- lon:
- 15.12622
- id:
- NSR:StopPlace:60077
- name:
- Støren stasjon
- label:
- Støren stasjon, Midtre Gauldal
- category:
2 results
- busStation
- railStation
- municipality:
- Midtre Gauldal
- county:
- Trøndelag
- lat:
- 63.051625
- lon:
- 10.28489
- id:
- NSR:StopPlace:64471
- name:
- Støtt hurtigbåtkai
- label:
- Støtt hurtigbåtkai, Meløy
- category:
3 results
- harbourPort
- ferryStop
- ferryStop
- municipality:
- Meløy
- county:
- Nordland
- lat:
- 66.926398
- lon:
- 13.435893
- id:
- NSR:StopPlace:61112
- name:
- Stølsvik kai
- label:
- Stølsvik kai, Sandnes
- category:
2 results
- ferryStop
- harbourPort
- municipality:
- Sandnes
- county:
- Rogaland
- lat:
- 58.959332
- lon:
- 5.864269
- id:
- NSR:StopPlace:61379
- name:
- Støbotn
- label:
- Støbotn, Bergen
- category:
3 results
- onstreetBus
- onstreetBus
- onstreetBus
- municipality:
- Bergen
- county:
- Vestland
- lat:
- 60.487112
- lon:
- 5.278046
- id:
- NSR:StopPlace:61180
- name:
- Støren rådhus
- label:
- Støren rådhus, Midtre Gauldal
- category:
2 results
- onstreetBus
- onstreetBus
- municipality:
- Midtre Gauldal
- county:
- Trøndelag
- lat:
- 63.038988
- lon:
- 10.284949
- id:
- NSR:StopPlace:17390
- name:
- Størens vei
- label:
- Størens vei, Kongsberg
- category:
1 results
- onstreetBus
- municipality:
- Kongsberg
- county:
- Buskerud
- lat:
- 59.6426
- lon:
- 9.66817
- id:
- NSR:StopPlace:32124
- name:
- Stølen
- label:
- Stølen, Øygarden
- category:
1 results
- onstreetBus
- municipality:
- Øygarden
- county:
- Vestland
- lat:
- 60.229497
- lon:
- 5.145003
- id:
- NSR:StopPlace:58874
- name:
- Stokke stasjon
- label:
- Stokke stasjon, Sandefjord
- category:
3 results
- railStation
- onstreetBus
- onstreetBus
- municipality:
- Sandefjord
- county:
- Vestfold
- lat:
- 59.221215
- lon:
- 10.30019
- id:
- NSR:StopPlace:62352
- name:
- Stoa stasjon
- label:
- Stoa stasjon, Arendal
- category:
2 results
- railStation
- onstreetBus
- municipality:
- Arendal
- county:
- Agder
- lat:
- 58.465953
- lon:
- 8.709473
- id:
- NSR:StopPlace:59091
- name:
- Storekvina stasjon
- label:
- Storekvina stasjon, Kvinesdal
- category:
2 results
- onstreetBus
- railStation
- municipality:
- Kvinesdal
- county:
- Agder
- lat:
- 58.379759
- lon:
- 6.957811
- id:
- NSR:StopPlace:31984
- name:
- Storavatnet terminal
- label:
- Storavatnet terminal, Bergen
- category:
1 results
- busStation
- municipality:
- Bergen
- county:
- Vestland
- lat:
- 60.371414
- lon:
- 5.214906
- id:
- NSR:StopPlace:54474
- name:
- Storslett terminal
- label:
- Storslett terminal, Nordreisa
- category:
1 results
- busStation
- municipality:
- Nordreisa
- county:
- Troms
- lat:
- 69.766924
- lon:
- 21.025025
- id:
- NSR:StopPlace:59233
- name:
- Stord lufthavn
- label:
- Stord lufthavn, Stord
- category:
1 results
- airport
- municipality:
- Stord
- county:
- Vestland
- lat:
- 59.793162
- lon:
- 5.34225
- id:
- NSR:StopPlace:59280
- name:
- Stokmarknes lufthavn
- label:
- Stokmarknes lufthavn, Hadsel
- category:
2 results
- onstreetBus
- airport
- municipality:
- Hadsel
- county:
- Nordland
- lat:
- 68.579421
- lon:
- 15.031864
- id:
- NSR:StopPlace:59285
- name:
- Sandnessjøen lufthavn
- label:
- Sandnessjøen lufthavn, Alstahaug
- category:
3 results
- onstreetBus
- onstreetBus
- airport
- municipality:
- Alstahaug
- county:
- Nordland
- lat:
- 65.960127
- lon:
- 12.476483
- id:
- NSR:StopPlace:58195
- name:
- Storo
- label:
- Storo, Oslo
- category:
4 results
- metroStation
- onstreetBus
- onstreetTram
- onstreetTram
- municipality:
- Oslo
- county:
- Oslo
- lat:
- 59.94527
- lon:
- 10.778637
- id:
- NSR:StopPlace:4029
- name:
- Stortinget
- label:
- Stortinget, Oslo
- category:
1 results
- metroStation
- municipality:
- Oslo
- county:
- Oslo
- lat:
- 59.913437
- lon:
- 10.743256
- id:
- NSR:StopPlace:58219
- name:
- Stovner
- label:
- Stovner, Oslo
- category:
2 results
- metroStation
- onstreetBus
- municipality:
- Oslo
- county:
- Oslo
- lat:
- 59.961987
- lon:
- 10.922846
- id:
- NSR:StopPlace:58635
- name:
- Stockholm Centralstation
- label:
- Stockholm Centralstation, Stockholm
- category:
1 results
- railStation
- municipality:
- Stockholm
- county:
- Stockholms län
- lat:
- 59.330007
- lon:
- 18.057967
- id:
- NSR:StopPlace:59318
- name:
- Storlien station
- label:
- Storlien station, Åre
- category:
3 results
- onstreetBus
- railStation
- onstreetBus
- municipality:
- Åre
- county:
- Jämtlands län
- lat:
- 63.316227
- lon:
- 12.100078
- id:
- NSR:StopPlace:59248
- name:
- Stockholm-Arlanda flygplats
- label:
- Stockholm-Arlanda flygplats, Sigtuna
- category:
4 results
- railStation
- airport
- onstreetBus
- onstreetBus
- municipality:
- Sigtuna
- county:
- Stockholms län
- lat:
- 59.649265
- lon:
- 17.929634
- id:
- NSR:StopPlace:63672
- name:
- Stöde station
- label:
- Stöde station, Sundsvall
- category:
2 results
- railStation
- onstreetBus
- municipality:
- Sundsvall
- county:
- Västernorrlands län
- lat:
- 62.419818
- lon:
- 16.598679
- id:
- NSR:StopPlace:58955
- name:
- Stockholms södra station
- label:
- Stockholms södra station, Stockholm
- category:
1 results
- railStation
- municipality:
- Stockholm
- county:
- Stockholms län
- lat:
- 59.313648
- lon:
- 18.062084
- id:
- NSR:StopPlace:57995
- name:
- Stockholm Cityterminalen
- label:
- Stockholm Cityterminalen, Stockholm
- category:
1 results
- busStation
- municipality:
- Stockholm
- county:
- Stockholms län
- lat:
- 59.330845
- lon:
- 18.056374
- limit:
- 25
- offset:
- 0
- has_more_results:
- no
- truncated:
- no
Will you use the result in generated code?
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
- Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
- Check types, units, limits and ID formats in the parameter table.
- 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
- Use the stop place ID for details, and distinguish scheduled times from real-time estimates.
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.
AI agent? Read the complete navigation and programming guide.