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-20T20:11:05Z in 0.200 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:58179
    name:
    Fodnes ferjekai
    label:
    Fodnes ferjekai, Lærdal
    category:

    2 results

    1. onstreetBus
    2. harbourPort
    municipality:
    Lærdal
    county:
    Vestland
    lat:
    61.1487
    lon:
    7.383853
  2. id:
    NSR:StopPlace:25137
    name:
    Fodnestøl
    label:
    Fodnestøl, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.280793
    lon:
    7.428909
  3. id:
    NSR:StopPlace:11561
    name:
    Fødnesvegen Fagernes
    label:
    Fødnesvegen Fagernes, Nord-Aurdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Aurdal
    county:
    Innlandet
    lat:
    60.977508
    lon:
    9.206666
  4. id:
    NSR:StopPlace:31462
    name:
    Fadnes
    label:
    Fadnes, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.656158
    lon:
    6.090644
  5. id:
    NSR:StopPlace:44749
    name:
    Fornes
    label:
    Fornes, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.460941
    lon:
    11.18748
  6. id:
    NSR:StopPlace:46542
    name:
    Fosnes
    label:
    Fosnes, Namsos
    category:

    1 results

    1. onstreetBus
    municipality:
    Namsos
    county:
    Trøndelag
    lat:
    64.682186
    lon:
    11.297714
  7. id:
    NSR:StopPlace:49763
    name:
    Førnes
    label:
    Førnes, Hemnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Hemnes
    county:
    Nordland
    lat:
    66.227531
    lon:
    13.858373
  8. id:
    NSR:StopPlace:34894
    name:
    Fosnes
    label:
    Fosnes, Stryn
    category:

    1 results

    1. onstreetBus
    municipality:
    Stryn
    county:
    Vestland
    lat:
    61.909344
    lon:
    7.055628
  9. id:
    NSR:StopPlace:50598
    name:
    Førnes
    label:
    Førnes, Rana
    category:

    1 results

    1. onstreetBus
    municipality:
    Rana
    county:
    Nordland
    lat:
    66.277278
    lon:
    13.747845
  10. id:
    NSR:StopPlace:55598
    name:
    Fornes
    label:
    Fornes, Ibestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Ibestad
    county:
    Troms
    lat:
    68.868599
    lon:
    17.473246
  11. id:
    NSR:StopPlace:5706
    name:
    Fonnes
    label:
    Fonnes, Austrheim
    category:

    1 results

    1. onstreetBus
    municipality:
    Austrheim
    county:
    Vestland
    lat:
    60.803828
    lon:
    4.981602
  12. id:
    NSR:StopPlace:48743
    name:
    Fornes
    label:
    Fornes, Andøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Andøy
    county:
    Nordland
    lat:
    68.867459
    lon:
    15.558542
  13. id:
    NSR:StopPlace:55596
    name:
    Fornes
    label:
    Fornes, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.597313
    lon:
    19.889114
  14. id:
    NSR:StopPlace:45902
    name:
    Fornes
    label:
    Fornes, Nærøysund
    category:

    1 results

    1. onstreetBus
    municipality:
    Nærøysund
    county:
    Trøndelag
    lat:
    64.932752
    lon:
    12.276034
  15. id:
    NSR:StopPlace:56895
    name:
    Fornes
    label:
    Fornes, Alta
    category:

    1 results

    1. onstreetBus
    municipality:
    Alta
    county:
    Finnmark
    lat:
    70.05908
    lon:
    22.99579
  16. id:
    NSR:StopPlace:50148
    name:
    Furnes
    label:
    Furnes, Sørfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Sørfold
    county:
    Nordland
    lat:
    67.43059
    lon:
    15.508505
  17. id:
    NSR:StopPlace:56943
    name:
    Finnes
    label:
    Finnes, Alta
    category:

    1 results

    1. onstreetBus
    municipality:
    Alta
    county:
    Finnmark
    lat:
    70.137006
    lon:
    22.9751
  18. id:
    NSR:StopPlace:1594
    name:
    Fossnes
    label:
    Fossnes, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.550566
    lon:
    10.844022
  19. id:
    NSR:StopPlace:25242
    name:
    Frydnes
    label:
    Frydnes, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.036618
    lon:
    7.627544
  20. id:
    NSR:StopPlace:20202
    name:
    Frednes
    label:
    Frednes, Porsgrunn
    category:

    1 results

    1. onstreetBus
    municipality:
    Porsgrunn
    county:
    Telemark
    lat:
    59.133715
    lon:
    9.644438
  21. id:
    NSR:StopPlace:51925
    name:
    Furnes
    label:
    Furnes, Fauske
    category:

    1 results

    1. onstreetBus
    municipality:
    Fauske
    county:
    Nordland
    lat:
    67.296857
    lon:
    15.15338
  22. id:
    NSR:StopPlace:43854
    name:
    Flønes
    label:
    Flønes, Selbu
    category:

    1 results

    1. onstreetBus
    municipality:
    Selbu
    county:
    Trøndelag
    lat:
    63.248154
    lon:
    11.024306
  23. id:
    NSR:StopPlace:44763
    name:
    Flornes
    label:
    Flornes, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.462154
    lon:
    11.355725
  24. id:
    NSR:StopPlace:34869
    name:
    Farnes
    label:
    Farnes, Sogndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sogndal
    county:
    Vestland
    lat:
    61.260184
    lon:
    6.540237
  25. id:
    NSR:StopPlace:55367
    name:
    Finnes
    label:
    Finnes, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.273248
    lon:
    17.124389
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:58179
    name:
    Fodnes ferjekai
    label:
    Fodnes ferjekai, Lærdal
    category:

    2 results

    1. onstreetBus
    2. harbourPort
    municipality:
    Lærdal
    county:
    Vestland
    lat:
    61.1487
    lon:
    7.383853
  2. id:
    NSR:StopPlace:25137
    name:
    Fodnestøl
    label:
    Fodnestøl, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.280793
    lon:
    7.428909
  3. id:
    NSR:StopPlace:11561
    name:
    Fødnesvegen Fagernes
    label:
    Fødnesvegen Fagernes, Nord-Aurdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Aurdal
    county:
    Innlandet
    lat:
    60.977508
    lon:
    9.206666
  4. id:
    NSR:StopPlace:31462
    name:
    Fadnes
    label:
    Fadnes, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.656158
    lon:
    6.090644
  5. id:
    NSR:StopPlace:44749
    name:
    Fornes
    label:
    Fornes, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.460941
    lon:
    11.18748
  6. id:
    NSR:StopPlace:46542
    name:
    Fosnes
    label:
    Fosnes, Namsos
    category:

    1 results

    1. onstreetBus
    municipality:
    Namsos
    county:
    Trøndelag
    lat:
    64.682186
    lon:
    11.297714
  7. id:
    NSR:StopPlace:49763
    name:
    Førnes
    label:
    Førnes, Hemnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Hemnes
    county:
    Nordland
    lat:
    66.227531
    lon:
    13.858373
  8. id:
    NSR:StopPlace:34894
    name:
    Fosnes
    label:
    Fosnes, Stryn
    category:

    1 results

    1. onstreetBus
    municipality:
    Stryn
    county:
    Vestland
    lat:
    61.909344
    lon:
    7.055628
  9. id:
    NSR:StopPlace:50598
    name:
    Førnes
    label:
    Førnes, Rana
    category:

    1 results

    1. onstreetBus
    municipality:
    Rana
    county:
    Nordland
    lat:
    66.277278
    lon:
    13.747845
  10. id:
    NSR:StopPlace:55598
    name:
    Fornes
    label:
    Fornes, Ibestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Ibestad
    county:
    Troms
    lat:
    68.868599
    lon:
    17.473246
  11. id:
    NSR:StopPlace:5706
    name:
    Fonnes
    label:
    Fonnes, Austrheim
    category:

    1 results

    1. onstreetBus
    municipality:
    Austrheim
    county:
    Vestland
    lat:
    60.803828
    lon:
    4.981602
  12. id:
    NSR:StopPlace:48743
    name:
    Fornes
    label:
    Fornes, Andøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Andøy
    county:
    Nordland
    lat:
    68.867459
    lon:
    15.558542
  13. id:
    NSR:StopPlace:55596
    name:
    Fornes
    label:
    Fornes, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.597313
    lon:
    19.889114
  14. id:
    NSR:StopPlace:45902
    name:
    Fornes
    label:
    Fornes, Nærøysund
    category:

    1 results

    1. onstreetBus
    municipality:
    Nærøysund
    county:
    Trøndelag
    lat:
    64.932752
    lon:
    12.276034
  15. id:
    NSR:StopPlace:56895
    name:
    Fornes
    label:
    Fornes, Alta
    category:

    1 results

    1. onstreetBus
    municipality:
    Alta
    county:
    Finnmark
    lat:
    70.05908
    lon:
    22.99579
  16. id:
    NSR:StopPlace:50148
    name:
    Furnes
    label:
    Furnes, Sørfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Sørfold
    county:
    Nordland
    lat:
    67.43059
    lon:
    15.508505
  17. id:
    NSR:StopPlace:56943
    name:
    Finnes
    label:
    Finnes, Alta
    category:

    1 results

    1. onstreetBus
    municipality:
    Alta
    county:
    Finnmark
    lat:
    70.137006
    lon:
    22.9751
  18. id:
    NSR:StopPlace:1594
    name:
    Fossnes
    label:
    Fossnes, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.550566
    lon:
    10.844022
  19. id:
    NSR:StopPlace:25242
    name:
    Frydnes
    label:
    Frydnes, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.036618
    lon:
    7.627544
  20. id:
    NSR:StopPlace:20202
    name:
    Frednes
    label:
    Frednes, Porsgrunn
    category:

    1 results

    1. onstreetBus
    municipality:
    Porsgrunn
    county:
    Telemark
    lat:
    59.133715
    lon:
    9.644438
  21. id:
    NSR:StopPlace:51925
    name:
    Furnes
    label:
    Furnes, Fauske
    category:

    1 results

    1. onstreetBus
    municipality:
    Fauske
    county:
    Nordland
    lat:
    67.296857
    lon:
    15.15338
  22. id:
    NSR:StopPlace:43854
    name:
    Flønes
    label:
    Flønes, Selbu
    category:

    1 results

    1. onstreetBus
    municipality:
    Selbu
    county:
    Trøndelag
    lat:
    63.248154
    lon:
    11.024306
  23. id:
    NSR:StopPlace:44763
    name:
    Flornes
    label:
    Flornes, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.462154
    lon:
    11.355725
  24. id:
    NSR:StopPlace:34869
    name:
    Farnes
    label:
    Farnes, Sogndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sogndal
    county:
    Vestland
    lat:
    61.260184
    lon:
    6.540237
  25. id:
    NSR:StopPlace:55367
    name:
    Finnes
    label:
    Finnes, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.273248
    lon:
    17.124389
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.