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-20T21:22:21Z in 0.147 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:39040
    name:
    Flatøy
    label:
    Flatøy, Kristiansund
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansund
    county:
    Møre og Romsdal
    lat:
    63.05872
    lon:
    7.699223
  2. id:
    NSR:StopPlace:43828
    name:
    Flatøya
    label:
    Flatøya, Frøya
    category:

    1 results

    1. onstreetBus
    municipality:
    Frøya
    county:
    Trøndelag
    lat:
    63.693249
    lon:
    8.770586
  3. id:
    NSR:StopPlace:63509
    name:
    Flatøy terminal
    label:
    Flatøy terminal, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.531849
    lon:
    5.256588
  4. id:
    NSR:StopPlace:5574
    name:
    Flatby
    label:
    Flatby, Ullensaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ullensaker
    county:
    Akershus
    lat:
    60.097884
    lon:
    11.188694
  5. id:
    NSR:StopPlace:20131
    name:
    Flåto
    label:
    Flåto, Tinn
    category:

    1 results

    1. onstreetBus
    municipality:
    Tinn
    county:
    Telemark
    lat:
    59.89765
    lon:
    9.019411
  6. id:
    NSR:StopPlace:30389
    name:
    Flåto
    label:
    Flåto, Etne
    category:

    1 results

    1. onstreetBus
    municipality:
    Etne
    county:
    Vestland
    lat:
    59.874872
    lon:
    6.404885
  7. id:
    NSR:StopPlace:55535
    name:
    Flaten
    label:
    Flaten, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.339084
    lon:
    19.30699
  8. id:
    NSR:StopPlace:46578
    name:
    Flatås
    label:
    Flatås, Inderøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Inderøy
    county:
    Trøndelag
    lat:
    63.921125
    lon:
    11.274652
  9. id:
    NSR:StopPlace:49564
    name:
    Flatmo
    label:
    Flatmo, Brønnøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Brønnøy
    county:
    Nordland
    lat:
    65.320058
    lon:
    12.666389
  10. id:
    NSR:StopPlace:14626
    name:
    Flaten
    label:
    Flaten, Skjåk
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjåk
    county:
    Innlandet
    lat:
    61.878875
    lon:
    8.342298
  11. id:
    NSR:StopPlace:16367
    name:
    Flatin
    label:
    Flatin, Sigdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sigdal
    county:
    Buskerud
    lat:
    60.075916
    lon:
    9.531847
  12. id:
    NSR:StopPlace:43803
    name:
    Flaten
    label:
    Flaten, Trondheim
    category:

    1 results

    1. onstreetBus
    municipality:
    Trondheim
    county:
    Trøndelag
    lat:
    63.39725
    lon:
    10.554984
  13. id:
    NSR:StopPlace:19054
    name:
    Flåtan
    label:
    Flåtan, Holmestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Holmestrand
    county:
    Vestfold
    lat:
    59.65894
    lon:
    10.211886
  14. id:
    NSR:StopPlace:56671
    name:
    Flaten
    label:
    Flaten, Alta
    category:

    1 results

    1. onstreetBus
    municipality:
    Alta
    county:
    Finnmark
    lat:
    69.958862
    lon:
    23.299239
  15. id:
    NSR:StopPlace:47675
    name:
    Flaten
    label:
    Flaten, Meløy
    category:

    1 results

    1. onstreetBus
    municipality:
    Meløy
    county:
    Nordland
    lat:
    66.732327
    lon:
    13.861627
  16. id:
    NSR:StopPlace:46363
    name:
    Flåtta
    label:
    Flåtta, Inderøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Inderøy
    county:
    Trøndelag
    lat:
    63.93538
    lon:
    11.296172
  17. id:
    NSR:StopPlace:57053
    name:
    Flåten
    label:
    Flåten, Alta
    category:

    1 results

    1. onstreetBus
    municipality:
    Alta
    county:
    Finnmark
    lat:
    69.971796
    lon:
    23.372437
  18. id:
    NSR:StopPlace:20091
    name:
    Flatin
    label:
    Flatin, Midt-Telemark
    category:

    1 results

    1. onstreetBus
    municipality:
    Midt-Telemark
    county:
    Telemark
    lat:
    59.408903
    lon:
    9.105724
  19. id:
    NSR:StopPlace:25125
    name:
    Flå sør
    label:
    Flå sør, Birkenes
    category:

    1 results

    1. onstreetBus
    municipality:
    Birkenes
    county:
    Agder
    lat:
    58.382343
    lon:
    8.267871
  20. id:
    NSR:StopPlace:30232
    name:
    Flogøy
    label:
    Flogøy, Øygarden
    category:

    1 results

    1. onstreetBus
    municipality:
    Øygarden
    county:
    Vestland
    lat:
    60.321509
    lon:
    4.976368
  21. id:
    NSR:StopPlace:30676
    name:
    Flaten
    label:
    Flaten, Øygarden
    category:

    1 results

    1. onstreetBus
    municipality:
    Øygarden
    county:
    Vestland
    lat:
    60.307233
    lon:
    5.130714
  22. id:
    NSR:StopPlace:45469
    name:
    Flatås
    label:
    Flatås, Verdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Verdal
    county:
    Trøndelag
    lat:
    63.820282
    lon:
    11.631798
  23. id:
    NSR:StopPlace:11077
    name:
    Flatla
    label:
    Flatla, Lunner
    category:

    1 results

    1. onstreetBus
    municipality:
    Lunner
    county:
    Akershus
    lat:
    60.309179
    lon:
    10.582272
  24. id:
    NSR:StopPlace:11632
    name:
    Flåten
    label:
    Flåten, Sel
    category:

    1 results

    1. onstreetBus
    municipality:
    Sel
    county:
    Innlandet
    lat:
    61.791838
    lon:
    9.425905
  25. id:
    NSR:StopPlace:55572
    name:
    Flåten
    label:
    Flåten, Skjervøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjervøy
    county:
    Troms
    lat:
    69.937571
    lon:
    20.916398
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:39040
    name:
    Flatøy
    label:
    Flatøy, Kristiansund
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansund
    county:
    Møre og Romsdal
    lat:
    63.05872
    lon:
    7.699223
  2. id:
    NSR:StopPlace:43828
    name:
    Flatøya
    label:
    Flatøya, Frøya
    category:

    1 results

    1. onstreetBus
    municipality:
    Frøya
    county:
    Trøndelag
    lat:
    63.693249
    lon:
    8.770586
  3. id:
    NSR:StopPlace:63509
    name:
    Flatøy terminal
    label:
    Flatøy terminal, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.531849
    lon:
    5.256588
  4. id:
    NSR:StopPlace:5574
    name:
    Flatby
    label:
    Flatby, Ullensaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ullensaker
    county:
    Akershus
    lat:
    60.097884
    lon:
    11.188694
  5. id:
    NSR:StopPlace:20131
    name:
    Flåto
    label:
    Flåto, Tinn
    category:

    1 results

    1. onstreetBus
    municipality:
    Tinn
    county:
    Telemark
    lat:
    59.89765
    lon:
    9.019411
  6. id:
    NSR:StopPlace:30389
    name:
    Flåto
    label:
    Flåto, Etne
    category:

    1 results

    1. onstreetBus
    municipality:
    Etne
    county:
    Vestland
    lat:
    59.874872
    lon:
    6.404885
  7. id:
    NSR:StopPlace:55535
    name:
    Flaten
    label:
    Flaten, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.339084
    lon:
    19.30699
  8. id:
    NSR:StopPlace:46578
    name:
    Flatås
    label:
    Flatås, Inderøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Inderøy
    county:
    Trøndelag
    lat:
    63.921125
    lon:
    11.274652
  9. id:
    NSR:StopPlace:49564
    name:
    Flatmo
    label:
    Flatmo, Brønnøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Brønnøy
    county:
    Nordland
    lat:
    65.320058
    lon:
    12.666389
  10. id:
    NSR:StopPlace:14626
    name:
    Flaten
    label:
    Flaten, Skjåk
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjåk
    county:
    Innlandet
    lat:
    61.878875
    lon:
    8.342298
  11. id:
    NSR:StopPlace:16367
    name:
    Flatin
    label:
    Flatin, Sigdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sigdal
    county:
    Buskerud
    lat:
    60.075916
    lon:
    9.531847
  12. id:
    NSR:StopPlace:43803
    name:
    Flaten
    label:
    Flaten, Trondheim
    category:

    1 results

    1. onstreetBus
    municipality:
    Trondheim
    county:
    Trøndelag
    lat:
    63.39725
    lon:
    10.554984
  13. id:
    NSR:StopPlace:19054
    name:
    Flåtan
    label:
    Flåtan, Holmestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Holmestrand
    county:
    Vestfold
    lat:
    59.65894
    lon:
    10.211886
  14. id:
    NSR:StopPlace:56671
    name:
    Flaten
    label:
    Flaten, Alta
    category:

    1 results

    1. onstreetBus
    municipality:
    Alta
    county:
    Finnmark
    lat:
    69.958862
    lon:
    23.299239
  15. id:
    NSR:StopPlace:47675
    name:
    Flaten
    label:
    Flaten, Meløy
    category:

    1 results

    1. onstreetBus
    municipality:
    Meløy
    county:
    Nordland
    lat:
    66.732327
    lon:
    13.861627
  16. id:
    NSR:StopPlace:46363
    name:
    Flåtta
    label:
    Flåtta, Inderøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Inderøy
    county:
    Trøndelag
    lat:
    63.93538
    lon:
    11.296172
  17. id:
    NSR:StopPlace:57053
    name:
    Flåten
    label:
    Flåten, Alta
    category:

    1 results

    1. onstreetBus
    municipality:
    Alta
    county:
    Finnmark
    lat:
    69.971796
    lon:
    23.372437
  18. id:
    NSR:StopPlace:20091
    name:
    Flatin
    label:
    Flatin, Midt-Telemark
    category:

    1 results

    1. onstreetBus
    municipality:
    Midt-Telemark
    county:
    Telemark
    lat:
    59.408903
    lon:
    9.105724
  19. id:
    NSR:StopPlace:25125
    name:
    Flå sør
    label:
    Flå sør, Birkenes
    category:

    1 results

    1. onstreetBus
    municipality:
    Birkenes
    county:
    Agder
    lat:
    58.382343
    lon:
    8.267871
  20. id:
    NSR:StopPlace:30232
    name:
    Flogøy
    label:
    Flogøy, Øygarden
    category:

    1 results

    1. onstreetBus
    municipality:
    Øygarden
    county:
    Vestland
    lat:
    60.321509
    lon:
    4.976368
  21. id:
    NSR:StopPlace:30676
    name:
    Flaten
    label:
    Flaten, Øygarden
    category:

    1 results

    1. onstreetBus
    municipality:
    Øygarden
    county:
    Vestland
    lat:
    60.307233
    lon:
    5.130714
  22. id:
    NSR:StopPlace:45469
    name:
    Flatås
    label:
    Flatås, Verdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Verdal
    county:
    Trøndelag
    lat:
    63.820282
    lon:
    11.631798
  23. id:
    NSR:StopPlace:11077
    name:
    Flatla
    label:
    Flatla, Lunner
    category:

    1 results

    1. onstreetBus
    municipality:
    Lunner
    county:
    Akershus
    lat:
    60.309179
    lon:
    10.582272
  24. id:
    NSR:StopPlace:11632
    name:
    Flåten
    label:
    Flåten, Sel
    category:

    1 results

    1. onstreetBus
    municipality:
    Sel
    county:
    Innlandet
    lat:
    61.791838
    lon:
    9.425905
  25. id:
    NSR:StopPlace:55572
    name:
    Flåten
    label:
    Flåten, Skjervøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjervøy
    county:
    Troms
    lat:
    69.937571
    lon:
    20.916398
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.