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-21T13:01:24Z in 0.139 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:64624
    name:
    Austbø
    label:
    Austbø, Tokke
    category:

    1 results

    1. onstreetBus
    municipality:
    Tokke
    county:
    Telemark
    lat:
    59.59283
    lon:
    7.807101
  2. id:
    NSR:StopPlace:20611
    name:
    Austbø
    label:
    Austbø, Vinje
    category:

    1 results

    1. onstreetBus
    municipality:
    Vinje
    county:
    Telemark
    lat:
    59.693164
    lon:
    8.105552
  3. id:
    NSR:StopPlace:47459
    name:
    Austbø ferjekai
    label:
    Austbø ferjekai, Alstahaug
    category:

    1 results

    1. harbourPort
    municipality:
    Alstahaug
    county:
    Nordland
    lat:
    65.93195
    lon:
    12.32473
  4. id:
    NSR:StopPlace:51286
    name:
    Austbø skole
    label:
    Austbø skole, Alstahaug
    category:

    1 results

    1. onstreetBus
    municipality:
    Alstahaug
    county:
    Nordland
    lat:
    65.934252
    lon:
    12.354122
  5. id:
    NSR:StopPlace:28201
    name:
    Austbø vest
    label:
    Austbø vest, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.99342
    lon:
    5.741504
  6. id:
    NSR:StopPlace:51739
    name:
    Austbø kai
    label:
    Austbø kai, Alstahaug
    category:

    1 results

    1. onstreetBus
    municipality:
    Alstahaug
    county:
    Nordland
    lat:
    65.93214
    lon:
    12.3254
  7. id:
    NSR:StopPlace:58431
    name:
    Austbø Hotel
    label:
    Austbø Hotel, Vinje
    category:

    1 results

    1. onstreetBus
    municipality:
    Vinje
    county:
    Telemark
    lat:
    59.69047
    lon:
    8.094531
  8. id:
    NSR:StopPlace:28204
    name:
    Austbø øst
    label:
    Austbø øst, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.993275
    lon:
    5.747514
  9. id:
    NSR:StopPlace:28211
    name:
    Austbøveien
    label:
    Austbøveien, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.993333
    lon:
    5.733034
  10. id:
    NSR:StopPlace:10115
    name:
    Austbo
    label:
    Austbo, Kongsvinger
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsvinger
    county:
    Innlandet
    lat:
    60.103544
    lon:
    12.319947
  11. id:
    NSR:StopPlace:57489
    name:
    Austmo
    label:
    Austmo, Porsanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Porsanger
    county:
    Finnmark
    lat:
    70.176218
    lon:
    24.908518
  12. id:
    NSR:StopPlace:17013
    name:
    Austad
    label:
    Austad, Drammen
    category:

    1 results

    1. onstreetBus
    municipality:
    Drammen
    county:
    Buskerud
    lat:
    59.729148
    lon:
    10.204781
  13. id:
    NSR:StopPlace:20606
    name:
    Austad
    label:
    Austad, Drangedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Drangedal
    county:
    Telemark
    lat:
    59.217262
    lon:
    8.760087
  14. id:
    NSR:StopPlace:5481
    name:
    Austad
    label:
    Austad, Ullensaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ullensaker
    county:
    Akershus
    lat:
    60.175231
    lon:
    11.265959
  15. id:
    NSR:StopPlace:70184
    name:
    Austli
    label:
    Austli, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    68.894746
    lon:
    19.044081
  16. id:
    NSR:StopPlace:12859
    name:
    Austli
    label:
    Austli, Gausdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Gausdal
    county:
    Innlandet
    lat:
    61.282702
    lon:
    10.142588
  17. id:
    NSR:StopPlace:24702
    name:
    Austad
    label:
    Austad, Lyngdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngdal
    county:
    Agder
    lat:
    58.090273
    lon:
    7.044589
  18. id:
    NSR:StopPlace:14690
    name:
    Austad
    label:
    Austad, Gjøvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjøvik
    county:
    Innlandet
    lat:
    60.938579
    lon:
    10.618678
  19. id:
    NSR:StopPlace:20603
    name:
    Austad
    label:
    Austad, Siljan
    category:

    1 results

    1. onstreetBus
    municipality:
    Siljan
    county:
    Telemark
    lat:
    59.244564
    lon:
    9.78388
  20. id:
    NSR:StopPlace:45368
    name:
    Austad
    label:
    Austad, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    63.921195
    lon:
    11.610832
  21. id:
    NSR:StopPlace:32707
    name:
    Åsebø
    label:
    Åsebø, Askøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Askøy
    county:
    Vestland
    lat:
    60.491123
    lon:
    5.140164
  22. id:
    NSR:StopPlace:32709
    name:
    Åsebø
    label:
    Åsebø, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.565844
    lon:
    5.056134
  23. id:
    NSR:StopPlace:22985
    name:
    Åsbø
    label:
    Åsbø, Gjerstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjerstad
    county:
    Agder
    lat:
    58.887303
    lon:
    8.957843
  24. id:
    NSR:StopPlace:63495
    name:
    Åsbø
    label:
    Åsbø, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.504162
    lon:
    6.013082
  25. id:
    NSR:StopPlace:26811
    name:
    Åsbø
    label:
    Åsbø, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.675222
    lon:
    5.588176
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:64624
    name:
    Austbø
    label:
    Austbø, Tokke
    category:

    1 results

    1. onstreetBus
    municipality:
    Tokke
    county:
    Telemark
    lat:
    59.59283
    lon:
    7.807101
  2. id:
    NSR:StopPlace:20611
    name:
    Austbø
    label:
    Austbø, Vinje
    category:

    1 results

    1. onstreetBus
    municipality:
    Vinje
    county:
    Telemark
    lat:
    59.693164
    lon:
    8.105552
  3. id:
    NSR:StopPlace:47459
    name:
    Austbø ferjekai
    label:
    Austbø ferjekai, Alstahaug
    category:

    1 results

    1. harbourPort
    municipality:
    Alstahaug
    county:
    Nordland
    lat:
    65.93195
    lon:
    12.32473
  4. id:
    NSR:StopPlace:51286
    name:
    Austbø skole
    label:
    Austbø skole, Alstahaug
    category:

    1 results

    1. onstreetBus
    municipality:
    Alstahaug
    county:
    Nordland
    lat:
    65.934252
    lon:
    12.354122
  5. id:
    NSR:StopPlace:28201
    name:
    Austbø vest
    label:
    Austbø vest, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.99342
    lon:
    5.741504
  6. id:
    NSR:StopPlace:51739
    name:
    Austbø kai
    label:
    Austbø kai, Alstahaug
    category:

    1 results

    1. onstreetBus
    municipality:
    Alstahaug
    county:
    Nordland
    lat:
    65.93214
    lon:
    12.3254
  7. id:
    NSR:StopPlace:58431
    name:
    Austbø Hotel
    label:
    Austbø Hotel, Vinje
    category:

    1 results

    1. onstreetBus
    municipality:
    Vinje
    county:
    Telemark
    lat:
    59.69047
    lon:
    8.094531
  8. id:
    NSR:StopPlace:28204
    name:
    Austbø øst
    label:
    Austbø øst, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.993275
    lon:
    5.747514
  9. id:
    NSR:StopPlace:28211
    name:
    Austbøveien
    label:
    Austbøveien, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.993333
    lon:
    5.733034
  10. id:
    NSR:StopPlace:10115
    name:
    Austbo
    label:
    Austbo, Kongsvinger
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsvinger
    county:
    Innlandet
    lat:
    60.103544
    lon:
    12.319947
  11. id:
    NSR:StopPlace:57489
    name:
    Austmo
    label:
    Austmo, Porsanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Porsanger
    county:
    Finnmark
    lat:
    70.176218
    lon:
    24.908518
  12. id:
    NSR:StopPlace:17013
    name:
    Austad
    label:
    Austad, Drammen
    category:

    1 results

    1. onstreetBus
    municipality:
    Drammen
    county:
    Buskerud
    lat:
    59.729148
    lon:
    10.204781
  13. id:
    NSR:StopPlace:20606
    name:
    Austad
    label:
    Austad, Drangedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Drangedal
    county:
    Telemark
    lat:
    59.217262
    lon:
    8.760087
  14. id:
    NSR:StopPlace:5481
    name:
    Austad
    label:
    Austad, Ullensaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ullensaker
    county:
    Akershus
    lat:
    60.175231
    lon:
    11.265959
  15. id:
    NSR:StopPlace:70184
    name:
    Austli
    label:
    Austli, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    68.894746
    lon:
    19.044081
  16. id:
    NSR:StopPlace:12859
    name:
    Austli
    label:
    Austli, Gausdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Gausdal
    county:
    Innlandet
    lat:
    61.282702
    lon:
    10.142588
  17. id:
    NSR:StopPlace:24702
    name:
    Austad
    label:
    Austad, Lyngdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngdal
    county:
    Agder
    lat:
    58.090273
    lon:
    7.044589
  18. id:
    NSR:StopPlace:14690
    name:
    Austad
    label:
    Austad, Gjøvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjøvik
    county:
    Innlandet
    lat:
    60.938579
    lon:
    10.618678
  19. id:
    NSR:StopPlace:20603
    name:
    Austad
    label:
    Austad, Siljan
    category:

    1 results

    1. onstreetBus
    municipality:
    Siljan
    county:
    Telemark
    lat:
    59.244564
    lon:
    9.78388
  20. id:
    NSR:StopPlace:45368
    name:
    Austad
    label:
    Austad, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    63.921195
    lon:
    11.610832
  21. id:
    NSR:StopPlace:32707
    name:
    Åsebø
    label:
    Åsebø, Askøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Askøy
    county:
    Vestland
    lat:
    60.491123
    lon:
    5.140164
  22. id:
    NSR:StopPlace:32709
    name:
    Åsebø
    label:
    Åsebø, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.565844
    lon:
    5.056134
  23. id:
    NSR:StopPlace:22985
    name:
    Åsbø
    label:
    Åsbø, Gjerstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjerstad
    county:
    Agder
    lat:
    58.887303
    lon:
    8.957843
  24. id:
    NSR:StopPlace:63495
    name:
    Åsbø
    label:
    Åsbø, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.504162
    lon:
    6.013082
  25. id:
    NSR:StopPlace:26811
    name:
    Åsbø
    label:
    Åsbø, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.675222
    lon:
    5.588176
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.