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:12337
- name:
- Torpa barne- og ungdomsskole
- label:
- Torpa barne- og ungdomsskole, Nordre Land
- category:
1 results
- onstreetBus
- municipality:
- Nordre Land
- county:
- Innlandet
- lat:
- 60.966382
- lon:
- 10.10556
- id:
- NSR:StopPlace:21827
- name:
- Risør barne- og ungdomsskole
- label:
- Risør barne- og ungdomsskole, Risør
- category:
1 results
- onstreetBus
- municipality:
- Risør
- county:
- Agder
- lat:
- 58.716772
- lon:
- 9.216963
- id:
- NSR:StopPlace:24483
- name:
- Åseral barne- og ungdomsskule
- label:
- Åseral barne- og ungdomsskule, Åseral
- category:
1 results
- onstreetBus
- municipality:
- Åseral
- county:
- Agder
- lat:
- 58.619018
- lon:
- 7.422615
- id:
- NSR:StopPlace:25902
- name:
- Tysværvåg barne- og ungdomsskule
- label:
- Tysværvåg barne- og ungdomsskule, Tysvær
- category:
1 results
- onstreetBus
- municipality:
- Tysvær
- county:
- Rogaland
- lat:
- 59.334581
- lon:
- 5.487207
- id:
- NSR:StopPlace:36559
- name:
- Eikefjord barne- og ungdomsskule
- label:
- Eikefjord barne- og ungdomsskule, Kinn
- category:
1 results
- onstreetBus
- municipality:
- Kinn
- county:
- Vestland
- lat:
- 61.590023
- lon:
- 5.461047
- id:
- NSR:StopPlace:38563
- name:
- Halsa barne- og ungdomsskole
- label:
- Halsa barne- og ungdomsskole, Heim
- category:
1 results
- onstreetBus
- municipality:
- Heim
- county:
- Trøndelag
- lat:
- 63.119981
- lon:
- 8.32032
- id:
- NSR:StopPlace:47291
- name:
- Svolvær barne- og ungdomsskole
- label:
- Svolvær barne- og ungdomsskole, Vågan
- category:
1 results
- onstreetBus
- municipality:
- Vågan
- county:
- Nordland
- lat:
- 68.239106
- lon:
- 14.562593
- id:
- NSR:StopPlace:61705
- name:
- Val barne- og ungdomsskole
- label:
- Val barne- og ungdomsskole, Nærøysund
- category:
1 results
- onstreetBus
- municipality:
- Nærøysund
- county:
- Trøndelag
- lat:
- 64.783
- lon:
- 11.41731
- id:
- NSR:StopPlace:16242
- name:
- Geilo barne- og ungdomsskole
- label:
- Geilo barne- og ungdomsskole, Hol
- category:
1 results
- onstreetBus
- municipality:
- Hol
- county:
- Buskerud
- lat:
- 60.535005
- lon:
- 8.22118
- id:
- NSR:StopPlace:12249
- name:
- Vang barne- og ungdomsskule
- label:
- Vang barne- og ungdomsskule, Vang
- category:
1 results
- onstreetBus
- municipality:
- Vang
- county:
- Innlandet
- lat:
- 61.129891
- lon:
- 8.593559
- id:
- NSR:StopPlace:44517
- name:
- Grong barne- og ungdomsskole
- label:
- Grong barne- og ungdomsskole, Grong
- category:
1 results
- onstreetBus
- municipality:
- Grong
- county:
- Trøndelag
- lat:
- 64.464184
- lon:
- 12.309632
- id:
- NSR:StopPlace:45016
- name:
- Overhalla barne- og ungdomsskole
- label:
- Overhalla barne- og ungdomsskole, Overhalla
- category:
1 results
- onstreetBus
- municipality:
- Overhalla
- county:
- Trøndelag
- lat:
- 64.49789
- lon:
- 11.962754
- id:
- NSR:StopPlace:12281
- name:
- Vang barne- og ungdomsskule E16
- label:
- Vang barne- og ungdomsskule E16, Vang
- category:
1 results
- onstreetBus
- municipality:
- Vang
- county:
- Innlandet
- lat:
- 61.129044
- lon:
- 8.596544
- id:
- NSR:StopPlace:1678
- name:
- Knapstad barne og ungdomsskole
- label:
- Knapstad barne og ungdomsskole, Indre Østfold
- category:
1 results
- onstreetBus
- municipality:
- Indre Østfold
- county:
- Østfold
- lat:
- 59.624722
- lon:
- 11.024536
- id:
- NSR:StopPlace:53364
- name:
- Indre Kåfjord barne og ungdomsskole
- label:
- Indre Kåfjord barne og ungdomsskole, Kåfjord
- category:
1 results
- onstreetBus
- municipality:
- Kåfjord
- county:
- Troms
- lat:
- 69.468757
- lon:
- 20.920675
- id:
- NSR:StopPlace:9433
- name:
- Mo barne- og ungdomsskole
- label:
- Mo barne- og ungdomsskole, Nord-Odal
- category:
1 results
- onstreetBus
- municipality:
- Nord-Odal
- county:
- Innlandet
- lat:
- 60.423664
- lon:
- 11.642413
- id:
- NSR:StopPlace:11850
- name:
- Skjåk barne- og ungdomsskule
- label:
- Skjåk barne- og ungdomsskule, Skjåk
- category:
1 results
- onstreetBus
- municipality:
- Skjåk
- county:
- Innlandet
- lat:
- 61.884329
- lon:
- 8.263446
- id:
- NSR:StopPlace:44369
- name:
- Røyrvik barne- og ungdomsskole
- label:
- Røyrvik barne- og ungdomsskole, Røyrvik
- category:
1 results
- onstreetBus
- municipality:
- Røyrvik
- county:
- Trøndelag
- lat:
- 64.88396
- lon:
- 13.561351
- id:
- NSR:StopPlace:45904
- name:
- Åsen barne- og ungdomsskole
- label:
- Åsen barne- og ungdomsskole, Levanger
- category:
1 results
- onstreetBus
- municipality:
- Levanger
- county:
- Trøndelag
- lat:
- 63.611428
- lon:
- 11.050513
- id:
- NSR:StopPlace:45085
- name:
- Skogn barne- og ungdomsskole
- label:
- Skogn barne- og ungdomsskole, Levanger
- category:
1 results
- onstreetBus
- municipality:
- Levanger
- county:
- Trøndelag
- lat:
- 63.69921
- lon:
- 11.20597
- id:
- NSR:StopPlace:58171
- name:
- Møre barne- og ungdomsskule
- label:
- Møre barne- og ungdomsskule, Herøy
- category:
1 results
- onstreetBus
- municipality:
- Herøy
- county:
- Møre og Romsdal
- lat:
- 62.277915
- lon:
- 5.807197
- id:
- NSR:StopPlace:12812
- name:
- Hedalen barne- og ungdomsskole
- label:
- Hedalen barne- og ungdomsskole, Sør-Aurdal
- category:
1 results
- onstreetBus
- municipality:
- Sør-Aurdal
- county:
- Innlandet
- lat:
- 60.604695
- lon:
- 9.744304
- id:
- NSR:StopPlace:26754
- name:
- Høle barne- og ungdomsskule
- label:
- Høle barne- og ungdomsskule, Sandnes
- category:
1 results
- onstreetBus
- municipality:
- Sandnes
- county:
- Rogaland
- lat:
- 58.895732
- lon:
- 6.01829
- id:
- NSR:StopPlace:42506
- name:
- Meldal barne- og ungdomsskole
- label:
- Meldal barne- og ungdomsskole, Orkland
- category:
1 results
- onstreetBus
- municipality:
- Orkland
- county:
- Trøndelag
- lat:
- 63.043073
- lon:
- 9.701633
- id:
- NSR:StopPlace:39078
- name:
- Tustna barne- og ungdomsskole
- label:
- Tustna barne- og ungdomsskole, Aure
- category:
1 results
- onstreetBus
- municipality:
- Aure
- county:
- Møre og Romsdal
- lat:
- 63.158223
- lon:
- 7.962329
- limit:
- 25
- offset:
- 0
- has_more_results:
- no
- truncated:
- no
Show all fields in HTML
- returned:
- 25
- stops:
25 results
- id:
- NSR:StopPlace:12337
- name:
- Torpa barne- og ungdomsskole
- label:
- Torpa barne- og ungdomsskole, Nordre Land
- category:
1 results
- onstreetBus
- municipality:
- Nordre Land
- county:
- Innlandet
- lat:
- 60.966382
- lon:
- 10.10556
- id:
- NSR:StopPlace:21827
- name:
- Risør barne- og ungdomsskole
- label:
- Risør barne- og ungdomsskole, Risør
- category:
1 results
- onstreetBus
- municipality:
- Risør
- county:
- Agder
- lat:
- 58.716772
- lon:
- 9.216963
- id:
- NSR:StopPlace:24483
- name:
- Åseral barne- og ungdomsskule
- label:
- Åseral barne- og ungdomsskule, Åseral
- category:
1 results
- onstreetBus
- municipality:
- Åseral
- county:
- Agder
- lat:
- 58.619018
- lon:
- 7.422615
- id:
- NSR:StopPlace:25902
- name:
- Tysværvåg barne- og ungdomsskule
- label:
- Tysværvåg barne- og ungdomsskule, Tysvær
- category:
1 results
- onstreetBus
- municipality:
- Tysvær
- county:
- Rogaland
- lat:
- 59.334581
- lon:
- 5.487207
- id:
- NSR:StopPlace:36559
- name:
- Eikefjord barne- og ungdomsskule
- label:
- Eikefjord barne- og ungdomsskule, Kinn
- category:
1 results
- onstreetBus
- municipality:
- Kinn
- county:
- Vestland
- lat:
- 61.590023
- lon:
- 5.461047
- id:
- NSR:StopPlace:38563
- name:
- Halsa barne- og ungdomsskole
- label:
- Halsa barne- og ungdomsskole, Heim
- category:
1 results
- onstreetBus
- municipality:
- Heim
- county:
- Trøndelag
- lat:
- 63.119981
- lon:
- 8.32032
- id:
- NSR:StopPlace:47291
- name:
- Svolvær barne- og ungdomsskole
- label:
- Svolvær barne- og ungdomsskole, Vågan
- category:
1 results
- onstreetBus
- municipality:
- Vågan
- county:
- Nordland
- lat:
- 68.239106
- lon:
- 14.562593
- id:
- NSR:StopPlace:61705
- name:
- Val barne- og ungdomsskole
- label:
- Val barne- og ungdomsskole, Nærøysund
- category:
1 results
- onstreetBus
- municipality:
- Nærøysund
- county:
- Trøndelag
- lat:
- 64.783
- lon:
- 11.41731
- id:
- NSR:StopPlace:16242
- name:
- Geilo barne- og ungdomsskole
- label:
- Geilo barne- og ungdomsskole, Hol
- category:
1 results
- onstreetBus
- municipality:
- Hol
- county:
- Buskerud
- lat:
- 60.535005
- lon:
- 8.22118
- id:
- NSR:StopPlace:12249
- name:
- Vang barne- og ungdomsskule
- label:
- Vang barne- og ungdomsskule, Vang
- category:
1 results
- onstreetBus
- municipality:
- Vang
- county:
- Innlandet
- lat:
- 61.129891
- lon:
- 8.593559
- id:
- NSR:StopPlace:44517
- name:
- Grong barne- og ungdomsskole
- label:
- Grong barne- og ungdomsskole, Grong
- category:
1 results
- onstreetBus
- municipality:
- Grong
- county:
- Trøndelag
- lat:
- 64.464184
- lon:
- 12.309632
- id:
- NSR:StopPlace:45016
- name:
- Overhalla barne- og ungdomsskole
- label:
- Overhalla barne- og ungdomsskole, Overhalla
- category:
1 results
- onstreetBus
- municipality:
- Overhalla
- county:
- Trøndelag
- lat:
- 64.49789
- lon:
- 11.962754
- id:
- NSR:StopPlace:12281
- name:
- Vang barne- og ungdomsskule E16
- label:
- Vang barne- og ungdomsskule E16, Vang
- category:
1 results
- onstreetBus
- municipality:
- Vang
- county:
- Innlandet
- lat:
- 61.129044
- lon:
- 8.596544
- id:
- NSR:StopPlace:1678
- name:
- Knapstad barne og ungdomsskole
- label:
- Knapstad barne og ungdomsskole, Indre Østfold
- category:
1 results
- onstreetBus
- municipality:
- Indre Østfold
- county:
- Østfold
- lat:
- 59.624722
- lon:
- 11.024536
- id:
- NSR:StopPlace:53364
- name:
- Indre Kåfjord barne og ungdomsskole
- label:
- Indre Kåfjord barne og ungdomsskole, Kåfjord
- category:
1 results
- onstreetBus
- municipality:
- Kåfjord
- county:
- Troms
- lat:
- 69.468757
- lon:
- 20.920675
- id:
- NSR:StopPlace:9433
- name:
- Mo barne- og ungdomsskole
- label:
- Mo barne- og ungdomsskole, Nord-Odal
- category:
1 results
- onstreetBus
- municipality:
- Nord-Odal
- county:
- Innlandet
- lat:
- 60.423664
- lon:
- 11.642413
- id:
- NSR:StopPlace:11850
- name:
- Skjåk barne- og ungdomsskule
- label:
- Skjåk barne- og ungdomsskule, Skjåk
- category:
1 results
- onstreetBus
- municipality:
- Skjåk
- county:
- Innlandet
- lat:
- 61.884329
- lon:
- 8.263446
- id:
- NSR:StopPlace:44369
- name:
- Røyrvik barne- og ungdomsskole
- label:
- Røyrvik barne- og ungdomsskole, Røyrvik
- category:
1 results
- onstreetBus
- municipality:
- Røyrvik
- county:
- Trøndelag
- lat:
- 64.88396
- lon:
- 13.561351
- id:
- NSR:StopPlace:45904
- name:
- Åsen barne- og ungdomsskole
- label:
- Åsen barne- og ungdomsskole, Levanger
- category:
1 results
- onstreetBus
- municipality:
- Levanger
- county:
- Trøndelag
- lat:
- 63.611428
- lon:
- 11.050513
- id:
- NSR:StopPlace:45085
- name:
- Skogn barne- og ungdomsskole
- label:
- Skogn barne- og ungdomsskole, Levanger
- category:
1 results
- onstreetBus
- municipality:
- Levanger
- county:
- Trøndelag
- lat:
- 63.69921
- lon:
- 11.20597
- id:
- NSR:StopPlace:58171
- name:
- Møre barne- og ungdomsskule
- label:
- Møre barne- og ungdomsskule, Herøy
- category:
1 results
- onstreetBus
- municipality:
- Herøy
- county:
- Møre og Romsdal
- lat:
- 62.277915
- lon:
- 5.807197
- id:
- NSR:StopPlace:12812
- name:
- Hedalen barne- og ungdomsskole
- label:
- Hedalen barne- og ungdomsskole, Sør-Aurdal
- category:
1 results
- onstreetBus
- municipality:
- Sør-Aurdal
- county:
- Innlandet
- lat:
- 60.604695
- lon:
- 9.744304
- id:
- NSR:StopPlace:26754
- name:
- Høle barne- og ungdomsskule
- label:
- Høle barne- og ungdomsskule, Sandnes
- category:
1 results
- onstreetBus
- municipality:
- Sandnes
- county:
- Rogaland
- lat:
- 58.895732
- lon:
- 6.01829
- id:
- NSR:StopPlace:42506
- name:
- Meldal barne- og ungdomsskole
- label:
- Meldal barne- og ungdomsskole, Orkland
- category:
1 results
- onstreetBus
- municipality:
- Orkland
- county:
- Trøndelag
- lat:
- 63.043073
- lon:
- 9.701633
- id:
- NSR:StopPlace:39078
- name:
- Tustna barne- og ungdomsskole
- label:
- Tustna barne- og ungdomsskole, Aure
- category:
1 results
- onstreetBus
- municipality:
- Aure
- county:
- Møre og Romsdal
- lat:
- 63.158223
- lon:
- 7.962329
- 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.