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-22T06:43:25Z in 0.129 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:7886
    name:
    Østby
    label:
    Østby, Trysil
    category:

    1 results

    1. onstreetBus
    municipality:
    Trysil
    county:
    Innlandet
    lat:
    61.254264
    lon:
    12.531472
  2. id:
    NSR:StopPlace:18230
    name:
    Østby
    label:
    Østby, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.045658
    lon:
    10.122912
  3. id:
    NSR:StopPlace:7644
    name:
    Østby
    label:
    Østby, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.756239
    lon:
    11.221869
  4. id:
    NSR:StopPlace:978
    name:
    Østby
    label:
    Østby, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.200544
    lon:
    11.138004
  5. id:
    NSR:StopPlace:5208
    name:
    Østby
    label:
    Østby, Enebakk
    category:

    1 results

    1. onstreetBus
    municipality:
    Enebakk
    county:
    Akershus
    lat:
    59.722651
    lon:
    11.068342
  6. id:
    NSR:StopPlace:10894
    name:
    Østby
    label:
    Østby, Elverum
    category:

    1 results

    1. onstreetBus
    municipality:
    Elverum
    county:
    Innlandet
    lat:
    60.833317
    lon:
    11.663339
  7. id:
    NSR:StopPlace:7941
    name:
    Østby tollkontor
    label:
    Østby tollkontor, Trysil
    category:

    1 results

    1. onstreetBus
    municipality:
    Trysil
    county:
    Innlandet
    lat:
    61.251017
    lon:
    12.546871
  8. id:
    NSR:StopPlace:9829
    name:
    Østby Stensengdalen
    label:
    Østby Stensengdalen, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    60.865629
    lon:
    10.893511
  9. id:
    NSR:StopPlace:18233
    name:
    Østby Dølebakken
    label:
    Østby Dølebakken, Sandefjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sandefjord
    county:
    Vestfold
    lat:
    59.143791
    lon:
    10.219618
  10. id:
    NSR:StopPlace:9787
    name:
    Østby Narudvegen
    label:
    Østby Narudvegen, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    60.916989
    lon:
    10.97647
  11. id:
    NSR:StopPlace:5851
    name:
    Østbyveien
    label:
    Østbyveien, Oslo
    category:

    1 results

    1. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.888751
    lon:
    10.843321
  12. id:
    NSR:StopPlace:18239
    name:
    Østbystranda
    label:
    Østbystranda, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.039355
    lon:
    10.125765
  13. id:
    NSR:StopPlace:13115
    name:
    Østbygdvegen/Engavegen
    label:
    Østbygdvegen/Engavegen, Søndre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Søndre Land
    county:
    Innlandet
    lat:
    60.677715
    lon:
    10.444598
  14. id:
    NSR:StopPlace:5451
    name:
    Østbyveien
    label:
    Østbyveien, Lørenskog
    category:

    1 results

    1. onstreetBus
    municipality:
    Lørenskog
    county:
    Akershus
    lat:
    59.926551
    lon:
    10.991639
  15. id:
    NSR:StopPlace:7766
    name:
    Østbygdvegen 78
    label:
    Østbygdvegen 78, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    60.816519
    lon:
    10.897588
  16. id:
    NSR:StopPlace:2042
    name:
    Østbyveien
    label:
    Østbyveien, Rakkestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Rakkestad
    county:
    Østfold
    lat:
    59.413254
    lon:
    11.407755
  17. id:
    NSR:StopPlace:907
    name:
    Østbykrysset
    label:
    Østbykrysset, Rakkestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Rakkestad
    county:
    Østfold
    lat:
    59.444984
    lon:
    11.248825
  18. id:
    NSR:StopPlace:14545
    name:
    Østbyhøgda
    label:
    Østbyhøgda, Gjøvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjøvik
    county:
    Innlandet
    lat:
    60.763383
    lon:
    10.69492
  19. id:
    NSR:StopPlace:18236
    name:
    Østbygdaveien
    label:
    Østbygdaveien, Holmestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Holmestrand
    county:
    Vestfold
    lat:
    59.595372
    lon:
    10.225306
  20. id:
    NSR:StopPlace:2059
    name:
    Østbygda skole
    label:
    Østbygda skole, Rakkestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Rakkestad
    county:
    Østfold
    lat:
    59.381537
    lon:
    11.468018
  21. id:
    NSR:StopPlace:2378
    name:
    Østbyveien
    label:
    Østbyveien, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.54598
    lon:
    11.448623
  22. id:
    NSR:StopPlace:7937
    name:
    Kjernmoen Østby
    label:
    Kjernmoen Østby, Trysil
    category:

    1 results

    1. onstreetBus
    municipality:
    Trysil
    county:
    Innlandet
    lat:
    61.241997
    lon:
    12.589068
  23. id:
    NSR:StopPlace:38573
    name:
    Østbø
    label:
    Østbø, Rindal
    category:

    1 results

    1. onstreetBus
    municipality:
    Rindal
    county:
    Trøndelag
    lat:
    63.177157
    lon:
    9.460807
  24. id:
    NSR:StopPlace:26931
    name:
    Østbø
    label:
    Østbø, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.533875
    lon:
    5.871291
  25. id:
    NSR:StopPlace:44360
    name:
    Prix Østbyen
    label:
    Prix Østbyen, Namsos
    category:

    1 results

    1. onstreetBus
    municipality:
    Namsos
    county:
    Trøndelag
    lat:
    64.469955
    lon:
    11.5209
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:7886
    name:
    Østby
    label:
    Østby, Trysil
    category:

    1 results

    1. onstreetBus
    municipality:
    Trysil
    county:
    Innlandet
    lat:
    61.254264
    lon:
    12.531472
  2. id:
    NSR:StopPlace:18230
    name:
    Østby
    label:
    Østby, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.045658
    lon:
    10.122912
  3. id:
    NSR:StopPlace:7644
    name:
    Østby
    label:
    Østby, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.756239
    lon:
    11.221869
  4. id:
    NSR:StopPlace:978
    name:
    Østby
    label:
    Østby, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.200544
    lon:
    11.138004
  5. id:
    NSR:StopPlace:5208
    name:
    Østby
    label:
    Østby, Enebakk
    category:

    1 results

    1. onstreetBus
    municipality:
    Enebakk
    county:
    Akershus
    lat:
    59.722651
    lon:
    11.068342
  6. id:
    NSR:StopPlace:10894
    name:
    Østby
    label:
    Østby, Elverum
    category:

    1 results

    1. onstreetBus
    municipality:
    Elverum
    county:
    Innlandet
    lat:
    60.833317
    lon:
    11.663339
  7. id:
    NSR:StopPlace:7941
    name:
    Østby tollkontor
    label:
    Østby tollkontor, Trysil
    category:

    1 results

    1. onstreetBus
    municipality:
    Trysil
    county:
    Innlandet
    lat:
    61.251017
    lon:
    12.546871
  8. id:
    NSR:StopPlace:9829
    name:
    Østby Stensengdalen
    label:
    Østby Stensengdalen, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    60.865629
    lon:
    10.893511
  9. id:
    NSR:StopPlace:18233
    name:
    Østby Dølebakken
    label:
    Østby Dølebakken, Sandefjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sandefjord
    county:
    Vestfold
    lat:
    59.143791
    lon:
    10.219618
  10. id:
    NSR:StopPlace:9787
    name:
    Østby Narudvegen
    label:
    Østby Narudvegen, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    60.916989
    lon:
    10.97647
  11. id:
    NSR:StopPlace:5851
    name:
    Østbyveien
    label:
    Østbyveien, Oslo
    category:

    1 results

    1. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.888751
    lon:
    10.843321
  12. id:
    NSR:StopPlace:18239
    name:
    Østbystranda
    label:
    Østbystranda, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.039355
    lon:
    10.125765
  13. id:
    NSR:StopPlace:13115
    name:
    Østbygdvegen/Engavegen
    label:
    Østbygdvegen/Engavegen, Søndre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Søndre Land
    county:
    Innlandet
    lat:
    60.677715
    lon:
    10.444598
  14. id:
    NSR:StopPlace:5451
    name:
    Østbyveien
    label:
    Østbyveien, Lørenskog
    category:

    1 results

    1. onstreetBus
    municipality:
    Lørenskog
    county:
    Akershus
    lat:
    59.926551
    lon:
    10.991639
  15. id:
    NSR:StopPlace:7766
    name:
    Østbygdvegen 78
    label:
    Østbygdvegen 78, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    60.816519
    lon:
    10.897588
  16. id:
    NSR:StopPlace:2042
    name:
    Østbyveien
    label:
    Østbyveien, Rakkestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Rakkestad
    county:
    Østfold
    lat:
    59.413254
    lon:
    11.407755
  17. id:
    NSR:StopPlace:907
    name:
    Østbykrysset
    label:
    Østbykrysset, Rakkestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Rakkestad
    county:
    Østfold
    lat:
    59.444984
    lon:
    11.248825
  18. id:
    NSR:StopPlace:14545
    name:
    Østbyhøgda
    label:
    Østbyhøgda, Gjøvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjøvik
    county:
    Innlandet
    lat:
    60.763383
    lon:
    10.69492
  19. id:
    NSR:StopPlace:18236
    name:
    Østbygdaveien
    label:
    Østbygdaveien, Holmestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Holmestrand
    county:
    Vestfold
    lat:
    59.595372
    lon:
    10.225306
  20. id:
    NSR:StopPlace:2059
    name:
    Østbygda skole
    label:
    Østbygda skole, Rakkestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Rakkestad
    county:
    Østfold
    lat:
    59.381537
    lon:
    11.468018
  21. id:
    NSR:StopPlace:2378
    name:
    Østbyveien
    label:
    Østbyveien, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.54598
    lon:
    11.448623
  22. id:
    NSR:StopPlace:7937
    name:
    Kjernmoen Østby
    label:
    Kjernmoen Østby, Trysil
    category:

    1 results

    1. onstreetBus
    municipality:
    Trysil
    county:
    Innlandet
    lat:
    61.241997
    lon:
    12.589068
  23. id:
    NSR:StopPlace:38573
    name:
    Østbø
    label:
    Østbø, Rindal
    category:

    1 results

    1. onstreetBus
    municipality:
    Rindal
    county:
    Trøndelag
    lat:
    63.177157
    lon:
    9.460807
  24. id:
    NSR:StopPlace:26931
    name:
    Østbø
    label:
    Østbø, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.533875
    lon:
    5.871291
  25. id:
    NSR:StopPlace:44360
    name:
    Prix Østbyen
    label:
    Prix Østbyen, Namsos
    category:

    1 results

    1. onstreetBus
    municipality:
    Namsos
    county:
    Trøndelag
    lat:
    64.469955
    lon:
    11.5209
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.