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-22T08:34:40Z in 0.136 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:610
    name:
    Sandvika stasjon
    label:
    Sandvika stasjon, Bærum
    category:

    1 results

    1. railStation
    municipality:
    Bærum
    county:
    Akershus
    lat:
    59.892903
    lon:
    10.525746
  2. id:
    NSR:StopPlace:58563
    name:
    Sand kai
    label:
    Sand kai, Suldal
    category:

    2 results

    1. ferryStop
    2. onstreetBus
    municipality:
    Suldal
    county:
    Rogaland
    lat:
    59.484436
    lon:
    6.250684
  3. id:
    NSR:StopPlace:17740
    name:
    Sandvika
    label:
    Sandvika, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.106659
    lon:
    9.922881
  4. id:
    NSR:StopPlace:46122
    name:
    Sandvika
    label:
    Sandvika, Nærøysund
    category:

    1 results

    1. onstreetBus
    municipality:
    Nærøysund
    county:
    Trøndelag
    lat:
    64.926637
    lon:
    11.438759
  5. id:
    NSR:StopPlace:52667
    name:
    Sandsvika
    label:
    Sandsvika, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.381319
    lon:
    18.61094
  6. id:
    NSR:StopPlace:52718
    name:
    Sandvika
    label:
    Sandvika, Salangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Salangen
    county:
    Troms
    lat:
    68.857665
    lon:
    17.940331
  7. id:
    NSR:StopPlace:52730
    name:
    Sandvika
    label:
    Sandvika, Kvænangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvænangen
    county:
    Troms
    lat:
    69.827999
    lon:
    21.915328
  8. id:
    NSR:StopPlace:37058
    name:
    Sandvika
    label:
    Sandvika, Høyanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Høyanger
    county:
    Vestland
    lat:
    61.219435
    lon:
    6.063216
  9. id:
    NSR:StopPlace:52706
    name:
    Sandvika
    label:
    Sandvika, Harstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Harstad
    county:
    Troms
    lat:
    69.00402
    lon:
    16.530614
  10. id:
    NSR:StopPlace:52722
    name:
    Sandvika
    label:
    Sandvika, Dyrøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Dyrøy
    county:
    Troms
    lat:
    69.021349
    lon:
    17.916635
  11. id:
    NSR:StopPlace:9993
    name:
    Sandvika
    label:
    Sandvika, Kongsvinger
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsvinger
    county:
    Innlandet
    lat:
    60.368834
    lon:
    12.353058
  12. id:
    NSR:StopPlace:44448
    name:
    Sandvika
    label:
    Sandvika, Namsos
    category:

    1 results

    1. onstreetBus
    municipality:
    Namsos
    county:
    Trøndelag
    lat:
    64.484916
    lon:
    11.34607
  13. id:
    NSR:StopPlace:64605
    name:
    Sandvika
    label:
    Sandvika, Sande
    category:

    1 results

    1. onstreetBus
    municipality:
    Sande
    county:
    Møre og Romsdal
    lat:
    62.223197
    lon:
    5.592779
  14. id:
    NSR:StopPlace:41998
    name:
    Sandvika
    label:
    Sandvika, Skaun
    category:

    1 results

    1. onstreetBus
    municipality:
    Skaun
    county:
    Trøndelag
    lat:
    63.244179
    lon:
    10.160886
  15. id:
    NSR:StopPlace:37930
    name:
    Sandvika
    label:
    Sandvika, Herøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Herøy
    county:
    Møre og Romsdal
    lat:
    62.294158
    lon:
    5.713691
  16. id:
    NSR:StopPlace:52702
    name:
    Sandvika
    label:
    Sandvika, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.5385
    lon:
    18.987938
  17. id:
    NSR:StopPlace:22272
    name:
    Sandvika
    label:
    Sandvika, Risør
    category:

    1 results

    1. onstreetBus
    municipality:
    Risør
    county:
    Agder
    lat:
    58.716893
    lon:
    9.141583
  18. id:
    NSR:StopPlace:41995
    name:
    Sandvik
    label:
    Sandvik, Frøya
    category:

    1 results

    1. onstreetBus
    municipality:
    Frøya
    county:
    Trøndelag
    lat:
    63.749051
    lon:
    8.681597
  19. id:
    NSR:StopPlace:41996
    name:
    Sandvik
    label:
    Sandvik, Selbu
    category:

    1 results

    1. onstreetBus
    municipality:
    Selbu
    county:
    Trøndelag
    lat:
    63.265574
    lon:
    10.986773
  20. id:
    NSR:StopPlace:36844
    name:
    Sandvik
    label:
    Sandvik, Kinn
    category:

    1 results

    1. onstreetBus
    municipality:
    Kinn
    county:
    Vestland
    lat:
    61.598757
    lon:
    5.244685
  21. id:
    NSR:StopPlace:59940
    name:
    Sandvik
    label:
    Sandvik, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.667487
    lon:
    5.581318
  22. id:
    NSR:StopPlace:30462
    name:
    Sandvik
    label:
    Sandvik, Austevoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Austevoll
    county:
    Vestland
    lat:
    60.05529
    lon:
    5.300505
  23. id:
    NSR:StopPlace:30466
    name:
    Sandvik
    label:
    Sandvik, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.618954
    lon:
    5.349568
  24. id:
    NSR:StopPlace:37915
    name:
    Sandvik
    label:
    Sandvik, Hustadvika
    category:

    1 results

    1. onstreetBus
    municipality:
    Hustadvika
    county:
    Møre og Romsdal
    lat:
    62.990738
    lon:
    7.177312
  25. id:
    NSR:StopPlace:70175
    name:
    Sandvik
    label:
    Sandvik, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.008156
    lon:
    18.841115
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:610
    name:
    Sandvika stasjon
    label:
    Sandvika stasjon, Bærum
    category:

    1 results

    1. railStation
    municipality:
    Bærum
    county:
    Akershus
    lat:
    59.892903
    lon:
    10.525746
  2. id:
    NSR:StopPlace:58563
    name:
    Sand kai
    label:
    Sand kai, Suldal
    category:

    2 results

    1. ferryStop
    2. onstreetBus
    municipality:
    Suldal
    county:
    Rogaland
    lat:
    59.484436
    lon:
    6.250684
  3. id:
    NSR:StopPlace:17740
    name:
    Sandvika
    label:
    Sandvika, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.106659
    lon:
    9.922881
  4. id:
    NSR:StopPlace:46122
    name:
    Sandvika
    label:
    Sandvika, Nærøysund
    category:

    1 results

    1. onstreetBus
    municipality:
    Nærøysund
    county:
    Trøndelag
    lat:
    64.926637
    lon:
    11.438759
  5. id:
    NSR:StopPlace:52667
    name:
    Sandsvika
    label:
    Sandsvika, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.381319
    lon:
    18.61094
  6. id:
    NSR:StopPlace:52718
    name:
    Sandvika
    label:
    Sandvika, Salangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Salangen
    county:
    Troms
    lat:
    68.857665
    lon:
    17.940331
  7. id:
    NSR:StopPlace:52730
    name:
    Sandvika
    label:
    Sandvika, Kvænangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvænangen
    county:
    Troms
    lat:
    69.827999
    lon:
    21.915328
  8. id:
    NSR:StopPlace:37058
    name:
    Sandvika
    label:
    Sandvika, Høyanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Høyanger
    county:
    Vestland
    lat:
    61.219435
    lon:
    6.063216
  9. id:
    NSR:StopPlace:52706
    name:
    Sandvika
    label:
    Sandvika, Harstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Harstad
    county:
    Troms
    lat:
    69.00402
    lon:
    16.530614
  10. id:
    NSR:StopPlace:52722
    name:
    Sandvika
    label:
    Sandvika, Dyrøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Dyrøy
    county:
    Troms
    lat:
    69.021349
    lon:
    17.916635
  11. id:
    NSR:StopPlace:9993
    name:
    Sandvika
    label:
    Sandvika, Kongsvinger
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsvinger
    county:
    Innlandet
    lat:
    60.368834
    lon:
    12.353058
  12. id:
    NSR:StopPlace:44448
    name:
    Sandvika
    label:
    Sandvika, Namsos
    category:

    1 results

    1. onstreetBus
    municipality:
    Namsos
    county:
    Trøndelag
    lat:
    64.484916
    lon:
    11.34607
  13. id:
    NSR:StopPlace:64605
    name:
    Sandvika
    label:
    Sandvika, Sande
    category:

    1 results

    1. onstreetBus
    municipality:
    Sande
    county:
    Møre og Romsdal
    lat:
    62.223197
    lon:
    5.592779
  14. id:
    NSR:StopPlace:41998
    name:
    Sandvika
    label:
    Sandvika, Skaun
    category:

    1 results

    1. onstreetBus
    municipality:
    Skaun
    county:
    Trøndelag
    lat:
    63.244179
    lon:
    10.160886
  15. id:
    NSR:StopPlace:37930
    name:
    Sandvika
    label:
    Sandvika, Herøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Herøy
    county:
    Møre og Romsdal
    lat:
    62.294158
    lon:
    5.713691
  16. id:
    NSR:StopPlace:52702
    name:
    Sandvika
    label:
    Sandvika, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.5385
    lon:
    18.987938
  17. id:
    NSR:StopPlace:22272
    name:
    Sandvika
    label:
    Sandvika, Risør
    category:

    1 results

    1. onstreetBus
    municipality:
    Risør
    county:
    Agder
    lat:
    58.716893
    lon:
    9.141583
  18. id:
    NSR:StopPlace:41995
    name:
    Sandvik
    label:
    Sandvik, Frøya
    category:

    1 results

    1. onstreetBus
    municipality:
    Frøya
    county:
    Trøndelag
    lat:
    63.749051
    lon:
    8.681597
  19. id:
    NSR:StopPlace:41996
    name:
    Sandvik
    label:
    Sandvik, Selbu
    category:

    1 results

    1. onstreetBus
    municipality:
    Selbu
    county:
    Trøndelag
    lat:
    63.265574
    lon:
    10.986773
  20. id:
    NSR:StopPlace:36844
    name:
    Sandvik
    label:
    Sandvik, Kinn
    category:

    1 results

    1. onstreetBus
    municipality:
    Kinn
    county:
    Vestland
    lat:
    61.598757
    lon:
    5.244685
  21. id:
    NSR:StopPlace:59940
    name:
    Sandvik
    label:
    Sandvik, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.667487
    lon:
    5.581318
  22. id:
    NSR:StopPlace:30462
    name:
    Sandvik
    label:
    Sandvik, Austevoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Austevoll
    county:
    Vestland
    lat:
    60.05529
    lon:
    5.300505
  23. id:
    NSR:StopPlace:30466
    name:
    Sandvik
    label:
    Sandvik, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.618954
    lon:
    5.349568
  24. id:
    NSR:StopPlace:37915
    name:
    Sandvik
    label:
    Sandvik, Hustadvika
    category:

    1 results

    1. onstreetBus
    municipality:
    Hustadvika
    county:
    Møre og Romsdal
    lat:
    62.990738
    lon:
    7.177312
  25. id:
    NSR:StopPlace:70175
    name:
    Sandvik
    label:
    Sandvik, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.008156
    lon:
    18.841115
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.