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-22T10:45:20Z in 0.144 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:24542
    name:
    Eikeland
    label:
    Eikeland, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.244042
    lon:
    7.693297
  2. id:
    NSR:StopPlace:24546
    name:
    Eikeland
    label:
    Eikeland, Lyngdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngdal
    county:
    Agder
    lat:
    58.202964
    lon:
    7.034455
  3. id:
    NSR:StopPlace:24548
    name:
    Eikeland
    label:
    Eikeland, Kvinesdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinesdal
    county:
    Agder
    lat:
    58.544192
    lon:
    6.927751
  4. id:
    NSR:StopPlace:34470
    name:
    Eikeland
    label:
    Eikeland, Bremanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Bremanger
    county:
    Vestland
    lat:
    61.761472
    lon:
    5.230846
  5. id:
    NSR:StopPlace:58428
    name:
    Eikeland
    label:
    Eikeland, Nissedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nissedal
    county:
    Telemark
    lat:
    58.916165
    lon:
    8.760679
  6. id:
    NSR:StopPlace:25700
    name:
    Eikeland
    label:
    Eikeland, Lillesand
    category:

    1 results

    1. onstreetBus
    municipality:
    Lillesand
    county:
    Agder
    lat:
    58.28307
    lon:
    8.2967
  7. id:
    NSR:StopPlace:27983
    name:
    Eikeland
    label:
    Eikeland, Bjerkreim
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjerkreim
    county:
    Rogaland
    lat:
    58.671712
    lon:
    6.155862
  8. id:
    NSR:StopPlace:29111
    name:
    Eikeland
    label:
    Eikeland, Sveio
    category:

    1 results

    1. onstreetBus
    municipality:
    Sveio
    county:
    Vestland
    lat:
    59.633829
    lon:
    5.407122
  9. id:
    NSR:StopPlace:35933
    name:
    Eikeland
    label:
    Eikeland, Sunnfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunnfjord
    county:
    Vestland
    lat:
    61.517583
    lon:
    6.00157
  10. id:
    NSR:StopPlace:24540
    name:
    Eikeland
    label:
    Eikeland, Vennesla
    category:

    1 results

    1. onstreetBus
    municipality:
    Vennesla
    county:
    Agder
    lat:
    58.376841
    lon:
    7.75633
  11. id:
    NSR:StopPlace:27987
    name:
    Eikeland
    label:
    Eikeland, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.5369
    lon:
    5.953099
  12. id:
    NSR:StopPlace:19738
    name:
    Eikeland
    label:
    Eikeland, Vinje
    category:

    1 results

    1. onstreetBus
    municipality:
    Vinje
    county:
    Telemark
    lat:
    59.771736
    lon:
    8.219364
  13. id:
    NSR:StopPlace:24537
    name:
    Eikeland
    label:
    Eikeland, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.138555
    lon:
    7.476557
  14. id:
    NSR:StopPlace:29114
    name:
    Eikeland
    label:
    Eikeland, Osterøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Osterøy
    county:
    Vestland
    lat:
    60.531393
    lon:
    5.350548
  15. id:
    NSR:StopPlace:63229
    name:
    Eikeland
    label:
    Eikeland, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.092429
    lon:
    7.39087
  16. id:
    NSR:StopPlace:33809
    name:
    Eikeland kryss
    label:
    Eikeland kryss, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.557858
    lon:
    5.052095
  17. id:
    NSR:StopPlace:36627
    name:
    Eikeland Hestadgrend
    label:
    Eikeland Hestadgrend, Sunnfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunnfjord
    county:
    Vestland
    lat:
    61.330307
    lon:
    5.873937
  18. id:
    NSR:StopPlace:27994
    name:
    Eikeland på heia
    label:
    Eikeland på heia, Bjerkreim
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjerkreim
    county:
    Rogaland
    lat:
    58.579244
    lon:
    5.982195
  19. id:
    NSR:StopPlace:33813
    name:
    Eikeland snuplass
    label:
    Eikeland snuplass, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.550888
    lon:
    5.042081
  20. id:
    NSR:StopPlace:24553
    name:
    Eikeland skole
    label:
    Eikeland skole, Vennesla
    category:

    1 results

    1. onstreetBus
    municipality:
    Vennesla
    county:
    Agder
    lat:
    58.377526
    lon:
    7.753958
  21. id:
    NSR:StopPlace:27991
    name:
    Eikeland sør
    label:
    Eikeland sør, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.566191
    lon:
    5.702261
  22. id:
    NSR:StopPlace:27989
    name:
    Eikeland nord
    label:
    Eikeland nord, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.570013
    lon:
    5.702688
  23. id:
    NSR:StopPlace:24556
    name:
    Eikelandsveien
    label:
    Eikelandsveien, Gjerstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjerstad
    county:
    Agder
    lat:
    58.799005
    lon:
    9.078622
  24. id:
    NSR:StopPlace:33872
    name:
    Eikelandsosen terminal
    label:
    Eikelandsosen terminal, Bjørnafjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjørnafjorden
    county:
    Vestland
    lat:
    60.241466
    lon:
    5.747971
  25. id:
    NSR:StopPlace:33869
    name:
    Eikelandsosen
    label:
    Eikelandsosen, Bjørnafjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjørnafjorden
    county:
    Vestland
    lat:
    60.237421
    lon:
    5.746854
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:24542
    name:
    Eikeland
    label:
    Eikeland, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.244042
    lon:
    7.693297
  2. id:
    NSR:StopPlace:24546
    name:
    Eikeland
    label:
    Eikeland, Lyngdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngdal
    county:
    Agder
    lat:
    58.202964
    lon:
    7.034455
  3. id:
    NSR:StopPlace:24548
    name:
    Eikeland
    label:
    Eikeland, Kvinesdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinesdal
    county:
    Agder
    lat:
    58.544192
    lon:
    6.927751
  4. id:
    NSR:StopPlace:34470
    name:
    Eikeland
    label:
    Eikeland, Bremanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Bremanger
    county:
    Vestland
    lat:
    61.761472
    lon:
    5.230846
  5. id:
    NSR:StopPlace:58428
    name:
    Eikeland
    label:
    Eikeland, Nissedal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nissedal
    county:
    Telemark
    lat:
    58.916165
    lon:
    8.760679
  6. id:
    NSR:StopPlace:25700
    name:
    Eikeland
    label:
    Eikeland, Lillesand
    category:

    1 results

    1. onstreetBus
    municipality:
    Lillesand
    county:
    Agder
    lat:
    58.28307
    lon:
    8.2967
  7. id:
    NSR:StopPlace:27983
    name:
    Eikeland
    label:
    Eikeland, Bjerkreim
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjerkreim
    county:
    Rogaland
    lat:
    58.671712
    lon:
    6.155862
  8. id:
    NSR:StopPlace:29111
    name:
    Eikeland
    label:
    Eikeland, Sveio
    category:

    1 results

    1. onstreetBus
    municipality:
    Sveio
    county:
    Vestland
    lat:
    59.633829
    lon:
    5.407122
  9. id:
    NSR:StopPlace:35933
    name:
    Eikeland
    label:
    Eikeland, Sunnfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunnfjord
    county:
    Vestland
    lat:
    61.517583
    lon:
    6.00157
  10. id:
    NSR:StopPlace:24540
    name:
    Eikeland
    label:
    Eikeland, Vennesla
    category:

    1 results

    1. onstreetBus
    municipality:
    Vennesla
    county:
    Agder
    lat:
    58.376841
    lon:
    7.75633
  11. id:
    NSR:StopPlace:27987
    name:
    Eikeland
    label:
    Eikeland, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.5369
    lon:
    5.953099
  12. id:
    NSR:StopPlace:19738
    name:
    Eikeland
    label:
    Eikeland, Vinje
    category:

    1 results

    1. onstreetBus
    municipality:
    Vinje
    county:
    Telemark
    lat:
    59.771736
    lon:
    8.219364
  13. id:
    NSR:StopPlace:24537
    name:
    Eikeland
    label:
    Eikeland, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.138555
    lon:
    7.476557
  14. id:
    NSR:StopPlace:29114
    name:
    Eikeland
    label:
    Eikeland, Osterøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Osterøy
    county:
    Vestland
    lat:
    60.531393
    lon:
    5.350548
  15. id:
    NSR:StopPlace:63229
    name:
    Eikeland
    label:
    Eikeland, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.092429
    lon:
    7.39087
  16. id:
    NSR:StopPlace:33809
    name:
    Eikeland kryss
    label:
    Eikeland kryss, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.557858
    lon:
    5.052095
  17. id:
    NSR:StopPlace:36627
    name:
    Eikeland Hestadgrend
    label:
    Eikeland Hestadgrend, Sunnfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunnfjord
    county:
    Vestland
    lat:
    61.330307
    lon:
    5.873937
  18. id:
    NSR:StopPlace:27994
    name:
    Eikeland på heia
    label:
    Eikeland på heia, Bjerkreim
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjerkreim
    county:
    Rogaland
    lat:
    58.579244
    lon:
    5.982195
  19. id:
    NSR:StopPlace:33813
    name:
    Eikeland snuplass
    label:
    Eikeland snuplass, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.550888
    lon:
    5.042081
  20. id:
    NSR:StopPlace:24553
    name:
    Eikeland skole
    label:
    Eikeland skole, Vennesla
    category:

    1 results

    1. onstreetBus
    municipality:
    Vennesla
    county:
    Agder
    lat:
    58.377526
    lon:
    7.753958
  21. id:
    NSR:StopPlace:27991
    name:
    Eikeland sør
    label:
    Eikeland sør, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.566191
    lon:
    5.702261
  22. id:
    NSR:StopPlace:27989
    name:
    Eikeland nord
    label:
    Eikeland nord, Vindafjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Vindafjord
    county:
    Rogaland
    lat:
    59.570013
    lon:
    5.702688
  23. id:
    NSR:StopPlace:24556
    name:
    Eikelandsveien
    label:
    Eikelandsveien, Gjerstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjerstad
    county:
    Agder
    lat:
    58.799005
    lon:
    9.078622
  24. id:
    NSR:StopPlace:33872
    name:
    Eikelandsosen terminal
    label:
    Eikelandsosen terminal, Bjørnafjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjørnafjorden
    county:
    Vestland
    lat:
    60.241466
    lon:
    5.747971
  25. id:
    NSR:StopPlace:33869
    name:
    Eikelandsosen
    label:
    Eikelandsosen, Bjørnafjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjørnafjorden
    county:
    Vestland
    lat:
    60.237421
    lon:
    5.746854
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.