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-21T04:50:48Z in 0.134 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:41158
    name:
    Orrem
    label:
    Orrem, Hustadvika
    category:

    1 results

    1. onstreetBus
    municipality:
    Hustadvika
    county:
    Møre og Romsdal
    lat:
    62.805
    lon:
    7.086854
  2. id:
    NSR:StopPlace:27922
    name:
    Orre skule
    label:
    Orre skule, Klepp
    category:

    1 results

    1. onstreetBus
    municipality:
    Klepp
    county:
    Rogaland
    lat:
    58.718045
    lon:
    5.570063
  3. id:
    NSR:StopPlace:56560
    name:
    Orrebakkan
    label:
    Orrebakkan, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.294719
    lon:
    18.987639
  4. id:
    NSR:StopPlace:31355
    name:
    Orrefloten
    label:
    Orrefloten, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.62997
    lon:
    6.395386
  5. id:
    NSR:StopPlace:5785
    name:
    Orremyr
    label:
    Orremyr, Oslo
    category:

    1 results

    1. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.965199
    lon:
    10.898306
  6. id:
    NSR:StopPlace:5940
    name:
    Orresvingen
    label:
    Orresvingen, Nes
    category:

    1 results

    1. onstreetBus
    municipality:
    Nes
    county:
    Akershus
    lat:
    60.216261
    lon:
    11.385749
  7. id:
    NSR:StopPlace:63231
    name:
    Orrevegen 630
    label:
    Orrevegen 630, Klepp
    category:

    1 results

    1. onstreetBus
    municipality:
    Klepp
    county:
    Rogaland
    lat:
    58.734626
    lon:
    5.548798
  8. id:
    NSR:StopPlace:1354
    name:
    Orrelia
    label:
    Orrelia, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.592703
    lon:
    11.16859
  9. id:
    NSR:StopPlace:51616
    name:
    Orreveien
    label:
    Orreveien, Rana
    category:

    1 results

    1. onstreetBus
    municipality:
    Rana
    county:
    Nordland
    lat:
    66.339042
    lon:
    14.106679
  10. id:
    NSR:StopPlace:59996
    name:
    Orrehaugen
    label:
    Orrehaugen, Harstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Harstad
    county:
    Troms
    lat:
    68.817202
    lon:
    16.514782
  11. id:
    NSR:StopPlace:31534
    name:
    Orretreet
    label:
    Orretreet, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.666863
    lon:
    6.472877
  12. id:
    NSR:StopPlace:15182
    name:
    Orreløkka
    label:
    Orreløkka, Hole
    category:

    1 results

    1. onstreetBus
    municipality:
    Hole
    county:
    Buskerud
    lat:
    59.998098
    lon:
    10.284378
  13. id:
    NSR:StopPlace:21917
    name:
    Orreveien
    label:
    Orreveien, Arendal
    category:

    1 results

    1. onstreetBus
    municipality:
    Arendal
    county:
    Agder
    lat:
    58.476293
    lon:
    8.765333
  14. id:
    NSR:StopPlace:24003
    name:
    Orremyr
    label:
    Orremyr, Birkenes
    category:

    1 results

    1. onstreetBus
    municipality:
    Birkenes
    county:
    Agder
    lat:
    58.287032
    lon:
    8.074359
  15. id:
    NSR:StopPlace:35345
    name:
    Orrestad
    label:
    Orrestad, Sogndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sogndal
    county:
    Vestland
    lat:
    61.280686
    lon:
    7.007364
  16. id:
    NSR:StopPlace:62081
    name:
    Orreneset
    label:
    Orreneset, Sykkylven
    category:

    1 results

    1. onstreetBus
    municipality:
    Sykkylven
    county:
    Møre og Romsdal
    lat:
    62.3542
    lon:
    6.830567
  17. id:
    NSR:StopPlace:63527
    name:
    Orrevegen 653
    label:
    Orrevegen 653, Klepp
    category:

    1 results

    1. onstreetBus
    municipality:
    Klepp
    county:
    Rogaland
    lat:
    58.733267
    lon:
    5.546299
  18. id:
    NSR:StopPlace:10502
    name:
    Orrevegen
    label:
    Orrevegen, Kongsvinger
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsvinger
    county:
    Innlandet
    lat:
    60.181236
    lon:
    12.029015
  19. id:
    NSR:StopPlace:20936
    name:
    Orrevegen
    label:
    Orrevegen, Porsgrunn
    category:

    1 results

    1. onstreetBus
    municipality:
    Porsgrunn
    county:
    Telemark
    lat:
    59.121522
    lon:
    9.694842
  20. id:
    NSR:StopPlace:4276
    name:
    Orredalen
    label:
    Orredalen, Lillestrøm
    category:

    1 results

    1. onstreetBus
    municipality:
    Lillestrøm
    county:
    Akershus
    lat:
    59.969743
    lon:
    11.242216
  21. id:
    NSR:StopPlace:33909
    name:
    Orra
    label:
    Orra, Bjørnafjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjørnafjorden
    county:
    Vestland
    lat:
    60.262545
    lon:
    5.930142
  22. id:
    NSR:StopPlace:23906
    name:
    Omre
    label:
    Omre, Grimstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Grimstad
    county:
    Agder
    lat:
    58.287765
    lon:
    8.491135
  23. id:
    NSR:StopPlace:16763
    name:
    Øvre
    label:
    Øvre, Krødsherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Krødsherad
    county:
    Buskerud
    lat:
    60.26145
    lon:
    9.6748
  24. id:
    NSR:StopPlace:24006
    name:
    Orte
    label:
    Orte, Hægebostad
    category:

    1 results

    1. onstreetBus
    municipality:
    Hægebostad
    county:
    Agder
    lat:
    58.501149
    lon:
    7.145238
  25. id:
    NSR:StopPlace:12949
    name:
    Ovre
    label:
    Ovre, Gausdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Gausdal
    county:
    Innlandet
    lat:
    61.266991
    lon:
    10.171181
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:41158
    name:
    Orrem
    label:
    Orrem, Hustadvika
    category:

    1 results

    1. onstreetBus
    municipality:
    Hustadvika
    county:
    Møre og Romsdal
    lat:
    62.805
    lon:
    7.086854
  2. id:
    NSR:StopPlace:27922
    name:
    Orre skule
    label:
    Orre skule, Klepp
    category:

    1 results

    1. onstreetBus
    municipality:
    Klepp
    county:
    Rogaland
    lat:
    58.718045
    lon:
    5.570063
  3. id:
    NSR:StopPlace:56560
    name:
    Orrebakkan
    label:
    Orrebakkan, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.294719
    lon:
    18.987639
  4. id:
    NSR:StopPlace:31355
    name:
    Orrefloten
    label:
    Orrefloten, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.62997
    lon:
    6.395386
  5. id:
    NSR:StopPlace:5785
    name:
    Orremyr
    label:
    Orremyr, Oslo
    category:

    1 results

    1. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.965199
    lon:
    10.898306
  6. id:
    NSR:StopPlace:5940
    name:
    Orresvingen
    label:
    Orresvingen, Nes
    category:

    1 results

    1. onstreetBus
    municipality:
    Nes
    county:
    Akershus
    lat:
    60.216261
    lon:
    11.385749
  7. id:
    NSR:StopPlace:63231
    name:
    Orrevegen 630
    label:
    Orrevegen 630, Klepp
    category:

    1 results

    1. onstreetBus
    municipality:
    Klepp
    county:
    Rogaland
    lat:
    58.734626
    lon:
    5.548798
  8. id:
    NSR:StopPlace:1354
    name:
    Orrelia
    label:
    Orrelia, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.592703
    lon:
    11.16859
  9. id:
    NSR:StopPlace:51616
    name:
    Orreveien
    label:
    Orreveien, Rana
    category:

    1 results

    1. onstreetBus
    municipality:
    Rana
    county:
    Nordland
    lat:
    66.339042
    lon:
    14.106679
  10. id:
    NSR:StopPlace:59996
    name:
    Orrehaugen
    label:
    Orrehaugen, Harstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Harstad
    county:
    Troms
    lat:
    68.817202
    lon:
    16.514782
  11. id:
    NSR:StopPlace:31534
    name:
    Orretreet
    label:
    Orretreet, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.666863
    lon:
    6.472877
  12. id:
    NSR:StopPlace:15182
    name:
    Orreløkka
    label:
    Orreløkka, Hole
    category:

    1 results

    1. onstreetBus
    municipality:
    Hole
    county:
    Buskerud
    lat:
    59.998098
    lon:
    10.284378
  13. id:
    NSR:StopPlace:21917
    name:
    Orreveien
    label:
    Orreveien, Arendal
    category:

    1 results

    1. onstreetBus
    municipality:
    Arendal
    county:
    Agder
    lat:
    58.476293
    lon:
    8.765333
  14. id:
    NSR:StopPlace:24003
    name:
    Orremyr
    label:
    Orremyr, Birkenes
    category:

    1 results

    1. onstreetBus
    municipality:
    Birkenes
    county:
    Agder
    lat:
    58.287032
    lon:
    8.074359
  15. id:
    NSR:StopPlace:35345
    name:
    Orrestad
    label:
    Orrestad, Sogndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sogndal
    county:
    Vestland
    lat:
    61.280686
    lon:
    7.007364
  16. id:
    NSR:StopPlace:62081
    name:
    Orreneset
    label:
    Orreneset, Sykkylven
    category:

    1 results

    1. onstreetBus
    municipality:
    Sykkylven
    county:
    Møre og Romsdal
    lat:
    62.3542
    lon:
    6.830567
  17. id:
    NSR:StopPlace:63527
    name:
    Orrevegen 653
    label:
    Orrevegen 653, Klepp
    category:

    1 results

    1. onstreetBus
    municipality:
    Klepp
    county:
    Rogaland
    lat:
    58.733267
    lon:
    5.546299
  18. id:
    NSR:StopPlace:10502
    name:
    Orrevegen
    label:
    Orrevegen, Kongsvinger
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsvinger
    county:
    Innlandet
    lat:
    60.181236
    lon:
    12.029015
  19. id:
    NSR:StopPlace:20936
    name:
    Orrevegen
    label:
    Orrevegen, Porsgrunn
    category:

    1 results

    1. onstreetBus
    municipality:
    Porsgrunn
    county:
    Telemark
    lat:
    59.121522
    lon:
    9.694842
  20. id:
    NSR:StopPlace:4276
    name:
    Orredalen
    label:
    Orredalen, Lillestrøm
    category:

    1 results

    1. onstreetBus
    municipality:
    Lillestrøm
    county:
    Akershus
    lat:
    59.969743
    lon:
    11.242216
  21. id:
    NSR:StopPlace:33909
    name:
    Orra
    label:
    Orra, Bjørnafjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjørnafjorden
    county:
    Vestland
    lat:
    60.262545
    lon:
    5.930142
  22. id:
    NSR:StopPlace:23906
    name:
    Omre
    label:
    Omre, Grimstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Grimstad
    county:
    Agder
    lat:
    58.287765
    lon:
    8.491135
  23. id:
    NSR:StopPlace:16763
    name:
    Øvre
    label:
    Øvre, Krødsherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Krødsherad
    county:
    Buskerud
    lat:
    60.26145
    lon:
    9.6748
  24. id:
    NSR:StopPlace:24006
    name:
    Orte
    label:
    Orte, Hægebostad
    category:

    1 results

    1. onstreetBus
    municipality:
    Hægebostad
    county:
    Agder
    lat:
    58.501149
    lon:
    7.145238
  25. id:
    NSR:StopPlace:12949
    name:
    Ovre
    label:
    Ovre, Gausdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Gausdal
    county:
    Innlandet
    lat:
    61.266991
    lon:
    10.171181
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.