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:
- 22
- stops:
22 results
- id:
- NSR:StopPlace:27968
- name:
- Trodalveien Flo
- label:
- Trodalveien Flo, Sandnes
- category:
1 results
- onstreetBus
- municipality:
- Sandnes
- county:
- Rogaland
- lat:
- 58.895466
- lon:
- 6.028528
- id:
- NSR:StopPlace:39140
- name:
- Ytre Flø
- label:
- Ytre Flø, Ulstein
- category:
1 results
- onstreetBus
- municipality:
- Ulstein
- county:
- Møre og Romsdal
- lat:
- 62.410976
- lon:
- 5.870937
- id:
- NSR:StopPlace:37846
- name:
- Vedeld
- label:
- Vedeld, Vanylven
- category:
1 results
- onstreetBus
- municipality:
- Vanylven
- county:
- Møre og Romsdal
- lat:
- 62.183544
- lon:
- 5.786547
- id:
- NSR:StopPlace:39152
- name:
- Flå
- label:
- Flå, Sunndal
- category:
1 results
- onstreetBus
- municipality:
- Sunndal
- county:
- Møre og Romsdal
- lat:
- 62.757622
- lon:
- 8.445349
- id:
- NSR:StopPlace:51449
- name:
- Grannes ved Røssvatnet
- label:
- Grannes ved Røssvatnet, Hattfjelldal
- category:
1 results
- onstreetBus
- municipality:
- Hattfjelldal
- county:
- Nordland
- lat:
- 65.725053
- lon:
- 13.96089
- id:
- NSR:StopPlace:33048
- name:
- Flatekvål ved Osen
- label:
- Flatekvål ved Osen, Vaksdal
- category:
1 results
- onstreetBus
- municipality:
- Vaksdal
- county:
- Vestland
- lat:
- 60.787591
- lon:
- 5.96783
- id:
- NSR:StopPlace:38954
- name:
- Fjørå ved gamleskulen
- label:
- Fjørå ved gamleskulen, Fjord
- category:
1 results
- onstreetBus
- municipality:
- Fjord
- county:
- Møre og Romsdal
- lat:
- 62.29477
- lon:
- 7.314894
- id:
- NSR:StopPlace:41024
- name:
- Nystøyl ved Nystøyl Trevare
- label:
- Nystøyl ved Nystøyl Trevare, Vanylven
- category:
1 results
- onstreetBus
- municipality:
- Vanylven
- county:
- Møre og Romsdal
- lat:
- 62.187377
- lon:
- 5.459293
- id:
- NSR:StopPlace:61969
- name:
- Myklebust ved tunnel
- label:
- Myklebust ved tunnel, Ålesund
- category:
1 results
- onstreetBus
- municipality:
- Ålesund
- county:
- Møre og Romsdal
- lat:
- 62.735997
- lon:
- 6.438514
- id:
- NSR:StopPlace:62891
- name:
- Austnes ved butikken
- label:
- Austnes ved butikken, Haram
- category:
1 results
- onstreetBus
- municipality:
- Haram
- county:
- Møre og Romsdal
- lat:
- 62.64077
- lon:
- 6.26909
- id:
- NSR:StopPlace:61793
- name:
- Skjeltene ved brua
- label:
- Skjeltene ved brua, Haram
- category:
1 results
- onstreetBus
- municipality:
- Haram
- county:
- Møre og Romsdal
- lat:
- 62.586787
- lon:
- 6.268918
- id:
- NSR:StopPlace:41123
- name:
- Fjørtofta ved stadion
- label:
- Fjørtofta ved stadion, Haram
- category:
1 results
- onstreetBus
- municipality:
- Haram
- county:
- Møre og Romsdal
- lat:
- 62.706406
- lon:
- 6.388061
- id:
- NSR:StopPlace:38734
- name:
- Longva ved butikken
- label:
- Longva ved butikken, Haram
- category:
1 results
- onstreetBus
- municipality:
- Haram
- county:
- Møre og Romsdal
- lat:
- 62.672034
- lon:
- 6.269881
- id:
- NSR:StopPlace:39995
- name:
- Gjerdsvik ved skulen
- label:
- Gjerdsvik ved skulen, Sande
- category:
1 results
- onstreetBus
- municipality:
- Sande
- county:
- Møre og Romsdal
- lat:
- 62.258124
- lon:
- 5.584368
- id:
- NSR:StopPlace:26689
- name:
- Åbødalen ved brua
- label:
- Åbødalen ved brua, Sauda
- category:
1 results
- onstreetBus
- municipality:
- Sauda
- county:
- Rogaland
- lat:
- 59.665278
- lon:
- 6.357002
- id:
- NSR:StopPlace:25910
- name:
- Rådhusgata ved bussterminalen
- label:
- Rådhusgata ved bussterminalen, Sauda
- category:
1 results
- onstreetBus
- municipality:
- Sauda
- county:
- Rogaland
- lat:
- 59.647703
- lon:
- 6.351471
- id:
- NSR:StopPlace:58502
- name:
- Helleland ved butikken
- label:
- Helleland ved butikken, Eigersund
- category:
1 results
- onstreetBus
- municipality:
- Eigersund
- county:
- Rogaland
- lat:
- 58.535517
- lon:
- 6.154086
- id:
- NSR:StopPlace:30874
- name:
- Røldalsvegen ved Odda rådhus
- label:
- Røldalsvegen ved Odda rådhus, Ullensvang
- category:
1 results
- onstreetBus
- municipality:
- Ullensvang
- county:
- Vestland
- lat:
- 60.067108
- lon:
- 6.546411
- id:
- NSR:StopPlace:28133
- name:
- Espelandsvegen ved brua
- label:
- Espelandsvegen ved brua, Sauda
- category:
1 results
- onstreetBus
- municipality:
- Sauda
- county:
- Rogaland
- lat:
- 59.665023
- lon:
- 6.355803
- id:
- NSR:StopPlace:61050
- name:
- Grenseveien ved IKEA
- label:
- Grenseveien ved IKEA, Sandnes
- category:
1 results
- onstreetBus
- municipality:
- Sandnes
- county:
- Rogaland
- lat:
- 58.887
- lon:
- 5.723729
- id:
- NSR:StopPlace:58400
- name:
- Kvernaland ved Coop
- label:
- Kvernaland ved Coop, Time
- category:
1 results
- onstreetBus
- municipality:
- Time
- county:
- Rogaland
- lat:
- 58.779232
- lon:
- 5.721589
- id:
- NSR:StopPlace:60704
- name:
- Hundvåg ved Ryfylketunnelen
- label:
- Hundvåg ved Ryfylketunnelen, Stavanger
- category:
1 results
- onstreetBus
- municipality:
- Stavanger
- county:
- Rogaland
- lat:
- 59.003513
- lon:
- 5.736923
- limit:
- 25
- offset:
- 0
- has_more_results:
- no
- truncated:
- no
Show all fields in HTML
- returned:
- 22
- stops:
22 results
- id:
- NSR:StopPlace:27968
- name:
- Trodalveien Flo
- label:
- Trodalveien Flo, Sandnes
- category:
1 results
- onstreetBus
- municipality:
- Sandnes
- county:
- Rogaland
- lat:
- 58.895466
- lon:
- 6.028528
- id:
- NSR:StopPlace:39140
- name:
- Ytre Flø
- label:
- Ytre Flø, Ulstein
- category:
1 results
- onstreetBus
- municipality:
- Ulstein
- county:
- Møre og Romsdal
- lat:
- 62.410976
- lon:
- 5.870937
- id:
- NSR:StopPlace:37846
- name:
- Vedeld
- label:
- Vedeld, Vanylven
- category:
1 results
- onstreetBus
- municipality:
- Vanylven
- county:
- Møre og Romsdal
- lat:
- 62.183544
- lon:
- 5.786547
- id:
- NSR:StopPlace:39152
- name:
- Flå
- label:
- Flå, Sunndal
- category:
1 results
- onstreetBus
- municipality:
- Sunndal
- county:
- Møre og Romsdal
- lat:
- 62.757622
- lon:
- 8.445349
- id:
- NSR:StopPlace:51449
- name:
- Grannes ved Røssvatnet
- label:
- Grannes ved Røssvatnet, Hattfjelldal
- category:
1 results
- onstreetBus
- municipality:
- Hattfjelldal
- county:
- Nordland
- lat:
- 65.725053
- lon:
- 13.96089
- id:
- NSR:StopPlace:33048
- name:
- Flatekvål ved Osen
- label:
- Flatekvål ved Osen, Vaksdal
- category:
1 results
- onstreetBus
- municipality:
- Vaksdal
- county:
- Vestland
- lat:
- 60.787591
- lon:
- 5.96783
- id:
- NSR:StopPlace:38954
- name:
- Fjørå ved gamleskulen
- label:
- Fjørå ved gamleskulen, Fjord
- category:
1 results
- onstreetBus
- municipality:
- Fjord
- county:
- Møre og Romsdal
- lat:
- 62.29477
- lon:
- 7.314894
- id:
- NSR:StopPlace:41024
- name:
- Nystøyl ved Nystøyl Trevare
- label:
- Nystøyl ved Nystøyl Trevare, Vanylven
- category:
1 results
- onstreetBus
- municipality:
- Vanylven
- county:
- Møre og Romsdal
- lat:
- 62.187377
- lon:
- 5.459293
- id:
- NSR:StopPlace:61969
- name:
- Myklebust ved tunnel
- label:
- Myklebust ved tunnel, Ålesund
- category:
1 results
- onstreetBus
- municipality:
- Ålesund
- county:
- Møre og Romsdal
- lat:
- 62.735997
- lon:
- 6.438514
- id:
- NSR:StopPlace:62891
- name:
- Austnes ved butikken
- label:
- Austnes ved butikken, Haram
- category:
1 results
- onstreetBus
- municipality:
- Haram
- county:
- Møre og Romsdal
- lat:
- 62.64077
- lon:
- 6.26909
- id:
- NSR:StopPlace:61793
- name:
- Skjeltene ved brua
- label:
- Skjeltene ved brua, Haram
- category:
1 results
- onstreetBus
- municipality:
- Haram
- county:
- Møre og Romsdal
- lat:
- 62.586787
- lon:
- 6.268918
- id:
- NSR:StopPlace:41123
- name:
- Fjørtofta ved stadion
- label:
- Fjørtofta ved stadion, Haram
- category:
1 results
- onstreetBus
- municipality:
- Haram
- county:
- Møre og Romsdal
- lat:
- 62.706406
- lon:
- 6.388061
- id:
- NSR:StopPlace:38734
- name:
- Longva ved butikken
- label:
- Longva ved butikken, Haram
- category:
1 results
- onstreetBus
- municipality:
- Haram
- county:
- Møre og Romsdal
- lat:
- 62.672034
- lon:
- 6.269881
- id:
- NSR:StopPlace:39995
- name:
- Gjerdsvik ved skulen
- label:
- Gjerdsvik ved skulen, Sande
- category:
1 results
- onstreetBus
- municipality:
- Sande
- county:
- Møre og Romsdal
- lat:
- 62.258124
- lon:
- 5.584368
- id:
- NSR:StopPlace:26689
- name:
- Åbødalen ved brua
- label:
- Åbødalen ved brua, Sauda
- category:
1 results
- onstreetBus
- municipality:
- Sauda
- county:
- Rogaland
- lat:
- 59.665278
- lon:
- 6.357002
- id:
- NSR:StopPlace:25910
- name:
- Rådhusgata ved bussterminalen
- label:
- Rådhusgata ved bussterminalen, Sauda
- category:
1 results
- onstreetBus
- municipality:
- Sauda
- county:
- Rogaland
- lat:
- 59.647703
- lon:
- 6.351471
- id:
- NSR:StopPlace:58502
- name:
- Helleland ved butikken
- label:
- Helleland ved butikken, Eigersund
- category:
1 results
- onstreetBus
- municipality:
- Eigersund
- county:
- Rogaland
- lat:
- 58.535517
- lon:
- 6.154086
- id:
- NSR:StopPlace:30874
- name:
- Røldalsvegen ved Odda rådhus
- label:
- Røldalsvegen ved Odda rådhus, Ullensvang
- category:
1 results
- onstreetBus
- municipality:
- Ullensvang
- county:
- Vestland
- lat:
- 60.067108
- lon:
- 6.546411
- id:
- NSR:StopPlace:28133
- name:
- Espelandsvegen ved brua
- label:
- Espelandsvegen ved brua, Sauda
- category:
1 results
- onstreetBus
- municipality:
- Sauda
- county:
- Rogaland
- lat:
- 59.665023
- lon:
- 6.355803
- id:
- NSR:StopPlace:61050
- name:
- Grenseveien ved IKEA
- label:
- Grenseveien ved IKEA, Sandnes
- category:
1 results
- onstreetBus
- municipality:
- Sandnes
- county:
- Rogaland
- lat:
- 58.887
- lon:
- 5.723729
- id:
- NSR:StopPlace:58400
- name:
- Kvernaland ved Coop
- label:
- Kvernaland ved Coop, Time
- category:
1 results
- onstreetBus
- municipality:
- Time
- county:
- Rogaland
- lat:
- 58.779232
- lon:
- 5.721589
- id:
- NSR:StopPlace:60704
- name:
- Hundvåg ved Ryfylketunnelen
- label:
- Hundvåg ved Ryfylketunnelen, Stavanger
- category:
1 results
- onstreetBus
- municipality:
- Stavanger
- county:
- Rogaland
- lat:
- 59.003513
- lon:
- 5.736923
- 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.