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-21T02:46:57Z in 0.130 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:38373
    name:
    Grøa
    label:
    Grøa, Sunndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunndal
    county:
    Møre og Romsdal
    lat:
    62.643794
    lon:
    8.724715
  2. id:
    NSR:StopPlace:38378
    name:
    Grøa handelslag
    label:
    Grøa handelslag, Sunndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunndal
    county:
    Møre og Romsdal
    lat:
    62.645049
    lon:
    8.72602
  3. id:
    NSR:StopPlace:38381
    name:
    Grøavegen nord
    label:
    Grøavegen nord, Sunndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunndal
    county:
    Møre og Romsdal
    lat:
    62.645755
    lon:
    8.718778
  4. id:
    NSR:StopPlace:11147
    name:
    Grua
    label:
    Grua, Lunner
    category:

    1 results

    1. onstreetBus
    municipality:
    Lunner
    county:
    Akershus
    lat:
    60.256735
    lon:
    10.661725
  5. id:
    NSR:StopPlace:3849
    name:
    Gropa
    label:
    Gropa, Aurskog-Høland
    category:

    1 results

    1. onstreetBus
    municipality:
    Aurskog-Høland
    county:
    Akershus
    lat:
    59.781264
    lon:
    11.786675
  6. id:
    NSR:StopPlace:12218
    name:
    Grov
    label:
    Grov, Vågå
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågå
    county:
    Innlandet
    lat:
    61.810835
    lon:
    9.009696
  7. id:
    NSR:StopPlace:35452
    name:
    Grov
    label:
    Grov, Askvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Askvoll
    county:
    Vestland
    lat:
    61.328115
    lon:
    5.012895
  8. id:
    NSR:StopPlace:16461
    name:
    Grøv
    label:
    Grøv, Drammen
    category:

    1 results

    1. onstreetBus
    municipality:
    Drammen
    county:
    Buskerud
    lat:
    59.761328
    lon:
    10.098711
  9. id:
    NSR:StopPlace:46038
    name:
    Gropa
    label:
    Gropa, Namsos
    category:

    1 results

    1. onstreetBus
    municipality:
    Namsos
    county:
    Trøndelag
    lat:
    64.259648
    lon:
    11.199323
  10. id:
    NSR:StopPlace:25667
    name:
    Grua
    label:
    Grua, Birkenes
    category:

    1 results

    1. onstreetBus
    municipality:
    Birkenes
    county:
    Agder
    lat:
    58.283048
    lon:
    8.082807
  11. id:
    NSR:StopPlace:36426
    name:
    Grov
    label:
    Grov, Luster
    category:

    1 results

    1. onstreetBus
    municipality:
    Luster
    county:
    Vestland
    lat:
    61.640673
    lon:
    7.191458
  12. id:
    NSR:StopPlace:51800
    name:
    Gropa
    label:
    Gropa, Saltdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Saltdal
    county:
    Nordland
    lat:
    67.075831
    lon:
    15.389104
  13. id:
    NSR:StopPlace:41578
    name:
    Grua
    label:
    Grua, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.743292
    lon:
    7.15289
  14. id:
    NSR:StopPlace:12066
    name:
    Grøna
    label:
    Grøna, Lom
    category:

    1 results

    1. onstreetBus
    municipality:
    Lom
    county:
    Innlandet
    lat:
    61.865712
    lon:
    8.799276
  15. id:
    NSR:StopPlace:40076
    name:
    Gjøa
    label:
    Gjøa, Rauma
    category:

    1 results

    1. onstreetBus
    municipality:
    Rauma
    county:
    Møre og Romsdal
    lat:
    62.444897
    lon:
    7.838944
  16. id:
    NSR:StopPlace:19626
    name:
    Gropa
    label:
    Gropa, Midt-Telemark
    category:

    1 results

    1. onstreetBus
    municipality:
    Midt-Telemark
    county:
    Telemark
    lat:
    59.491541
    lon:
    9.290233
  17. id:
    NSR:StopPlace:19645
    name:
    Grova
    label:
    Grova, Drangedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Drangedal
    county:
    Telemark
    lat:
    59.216993
    lon:
    8.771304
  18. id:
    NSR:StopPlace:19649
    name:
    Grova
    label:
    Grova, Kviteseid
    category:

    1 results

    1. onstreetBus
    municipality:
    Kviteseid
    county:
    Telemark
    lat:
    59.43154
    lon:
    8.48362
  19. id:
    NSR:StopPlace:34285
    name:
    Grov
    label:
    Grov, Gloppen
    category:

    1 results

    1. onstreetBus
    municipality:
    Gloppen
    county:
    Vestland
    lat:
    61.768961
    lon:
    6.12377
  20. id:
    NSR:StopPlace:56027
    name:
    Gropa
    label:
    Gropa, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.774708
    lon:
    21.032528
  21. id:
    NSR:StopPlace:57159
    name:
    Grua
    label:
    Grua, Vadsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Vadsø
    county:
    Finnmark
    lat:
    70.075391
    lon:
    29.777416
  22. id:
    NSR:StopPlace:15908
    name:
    Grøv
    label:
    Grøv, Hemsedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Hemsedal
    county:
    Buskerud
    lat:
    60.842823
    lon:
    8.643222
  23. id:
    NSR:StopPlace:36624
    name:
    Grov
    label:
    Grov, Kinn
    category:

    1 results

    1. onstreetBus
    municipality:
    Kinn
    county:
    Vestland
    lat:
    61.61375
    lon:
    5.329868
  24. id:
    NSR:StopPlace:38337
    name:
    Grova
    label:
    Grova, Sula
    category:

    1 results

    1. onstreetBus
    municipality:
    Sula
    county:
    Møre og Romsdal
    lat:
    62.416865
    lon:
    6.262692
  25. id:
    NSR:StopPlace:28627
    name:
    Goa
    label:
    Goa, Randaberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Randaberg
    county:
    Rogaland
    lat:
    58.98845
    lon:
    5.6225
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:38373
    name:
    Grøa
    label:
    Grøa, Sunndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunndal
    county:
    Møre og Romsdal
    lat:
    62.643794
    lon:
    8.724715
  2. id:
    NSR:StopPlace:38378
    name:
    Grøa handelslag
    label:
    Grøa handelslag, Sunndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunndal
    county:
    Møre og Romsdal
    lat:
    62.645049
    lon:
    8.72602
  3. id:
    NSR:StopPlace:38381
    name:
    Grøavegen nord
    label:
    Grøavegen nord, Sunndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunndal
    county:
    Møre og Romsdal
    lat:
    62.645755
    lon:
    8.718778
  4. id:
    NSR:StopPlace:11147
    name:
    Grua
    label:
    Grua, Lunner
    category:

    1 results

    1. onstreetBus
    municipality:
    Lunner
    county:
    Akershus
    lat:
    60.256735
    lon:
    10.661725
  5. id:
    NSR:StopPlace:3849
    name:
    Gropa
    label:
    Gropa, Aurskog-Høland
    category:

    1 results

    1. onstreetBus
    municipality:
    Aurskog-Høland
    county:
    Akershus
    lat:
    59.781264
    lon:
    11.786675
  6. id:
    NSR:StopPlace:12218
    name:
    Grov
    label:
    Grov, Vågå
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågå
    county:
    Innlandet
    lat:
    61.810835
    lon:
    9.009696
  7. id:
    NSR:StopPlace:35452
    name:
    Grov
    label:
    Grov, Askvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Askvoll
    county:
    Vestland
    lat:
    61.328115
    lon:
    5.012895
  8. id:
    NSR:StopPlace:16461
    name:
    Grøv
    label:
    Grøv, Drammen
    category:

    1 results

    1. onstreetBus
    municipality:
    Drammen
    county:
    Buskerud
    lat:
    59.761328
    lon:
    10.098711
  9. id:
    NSR:StopPlace:46038
    name:
    Gropa
    label:
    Gropa, Namsos
    category:

    1 results

    1. onstreetBus
    municipality:
    Namsos
    county:
    Trøndelag
    lat:
    64.259648
    lon:
    11.199323
  10. id:
    NSR:StopPlace:25667
    name:
    Grua
    label:
    Grua, Birkenes
    category:

    1 results

    1. onstreetBus
    municipality:
    Birkenes
    county:
    Agder
    lat:
    58.283048
    lon:
    8.082807
  11. id:
    NSR:StopPlace:36426
    name:
    Grov
    label:
    Grov, Luster
    category:

    1 results

    1. onstreetBus
    municipality:
    Luster
    county:
    Vestland
    lat:
    61.640673
    lon:
    7.191458
  12. id:
    NSR:StopPlace:51800
    name:
    Gropa
    label:
    Gropa, Saltdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Saltdal
    county:
    Nordland
    lat:
    67.075831
    lon:
    15.389104
  13. id:
    NSR:StopPlace:41578
    name:
    Grua
    label:
    Grua, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.743292
    lon:
    7.15289
  14. id:
    NSR:StopPlace:12066
    name:
    Grøna
    label:
    Grøna, Lom
    category:

    1 results

    1. onstreetBus
    municipality:
    Lom
    county:
    Innlandet
    lat:
    61.865712
    lon:
    8.799276
  15. id:
    NSR:StopPlace:40076
    name:
    Gjøa
    label:
    Gjøa, Rauma
    category:

    1 results

    1. onstreetBus
    municipality:
    Rauma
    county:
    Møre og Romsdal
    lat:
    62.444897
    lon:
    7.838944
  16. id:
    NSR:StopPlace:19626
    name:
    Gropa
    label:
    Gropa, Midt-Telemark
    category:

    1 results

    1. onstreetBus
    municipality:
    Midt-Telemark
    county:
    Telemark
    lat:
    59.491541
    lon:
    9.290233
  17. id:
    NSR:StopPlace:19645
    name:
    Grova
    label:
    Grova, Drangedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Drangedal
    county:
    Telemark
    lat:
    59.216993
    lon:
    8.771304
  18. id:
    NSR:StopPlace:19649
    name:
    Grova
    label:
    Grova, Kviteseid
    category:

    1 results

    1. onstreetBus
    municipality:
    Kviteseid
    county:
    Telemark
    lat:
    59.43154
    lon:
    8.48362
  19. id:
    NSR:StopPlace:34285
    name:
    Grov
    label:
    Grov, Gloppen
    category:

    1 results

    1. onstreetBus
    municipality:
    Gloppen
    county:
    Vestland
    lat:
    61.768961
    lon:
    6.12377
  20. id:
    NSR:StopPlace:56027
    name:
    Gropa
    label:
    Gropa, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.774708
    lon:
    21.032528
  21. id:
    NSR:StopPlace:57159
    name:
    Grua
    label:
    Grua, Vadsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Vadsø
    county:
    Finnmark
    lat:
    70.075391
    lon:
    29.777416
  22. id:
    NSR:StopPlace:15908
    name:
    Grøv
    label:
    Grøv, Hemsedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Hemsedal
    county:
    Buskerud
    lat:
    60.842823
    lon:
    8.643222
  23. id:
    NSR:StopPlace:36624
    name:
    Grov
    label:
    Grov, Kinn
    category:

    1 results

    1. onstreetBus
    municipality:
    Kinn
    county:
    Vestland
    lat:
    61.61375
    lon:
    5.329868
  24. id:
    NSR:StopPlace:38337
    name:
    Grova
    label:
    Grova, Sula
    category:

    1 results

    1. onstreetBus
    municipality:
    Sula
    county:
    Møre og Romsdal
    lat:
    62.416865
    lon:
    6.262692
  25. id:
    NSR:StopPlace:28627
    name:
    Goa
    label:
    Goa, Randaberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Randaberg
    county:
    Rogaland
    lat:
    58.98845
    lon:
    5.6225
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.