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:37:20Z in 0.169 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:58958
    name:
    Rognan stasjon
    label:
    Rognan stasjon, Saltdal
    category:

    2 results

    1. railStation
    2. onstreetBus
    municipality:
    Saltdal
    county:
    Nordland
    lat:
    67.093565
    lon:
    15.398385
  2. id:
    NSR:StopPlace:52050
    name:
    Rognan
    label:
    Rognan, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.479232
    lon:
    17.384006
  3. id:
    NSR:StopPlace:37510
    name:
    Rognan
    label:
    Rognan, Aure
    category:

    1 results

    1. onstreetBus
    municipality:
    Aure
    county:
    Møre og Romsdal
    lat:
    63.381195
    lon:
    8.641253
  4. id:
    NSR:StopPlace:45513
    name:
    Rognan
    label:
    Rognan, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    63.909588
    lon:
    11.521721
  5. id:
    NSR:StopPlace:51598
    name:
    Rognan auto
    label:
    Rognan auto, Saltdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Saltdal
    county:
    Nordland
    lat:
    67.101665
    lon:
    15.416143
  6. id:
    NSR:StopPlace:50295
    name:
    Rognan sentrum
    label:
    Rognan sentrum, Saltdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Saltdal
    county:
    Nordland
    lat:
    67.101401
    lon:
    15.392838
  7. id:
    NSR:StopPlace:50296
    name:
    Rognan skole
    label:
    Rognan skole, Saltdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Saltdal
    county:
    Nordland
    lat:
    67.097767
    lon:
    15.394533
  8. id:
    NSR:StopPlace:58785
    name:
    Rønnan
    label:
    Rønnan, Surnadal
    category:

    1 results

    1. onstreetBus
    municipality:
    Surnadal
    county:
    Møre og Romsdal
    lat:
    62.926763
    lon:
    8.45095
  9. id:
    NSR:StopPlace:11000
    name:
    Rognås
    label:
    Rognås, Etnedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Etnedal
    county:
    Innlandet
    lat:
    60.877248
    lon:
    9.617119
  10. id:
    NSR:StopPlace:35514
    name:
    Rognes
    label:
    Rognes, Stad
    category:

    1 results

    1. onstreetBus
    municipality:
    Stad
    county:
    Vestland
    lat:
    61.928428
    lon:
    6.354654
  11. id:
    NSR:StopPlace:52056
    name:
    Rognmo
    label:
    Rognmo, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.121764
    lon:
    19.11092
  12. id:
    NSR:StopPlace:52064
    name:
    Rognmoen
    label:
    Rognmoen, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.406642
    lon:
    18.689552
  13. id:
    NSR:StopPlace:41761
    name:
    Rognøy
    label:
    Rognøy, Rennebu
    category:

    1 results

    1. onstreetBus
    municipality:
    Rennebu
    county:
    Trøndelag
    lat:
    62.711291
    lon:
    9.958406
  14. id:
    NSR:StopPlace:52061
    name:
    Rognmoen
    label:
    Rognmoen, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.07476
    lon:
    18.673602
  15. id:
    NSR:StopPlace:45388
    name:
    Rogntun
    label:
    Rogntun, Verdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Verdal
    county:
    Trøndelag
    lat:
    63.799291
    lon:
    11.465945
  16. id:
    NSR:StopPlace:51915
    name:
    Rognmoen
    label:
    Rognmoen, Saltdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Saltdal
    county:
    Nordland
    lat:
    67.088338
    lon:
    15.377975
  17. id:
    NSR:StopPlace:52059
    name:
    Rognmo
    label:
    Rognmo, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.619439
    lon:
    21.294415
  18. id:
    NSR:StopPlace:52067
    name:
    Rognsa
    label:
    Rognsa, Salangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Salangen
    county:
    Troms
    lat:
    68.908942
    lon:
    17.75719
  19. id:
    NSR:StopPlace:45745
    name:
    Rennan
    label:
    Rennan, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    64.064734
    lon:
    11.31209
  20. id:
    NSR:StopPlace:12937
    name:
    Rognli
    label:
    Rognli, Gausdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Gausdal
    county:
    Innlandet
    lat:
    61.23227
    lon:
    10.296866
  21. id:
    NSR:StopPlace:49936
    name:
    Rognmo
    label:
    Rognmo, Narvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Narvik
    county:
    Nordland
    lat:
    68.410436
    lon:
    16.652595
  22. id:
    NSR:StopPlace:70170
    name:
    Rognli
    label:
    Rognli, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.025734
    lon:
    18.841609
  23. id:
    NSR:StopPlace:8697
    name:
    Røgden
    label:
    Røgden, Grue
    category:

    1 results

    1. onstreetBus
    municipality:
    Grue
    county:
    Innlandet
    lat:
    60.417948
    lon:
    12.450149
  24. id:
    NSR:StopPlace:40
    name:
    Ronglan
    label:
    Ronglan, Levanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Levanger
    county:
    Trøndelag
    lat:
    63.66681
    lon:
    11.114664
  25. id:
    NSR:StopPlace:41752
    name:
    Rognes
    label:
    Rognes, Midtre Gauldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    63.008903
    lon:
    10.450219
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:58958
    name:
    Rognan stasjon
    label:
    Rognan stasjon, Saltdal
    category:

    2 results

    1. railStation
    2. onstreetBus
    municipality:
    Saltdal
    county:
    Nordland
    lat:
    67.093565
    lon:
    15.398385
  2. id:
    NSR:StopPlace:52050
    name:
    Rognan
    label:
    Rognan, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.479232
    lon:
    17.384006
  3. id:
    NSR:StopPlace:37510
    name:
    Rognan
    label:
    Rognan, Aure
    category:

    1 results

    1. onstreetBus
    municipality:
    Aure
    county:
    Møre og Romsdal
    lat:
    63.381195
    lon:
    8.641253
  4. id:
    NSR:StopPlace:45513
    name:
    Rognan
    label:
    Rognan, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    63.909588
    lon:
    11.521721
  5. id:
    NSR:StopPlace:51598
    name:
    Rognan auto
    label:
    Rognan auto, Saltdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Saltdal
    county:
    Nordland
    lat:
    67.101665
    lon:
    15.416143
  6. id:
    NSR:StopPlace:50295
    name:
    Rognan sentrum
    label:
    Rognan sentrum, Saltdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Saltdal
    county:
    Nordland
    lat:
    67.101401
    lon:
    15.392838
  7. id:
    NSR:StopPlace:50296
    name:
    Rognan skole
    label:
    Rognan skole, Saltdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Saltdal
    county:
    Nordland
    lat:
    67.097767
    lon:
    15.394533
  8. id:
    NSR:StopPlace:58785
    name:
    Rønnan
    label:
    Rønnan, Surnadal
    category:

    1 results

    1. onstreetBus
    municipality:
    Surnadal
    county:
    Møre og Romsdal
    lat:
    62.926763
    lon:
    8.45095
  9. id:
    NSR:StopPlace:11000
    name:
    Rognås
    label:
    Rognås, Etnedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Etnedal
    county:
    Innlandet
    lat:
    60.877248
    lon:
    9.617119
  10. id:
    NSR:StopPlace:35514
    name:
    Rognes
    label:
    Rognes, Stad
    category:

    1 results

    1. onstreetBus
    municipality:
    Stad
    county:
    Vestland
    lat:
    61.928428
    lon:
    6.354654
  11. id:
    NSR:StopPlace:52056
    name:
    Rognmo
    label:
    Rognmo, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.121764
    lon:
    19.11092
  12. id:
    NSR:StopPlace:52064
    name:
    Rognmoen
    label:
    Rognmoen, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.406642
    lon:
    18.689552
  13. id:
    NSR:StopPlace:41761
    name:
    Rognøy
    label:
    Rognøy, Rennebu
    category:

    1 results

    1. onstreetBus
    municipality:
    Rennebu
    county:
    Trøndelag
    lat:
    62.711291
    lon:
    9.958406
  14. id:
    NSR:StopPlace:52061
    name:
    Rognmoen
    label:
    Rognmoen, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.07476
    lon:
    18.673602
  15. id:
    NSR:StopPlace:45388
    name:
    Rogntun
    label:
    Rogntun, Verdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Verdal
    county:
    Trøndelag
    lat:
    63.799291
    lon:
    11.465945
  16. id:
    NSR:StopPlace:51915
    name:
    Rognmoen
    label:
    Rognmoen, Saltdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Saltdal
    county:
    Nordland
    lat:
    67.088338
    lon:
    15.377975
  17. id:
    NSR:StopPlace:52059
    name:
    Rognmo
    label:
    Rognmo, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.619439
    lon:
    21.294415
  18. id:
    NSR:StopPlace:52067
    name:
    Rognsa
    label:
    Rognsa, Salangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Salangen
    county:
    Troms
    lat:
    68.908942
    lon:
    17.75719
  19. id:
    NSR:StopPlace:45745
    name:
    Rennan
    label:
    Rennan, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    64.064734
    lon:
    11.31209
  20. id:
    NSR:StopPlace:12937
    name:
    Rognli
    label:
    Rognli, Gausdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Gausdal
    county:
    Innlandet
    lat:
    61.23227
    lon:
    10.296866
  21. id:
    NSR:StopPlace:49936
    name:
    Rognmo
    label:
    Rognmo, Narvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Narvik
    county:
    Nordland
    lat:
    68.410436
    lon:
    16.652595
  22. id:
    NSR:StopPlace:70170
    name:
    Rognli
    label:
    Rognli, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.025734
    lon:
    18.841609
  23. id:
    NSR:StopPlace:8697
    name:
    Røgden
    label:
    Røgden, Grue
    category:

    1 results

    1. onstreetBus
    municipality:
    Grue
    county:
    Innlandet
    lat:
    60.417948
    lon:
    12.450149
  24. id:
    NSR:StopPlace:40
    name:
    Ronglan
    label:
    Ronglan, Levanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Levanger
    county:
    Trøndelag
    lat:
    63.66681
    lon:
    11.114664
  25. id:
    NSR:StopPlace:41752
    name:
    Rognes
    label:
    Rognes, Midtre Gauldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    63.008903
    lon:
    10.450219
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.