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-24T01:52:47Z in 0.130 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:42161
    name:
    Harbak
    label:
    Harbak, Åfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Åfjord
    county:
    Trøndelag
    lat:
    63.924111
    lon:
    10.049558
  2. id:
    NSR:StopPlace:37868
    name:
    Holtan
    label:
    Holtan, Tingvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Tingvoll
    county:
    Møre og Romsdal
    lat:
    62.855727
    lon:
    8.235357
  3. id:
    NSR:StopPlace:15472
    name:
    Holtan
    label:
    Holtan, Flesberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Flesberg
    county:
    Buskerud
    lat:
    59.92754
    lon:
    9.44681
  4. id:
    NSR:StopPlace:16966
    name:
    Hulbakk
    label:
    Hulbakk, Modum
    category:

    1 results

    1. onstreetBus
    municipality:
    Modum
    county:
    Buskerud
    lat:
    59.945602
    lon:
    9.815716
  5. id:
    NSR:StopPlace:52635
    name:
    Holtås
    label:
    Holtås, Gratangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Gratangen
    county:
    Troms
    lat:
    68.641754
    lon:
    17.726321
  6. id:
    NSR:StopPlace:35900
    name:
    Holvik
    label:
    Holvik, Kinn
    category:

    1 results

    1. onstreetBus
    municipality:
    Kinn
    county:
    Vestland
    lat:
    61.928325
    lon:
    5.079704
  7. id:
    NSR:StopPlace:52596
    name:
    Holtan
    label:
    Holtan, Skjervøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjervøy
    county:
    Troms
    lat:
    70.034365
    lon:
    20.589485
  8. id:
    NSR:StopPlace:15021
    name:
    Høybakk
    label:
    Høybakk, Modum
    category:

    1 results

    1. onstreetBus
    municipality:
    Modum
    county:
    Buskerud
    lat:
    59.9212
    lon:
    9.91551
  9. id:
    NSR:StopPlace:18732
    name:
    Hulebak
    label:
    Hulebak, Færder
    category:

    1 results

    1. onstreetBus
    municipality:
    Færder
    county:
    Vestfold
    lat:
    59.123978
    lon:
    10.411939
  10. id:
    NSR:StopPlace:20227
    name:
    Holtan
    label:
    Holtan, Midt-Telemark
    category:

    1 results

    1. onstreetBus
    municipality:
    Midt-Telemark
    county:
    Telemark
    lat:
    59.39263
    lon:
    9.227346
  11. id:
    NSR:StopPlace:10941
    name:
    Holbø
    label:
    Holbø, Vågå
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågå
    county:
    Innlandet
    lat:
    61.857438
    lon:
    9.186268
  12. id:
    NSR:StopPlace:62770
    name:
    Holan
    label:
    Holan, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    63.959502
    lon:
    11.404176
  13. id:
    NSR:StopPlace:26516
    name:
    Holan
    label:
    Holan, Eigersund
    category:

    1 results

    1. onstreetBus
    municipality:
    Eigersund
    county:
    Rogaland
    lat:
    58.469316
    lon:
    6.02587
  14. id:
    NSR:StopPlace:44912
    name:
    Hølås
    label:
    Hølås, Indre Fosen
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Fosen
    county:
    Trøndelag
    lat:
    63.687635
    lon:
    10.634457
  15. id:
    NSR:StopPlace:18276
    name:
    Holtan
    label:
    Holtan, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.356047
    lon:
    9.938102
  16. id:
    NSR:StopPlace:20224
    name:
    Holtan
    label:
    Holtan, Kviteseid
    category:

    1 results

    1. onstreetBus
    municipality:
    Kviteseid
    county:
    Telemark
    lat:
    59.417324
    lon:
    8.475351
  17. id:
    NSR:StopPlace:42441
    name:
    Harbak
    label:
    Harbak, Åfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Åfjord
    county:
    Trøndelag
    lat:
    64.080129
    lon:
    10.044964
  18. id:
    NSR:StopPlace:37700
    name:
    Hoel bru
    label:
    Hoel bru, Fjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Fjord
    county:
    Møre og Romsdal
    lat:
    62.337234
    lon:
    7.389371
  19. id:
    NSR:StopPlace:51565
    name:
    Holtan
    label:
    Holtan, Fauske
    category:

    1 results

    1. onstreetBus
    municipality:
    Fauske
    county:
    Nordland
    lat:
    67.306676
    lon:
    15.492561
  20. id:
    NSR:StopPlace:22604
    name:
    Holvik
    label:
    Holvik, Lyngdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngdal
    county:
    Agder
    lat:
    58.04268
    lon:
    7.011458
  21. id:
    NSR:StopPlace:26545
    name:
    Holta
    label:
    Holta, Strand
    category:

    1 results

    1. onstreetBus
    municipality:
    Strand
    county:
    Rogaland
    lat:
    59.088486
    lon:
    6.029651
  22. id:
    NSR:StopPlace:44864
    name:
    Holan
    label:
    Holan, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.50338
    lon:
    10.891019
  23. id:
    NSR:StopPlace:36176
    name:
    Hola
    label:
    Hola, Stad
    category:

    1 results

    1. onstreetBus
    municipality:
    Stad
    county:
    Vestland
    lat:
    62.152837
    lon:
    5.204269
  24. id:
    NSR:StopPlace:50804
    name:
    Høla
    label:
    Høla, Dønna
    category:

    1 results

    1. onstreetBus
    municipality:
    Dønna
    county:
    Nordland
    lat:
    66.085406
    lon:
    12.448506
  25. id:
    NSR:StopPlace:26550
    name:
    Holå
    label:
    Holå, Tysvær
    category:

    1 results

    1. onstreetBus
    municipality:
    Tysvær
    county:
    Rogaland
    lat:
    59.320736
    lon:
    5.400773
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:42161
    name:
    Harbak
    label:
    Harbak, Åfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Åfjord
    county:
    Trøndelag
    lat:
    63.924111
    lon:
    10.049558
  2. id:
    NSR:StopPlace:37868
    name:
    Holtan
    label:
    Holtan, Tingvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Tingvoll
    county:
    Møre og Romsdal
    lat:
    62.855727
    lon:
    8.235357
  3. id:
    NSR:StopPlace:15472
    name:
    Holtan
    label:
    Holtan, Flesberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Flesberg
    county:
    Buskerud
    lat:
    59.92754
    lon:
    9.44681
  4. id:
    NSR:StopPlace:16966
    name:
    Hulbakk
    label:
    Hulbakk, Modum
    category:

    1 results

    1. onstreetBus
    municipality:
    Modum
    county:
    Buskerud
    lat:
    59.945602
    lon:
    9.815716
  5. id:
    NSR:StopPlace:52635
    name:
    Holtås
    label:
    Holtås, Gratangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Gratangen
    county:
    Troms
    lat:
    68.641754
    lon:
    17.726321
  6. id:
    NSR:StopPlace:35900
    name:
    Holvik
    label:
    Holvik, Kinn
    category:

    1 results

    1. onstreetBus
    municipality:
    Kinn
    county:
    Vestland
    lat:
    61.928325
    lon:
    5.079704
  7. id:
    NSR:StopPlace:52596
    name:
    Holtan
    label:
    Holtan, Skjervøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjervøy
    county:
    Troms
    lat:
    70.034365
    lon:
    20.589485
  8. id:
    NSR:StopPlace:15021
    name:
    Høybakk
    label:
    Høybakk, Modum
    category:

    1 results

    1. onstreetBus
    municipality:
    Modum
    county:
    Buskerud
    lat:
    59.9212
    lon:
    9.91551
  9. id:
    NSR:StopPlace:18732
    name:
    Hulebak
    label:
    Hulebak, Færder
    category:

    1 results

    1. onstreetBus
    municipality:
    Færder
    county:
    Vestfold
    lat:
    59.123978
    lon:
    10.411939
  10. id:
    NSR:StopPlace:20227
    name:
    Holtan
    label:
    Holtan, Midt-Telemark
    category:

    1 results

    1. onstreetBus
    municipality:
    Midt-Telemark
    county:
    Telemark
    lat:
    59.39263
    lon:
    9.227346
  11. id:
    NSR:StopPlace:10941
    name:
    Holbø
    label:
    Holbø, Vågå
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågå
    county:
    Innlandet
    lat:
    61.857438
    lon:
    9.186268
  12. id:
    NSR:StopPlace:62770
    name:
    Holan
    label:
    Holan, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    63.959502
    lon:
    11.404176
  13. id:
    NSR:StopPlace:26516
    name:
    Holan
    label:
    Holan, Eigersund
    category:

    1 results

    1. onstreetBus
    municipality:
    Eigersund
    county:
    Rogaland
    lat:
    58.469316
    lon:
    6.02587
  14. id:
    NSR:StopPlace:44912
    name:
    Hølås
    label:
    Hølås, Indre Fosen
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Fosen
    county:
    Trøndelag
    lat:
    63.687635
    lon:
    10.634457
  15. id:
    NSR:StopPlace:18276
    name:
    Holtan
    label:
    Holtan, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.356047
    lon:
    9.938102
  16. id:
    NSR:StopPlace:20224
    name:
    Holtan
    label:
    Holtan, Kviteseid
    category:

    1 results

    1. onstreetBus
    municipality:
    Kviteseid
    county:
    Telemark
    lat:
    59.417324
    lon:
    8.475351
  17. id:
    NSR:StopPlace:42441
    name:
    Harbak
    label:
    Harbak, Åfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Åfjord
    county:
    Trøndelag
    lat:
    64.080129
    lon:
    10.044964
  18. id:
    NSR:StopPlace:37700
    name:
    Hoel bru
    label:
    Hoel bru, Fjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Fjord
    county:
    Møre og Romsdal
    lat:
    62.337234
    lon:
    7.389371
  19. id:
    NSR:StopPlace:51565
    name:
    Holtan
    label:
    Holtan, Fauske
    category:

    1 results

    1. onstreetBus
    municipality:
    Fauske
    county:
    Nordland
    lat:
    67.306676
    lon:
    15.492561
  20. id:
    NSR:StopPlace:22604
    name:
    Holvik
    label:
    Holvik, Lyngdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngdal
    county:
    Agder
    lat:
    58.04268
    lon:
    7.011458
  21. id:
    NSR:StopPlace:26545
    name:
    Holta
    label:
    Holta, Strand
    category:

    1 results

    1. onstreetBus
    municipality:
    Strand
    county:
    Rogaland
    lat:
    59.088486
    lon:
    6.029651
  22. id:
    NSR:StopPlace:44864
    name:
    Holan
    label:
    Holan, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.50338
    lon:
    10.891019
  23. id:
    NSR:StopPlace:36176
    name:
    Hola
    label:
    Hola, Stad
    category:

    1 results

    1. onstreetBus
    municipality:
    Stad
    county:
    Vestland
    lat:
    62.152837
    lon:
    5.204269
  24. id:
    NSR:StopPlace:50804
    name:
    Høla
    label:
    Høla, Dønna
    category:

    1 results

    1. onstreetBus
    municipality:
    Dønna
    county:
    Nordland
    lat:
    66.085406
    lon:
    12.448506
  25. id:
    NSR:StopPlace:26550
    name:
    Holå
    label:
    Holå, Tysvær
    category:

    1 results

    1. onstreetBus
    municipality:
    Tysvær
    county:
    Rogaland
    lat:
    59.320736
    lon:
    5.400773
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.