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:53543
- name:
- Øvre Moen
- label:
- Øvre Moen, Målselv
- category:
1 results
- onstreetBus
- municipality:
- Målselv
- county:
- Troms
- lat:
- 69.120828
- lon:
- 18.617736
- id:
- NSR:StopPlace:2522
- name:
- Øvre Torg
- label:
- Øvre Torg, Moss
- category:
1 results
- onstreetBus
- municipality:
- Moss
- county:
- Østfold
- lat:
- 59.4363
- lon:
- 10.6677
- id:
- NSR:StopPlace:33157
- name:
- Øvre Helland butikk
- label:
- Øvre Helland butikk, Modalen
- category:
1 results
- onstreetBus
- municipality:
- Modalen
- county:
- Vestland
- lat:
- 60.858313
- lon:
- 5.9768
- id:
- NSR:StopPlace:38649
- name:
- Øvre veg Hjelpepunkt
- label:
- Øvre veg Hjelpepunkt, Molde
- category:
1 results
- onstreetBus
- municipality:
- Molde
- county:
- Møre og Romsdal
- lat:
- 62.795091
- lon:
- 8.106066
- id:
- NSR:StopPlace:33150
- name:
- Øvre Helland bedehus
- label:
- Øvre Helland bedehus, Modalen
- category:
1 results
- onstreetBus
- municipality:
- Modalen
- county:
- Vestland
- lat:
- 60.848944
- lon:
- 5.976076
- id:
- NSR:StopPlace:33154
- name:
- Øvre Helland midtre
- label:
- Øvre Helland midtre, Modalen
- category:
1 results
- onstreetBus
- municipality:
- Modalen
- county:
- Vestland
- lat:
- 60.855938
- lon:
- 5.974034
- id:
- NSR:StopPlace:33152
- name:
- Øvre Helland sør
- label:
- Øvre Helland sør, Modalen
- category:
1 results
- onstreetBus
- municipality:
- Modalen
- county:
- Vestland
- lat:
- 60.854136
- lon:
- 5.973092
- id:
- NSR:StopPlace:33160
- name:
- Øvre Helland byggefelt
- label:
- Øvre Helland byggefelt, Modalen
- category:
1 results
- onstreetBus
- municipality:
- Modalen
- county:
- Vestland
- lat:
- 60.85945
- lon:
- 5.978985
- id:
- NSR:StopPlace:38479
- name:
- Øvre Ødegård
- label:
- Øvre Ødegård, Molde
- category:
1 results
- onstreetBus
- municipality:
- Molde
- county:
- Møre og Romsdal
- lat:
- 62.689407
- lon:
- 7.988144
- id:
- NSR:StopPlace:38611
- name:
- Øvre Berg
- label:
- Øvre Berg, Molde
- category:
1 results
- onstreetBus
- municipality:
- Molde
- county:
- Møre og Romsdal
- lat:
- 62.748249
- lon:
- 7.227854
- id:
- NSR:StopPlace:39450
- name:
- Øvre Fuglset
- label:
- Øvre Fuglset, Molde
- category:
1 results
- onstreetBus
- municipality:
- Molde
- county:
- Møre og Romsdal
- lat:
- 62.744077
- lon:
- 7.19818
- id:
- NSR:StopPlace:40234
- name:
- Kvam terrasse øvre
- label:
- Kvam terrasse øvre, Molde
- category:
1 results
- onstreetBus
- municipality:
- Molde
- county:
- Møre og Romsdal
- lat:
- 62.737566
- lon:
- 7.088637
- id:
- NSR:StopPlace:23173
- name:
- Øvre Møll
- label:
- Øvre Møll, Lindesnes
- category:
1 results
- onstreetBus
- municipality:
- Lindesnes
- county:
- Agder
- lat:
- 58.094361
- lon:
- 7.529644
- id:
- NSR:StopPlace:37644
- name:
- Valldal øvre
- label:
- Valldal øvre, Fjord
- category:
1 results
- onstreetBus
- municipality:
- Fjord
- county:
- Møre og Romsdal
- lat:
- 62.321167
- lon:
- 7.311517
- id:
- NSR:StopPlace:38623
- name:
- Øvre Dyrkorn 2
- label:
- Øvre Dyrkorn 2, Fjord
- category:
1 results
- onstreetBus
- municipality:
- Fjord
- county:
- Møre og Romsdal
- lat:
- 62.421479
- lon:
- 6.95694
- id:
- NSR:StopPlace:38628
- name:
- Øvre Engvika
- label:
- Øvre Engvika, Averøy
- category:
1 results
- onstreetBus
- municipality:
- Averøy
- county:
- Møre og Romsdal
- lat:
- 63.043446
- lon:
- 7.667133
- id:
- NSR:StopPlace:38631
- name:
- Øvre Jarnes øst
- label:
- Øvre Jarnes øst, Sykkylven
- category:
1 results
- onstreetBus
- municipality:
- Sykkylven
- county:
- Møre og Romsdal
- lat:
- 62.388523
- lon:
- 6.550856
- id:
- NSR:StopPlace:38633
- name:
- Øvre Jarnes
- label:
- Øvre Jarnes, Sykkylven
- category:
1 results
- onstreetBus
- municipality:
- Sykkylven
- county:
- Møre og Romsdal
- lat:
- 62.390263
- lon:
- 6.546515
- id:
- NSR:StopPlace:38644
- name:
- Øvre Roald
- label:
- Øvre Roald, Giske
- category:
1 results
- onstreetBus
- municipality:
- Giske
- county:
- Møre og Romsdal
- lat:
- 62.582584
- lon:
- 6.11845
- id:
- NSR:StopPlace:39550
- name:
- Løvoll øvre
- label:
- Løvoll øvre, Vanylven
- category:
1 results
- onstreetBus
- municipality:
- Vanylven
- county:
- Møre og Romsdal
- lat:
- 62.021999
- lon:
- 5.543713
- id:
- NSR:StopPlace:38927
- name:
- Øvre Helset
- label:
- Øvre Helset, Vestnes
- category:
1 results
- onstreetBus
- municipality:
- Vestnes
- county:
- Møre og Romsdal
- lat:
- 62.590736
- lon:
- 7.138044
- id:
- NSR:StopPlace:39810
- name:
- Kile øvre
- label:
- Kile øvre, Volda
- category:
1 results
- onstreetBus
- municipality:
- Volda
- county:
- Møre og Romsdal
- lat:
- 62.042285
- lon:
- 6.045994
- id:
- NSR:StopPlace:58118
- name:
- Sørheim øvre
- label:
- Sørheim øvre, Ørsta
- category:
1 results
- onstreetBus
- municipality:
- Ørsta
- county:
- Møre og Romsdal
- lat:
- 62.198376
- lon:
- 6.00842
- id:
- NSR:StopPlace:58125
- name:
- Øvre Kjelstadli
- label:
- Øvre Kjelstadli, Stranda
- category:
1 results
- onstreetBus
- municipality:
- Stranda
- county:
- Møre og Romsdal
- lat:
- 62.02946
- lon:
- 6.726916
- id:
- NSR:StopPlace:40539
- name:
- Sjøholt byggefelt øvre
- label:
- Sjøholt byggefelt øvre, Ålesund
- category:
1 results
- onstreetBus
- municipality:
- Ålesund
- county:
- Møre og Romsdal
- lat:
- 62.487205
- lon:
- 6.811405
- limit:
- 25
- offset:
- 0
- has_more_results:
- no
- truncated:
- no
Show all fields in HTML
- returned:
- 25
- stops:
25 results
- id:
- NSR:StopPlace:53543
- name:
- Øvre Moen
- label:
- Øvre Moen, Målselv
- category:
1 results
- onstreetBus
- municipality:
- Målselv
- county:
- Troms
- lat:
- 69.120828
- lon:
- 18.617736
- id:
- NSR:StopPlace:2522
- name:
- Øvre Torg
- label:
- Øvre Torg, Moss
- category:
1 results
- onstreetBus
- municipality:
- Moss
- county:
- Østfold
- lat:
- 59.4363
- lon:
- 10.6677
- id:
- NSR:StopPlace:33157
- name:
- Øvre Helland butikk
- label:
- Øvre Helland butikk, Modalen
- category:
1 results
- onstreetBus
- municipality:
- Modalen
- county:
- Vestland
- lat:
- 60.858313
- lon:
- 5.9768
- id:
- NSR:StopPlace:38649
- name:
- Øvre veg Hjelpepunkt
- label:
- Øvre veg Hjelpepunkt, Molde
- category:
1 results
- onstreetBus
- municipality:
- Molde
- county:
- Møre og Romsdal
- lat:
- 62.795091
- lon:
- 8.106066
- id:
- NSR:StopPlace:33150
- name:
- Øvre Helland bedehus
- label:
- Øvre Helland bedehus, Modalen
- category:
1 results
- onstreetBus
- municipality:
- Modalen
- county:
- Vestland
- lat:
- 60.848944
- lon:
- 5.976076
- id:
- NSR:StopPlace:33154
- name:
- Øvre Helland midtre
- label:
- Øvre Helland midtre, Modalen
- category:
1 results
- onstreetBus
- municipality:
- Modalen
- county:
- Vestland
- lat:
- 60.855938
- lon:
- 5.974034
- id:
- NSR:StopPlace:33152
- name:
- Øvre Helland sør
- label:
- Øvre Helland sør, Modalen
- category:
1 results
- onstreetBus
- municipality:
- Modalen
- county:
- Vestland
- lat:
- 60.854136
- lon:
- 5.973092
- id:
- NSR:StopPlace:33160
- name:
- Øvre Helland byggefelt
- label:
- Øvre Helland byggefelt, Modalen
- category:
1 results
- onstreetBus
- municipality:
- Modalen
- county:
- Vestland
- lat:
- 60.85945
- lon:
- 5.978985
- id:
- NSR:StopPlace:38479
- name:
- Øvre Ødegård
- label:
- Øvre Ødegård, Molde
- category:
1 results
- onstreetBus
- municipality:
- Molde
- county:
- Møre og Romsdal
- lat:
- 62.689407
- lon:
- 7.988144
- id:
- NSR:StopPlace:38611
- name:
- Øvre Berg
- label:
- Øvre Berg, Molde
- category:
1 results
- onstreetBus
- municipality:
- Molde
- county:
- Møre og Romsdal
- lat:
- 62.748249
- lon:
- 7.227854
- id:
- NSR:StopPlace:39450
- name:
- Øvre Fuglset
- label:
- Øvre Fuglset, Molde
- category:
1 results
- onstreetBus
- municipality:
- Molde
- county:
- Møre og Romsdal
- lat:
- 62.744077
- lon:
- 7.19818
- id:
- NSR:StopPlace:40234
- name:
- Kvam terrasse øvre
- label:
- Kvam terrasse øvre, Molde
- category:
1 results
- onstreetBus
- municipality:
- Molde
- county:
- Møre og Romsdal
- lat:
- 62.737566
- lon:
- 7.088637
- id:
- NSR:StopPlace:23173
- name:
- Øvre Møll
- label:
- Øvre Møll, Lindesnes
- category:
1 results
- onstreetBus
- municipality:
- Lindesnes
- county:
- Agder
- lat:
- 58.094361
- lon:
- 7.529644
- id:
- NSR:StopPlace:37644
- name:
- Valldal øvre
- label:
- Valldal øvre, Fjord
- category:
1 results
- onstreetBus
- municipality:
- Fjord
- county:
- Møre og Romsdal
- lat:
- 62.321167
- lon:
- 7.311517
- id:
- NSR:StopPlace:38623
- name:
- Øvre Dyrkorn 2
- label:
- Øvre Dyrkorn 2, Fjord
- category:
1 results
- onstreetBus
- municipality:
- Fjord
- county:
- Møre og Romsdal
- lat:
- 62.421479
- lon:
- 6.95694
- id:
- NSR:StopPlace:38628
- name:
- Øvre Engvika
- label:
- Øvre Engvika, Averøy
- category:
1 results
- onstreetBus
- municipality:
- Averøy
- county:
- Møre og Romsdal
- lat:
- 63.043446
- lon:
- 7.667133
- id:
- NSR:StopPlace:38631
- name:
- Øvre Jarnes øst
- label:
- Øvre Jarnes øst, Sykkylven
- category:
1 results
- onstreetBus
- municipality:
- Sykkylven
- county:
- Møre og Romsdal
- lat:
- 62.388523
- lon:
- 6.550856
- id:
- NSR:StopPlace:38633
- name:
- Øvre Jarnes
- label:
- Øvre Jarnes, Sykkylven
- category:
1 results
- onstreetBus
- municipality:
- Sykkylven
- county:
- Møre og Romsdal
- lat:
- 62.390263
- lon:
- 6.546515
- id:
- NSR:StopPlace:38644
- name:
- Øvre Roald
- label:
- Øvre Roald, Giske
- category:
1 results
- onstreetBus
- municipality:
- Giske
- county:
- Møre og Romsdal
- lat:
- 62.582584
- lon:
- 6.11845
- id:
- NSR:StopPlace:39550
- name:
- Løvoll øvre
- label:
- Løvoll øvre, Vanylven
- category:
1 results
- onstreetBus
- municipality:
- Vanylven
- county:
- Møre og Romsdal
- lat:
- 62.021999
- lon:
- 5.543713
- id:
- NSR:StopPlace:38927
- name:
- Øvre Helset
- label:
- Øvre Helset, Vestnes
- category:
1 results
- onstreetBus
- municipality:
- Vestnes
- county:
- Møre og Romsdal
- lat:
- 62.590736
- lon:
- 7.138044
- id:
- NSR:StopPlace:39810
- name:
- Kile øvre
- label:
- Kile øvre, Volda
- category:
1 results
- onstreetBus
- municipality:
- Volda
- county:
- Møre og Romsdal
- lat:
- 62.042285
- lon:
- 6.045994
- id:
- NSR:StopPlace:58118
- name:
- Sørheim øvre
- label:
- Sørheim øvre, Ørsta
- category:
1 results
- onstreetBus
- municipality:
- Ørsta
- county:
- Møre og Romsdal
- lat:
- 62.198376
- lon:
- 6.00842
- id:
- NSR:StopPlace:58125
- name:
- Øvre Kjelstadli
- label:
- Øvre Kjelstadli, Stranda
- category:
1 results
- onstreetBus
- municipality:
- Stranda
- county:
- Møre og Romsdal
- lat:
- 62.02946
- lon:
- 6.726916
- id:
- NSR:StopPlace:40539
- name:
- Sjøholt byggefelt øvre
- label:
- Sjøholt byggefelt øvre, Ålesund
- category:
1 results
- onstreetBus
- municipality:
- Ålesund
- county:
- Møre og Romsdal
- lat:
- 62.487205
- lon:
- 6.811405
- 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.