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-22T13:50:28Z in 0.258 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:31963
    name:
    Tofte
    label:
    Tofte, Kvinnherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinnherad
    county:
    Vestland
    lat:
    59.793417
    lon:
    5.728823
  2. id:
    NSR:StopPlace:13602
    name:
    Tofte
    label:
    Tofte, Ringebu
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringebu
    county:
    Innlandet
    lat:
    61.427832
    lon:
    10.183173
  3. id:
    NSR:StopPlace:14614
    name:
    Tofte
    label:
    Tofte, Skjåk
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjåk
    county:
    Innlandet
    lat:
    61.873503
    lon:
    8.286763
  4. id:
    NSR:StopPlace:52057
    name:
    Toften
    label:
    Toften, Lyngen
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngen
    county:
    Troms
    lat:
    69.653735
    lon:
    19.820884
  5. id:
    NSR:StopPlace:50731
    name:
    Toften
    label:
    Toften, Andøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Andøy
    county:
    Nordland
    lat:
    69.300607
    lon:
    16.055067
  6. id:
    NSR:StopPlace:57191
    name:
    Toften
    label:
    Toften, Hasvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Hasvik
    county:
    Finnmark
    lat:
    70.498279
    lon:
    22.145387
  7. id:
    NSR:StopPlace:52054
    name:
    Toften
    label:
    Toften, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.732899
    lon:
    18.987189
  8. id:
    NSR:StopPlace:51058
    name:
    Toften
    label:
    Toften, Sortland
    category:

    1 results

    1. onstreetBus
    municipality:
    Sortland
    county:
    Nordland
    lat:
    68.72936
    lon:
    15.404349
  9. id:
    NSR:StopPlace:15220
    name:
    Tofte båthavn
    label:
    Tofte båthavn, Asker
    category:

    1 results

    1. onstreetBus
    municipality:
    Asker
    county:
    Akershus
    lat:
    59.543473
    lon:
    10.562044
  10. id:
    NSR:StopPlace:64451
    name:
    Tofte Nørdre Lia
    label:
    Tofte Nørdre Lia, Sør-Fron
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Fron
    county:
    Innlandet
    lat:
    61.524419
    lon:
    9.946409
  11. id:
    NSR:StopPlace:31965
    name:
    Tofte bomstasjon
    label:
    Tofte bomstasjon, Kvinnherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinnherad
    county:
    Vestland
    lat:
    59.79537
    lon:
    5.732261
  12. id:
    NSR:StopPlace:70205
    name:
    Tofte skole
    label:
    Tofte skole, Asker
    category:

    1 results

    1. onstreetBus
    municipality:
    Asker
    county:
    Akershus
    lat:
    59.540826
    lon:
    10.554531
  13. id:
    NSR:StopPlace:15215
    name:
    Tofte sentrum
    label:
    Tofte sentrum, Asker
    category:

    1 results

    1. onstreetBus
    municipality:
    Asker
    county:
    Akershus
    lat:
    59.541426
    lon:
    10.556908
  14. id:
    NSR:StopPlace:24467
    name:
    Tofte snuplass
    label:
    Tofte snuplass, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.02095
    lon:
    7.540964
  15. id:
    NSR:StopPlace:14215
    name:
    Toftemo E6
    label:
    Toftemo E6, Dovre
    category:

    1 results

    1. onstreetBus
    municipality:
    Dovre
    county:
    Innlandet
    lat:
    61.99855
    lon:
    9.223953
  16. id:
    NSR:StopPlace:29763
    name:
    Tofterøy hyttefelt
    label:
    Tofterøy hyttefelt, Øygarden
    category:

    1 results

    1. onstreetBus
    municipality:
    Øygarden
    county:
    Vestland
    lat:
    60.167328
    lon:
    5.065125
  17. id:
    NSR:StopPlace:31983
    name:
    Toftevåg
    label:
    Toftevåg, Kvinnherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinnherad
    county:
    Vestland
    lat:
    59.794281
    lon:
    5.739977
  18. id:
    NSR:StopPlace:31988
    name:
    Toftevåg ytre
    label:
    Toftevåg ytre, Kvinnherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinnherad
    county:
    Vestland
    lat:
    59.791656
    lon:
    5.741442
  19. id:
    NSR:StopPlace:33405
    name:
    Toftegård
    label:
    Toftegård, Austrheim
    category:

    1 results

    1. onstreetBus
    municipality:
    Austrheim
    county:
    Vestland
    lat:
    60.802182
    lon:
    4.919053
  20. id:
    NSR:StopPlace:24245
    name:
    Toftelandsveien 168
    label:
    Toftelandsveien 168, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.10757
    lon:
    7.833278
  21. id:
    NSR:StopPlace:15227
    name:
    Toftejordet
    label:
    Toftejordet, Asker
    category:

    1 results

    1. onstreetBus
    municipality:
    Asker
    county:
    Akershus
    lat:
    59.553597
    lon:
    10.573032
  22. id:
    NSR:StopPlace:50645
    name:
    Toftenes
    label:
    Toftenes, Øksnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Øksnes
    county:
    Nordland
    lat:
    68.872684
    lon:
    15.287675
  23. id:
    NSR:StopPlace:24243
    name:
    Toftelandsveien 104
    label:
    Toftelandsveien 104, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.102184
    lon:
    7.829263
  24. id:
    NSR:StopPlace:24247
    name:
    Toftelandsveien 240
    label:
    Toftelandsveien 240, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.113637
    lon:
    7.836623
  25. id:
    NSR:StopPlace:24250
    name:
    Toftelandsveien 74
    label:
    Toftelandsveien 74, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.099928
    lon:
    7.826425
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:31963
    name:
    Tofte
    label:
    Tofte, Kvinnherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinnherad
    county:
    Vestland
    lat:
    59.793417
    lon:
    5.728823
  2. id:
    NSR:StopPlace:13602
    name:
    Tofte
    label:
    Tofte, Ringebu
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringebu
    county:
    Innlandet
    lat:
    61.427832
    lon:
    10.183173
  3. id:
    NSR:StopPlace:14614
    name:
    Tofte
    label:
    Tofte, Skjåk
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjåk
    county:
    Innlandet
    lat:
    61.873503
    lon:
    8.286763
  4. id:
    NSR:StopPlace:52057
    name:
    Toften
    label:
    Toften, Lyngen
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngen
    county:
    Troms
    lat:
    69.653735
    lon:
    19.820884
  5. id:
    NSR:StopPlace:50731
    name:
    Toften
    label:
    Toften, Andøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Andøy
    county:
    Nordland
    lat:
    69.300607
    lon:
    16.055067
  6. id:
    NSR:StopPlace:57191
    name:
    Toften
    label:
    Toften, Hasvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Hasvik
    county:
    Finnmark
    lat:
    70.498279
    lon:
    22.145387
  7. id:
    NSR:StopPlace:52054
    name:
    Toften
    label:
    Toften, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.732899
    lon:
    18.987189
  8. id:
    NSR:StopPlace:51058
    name:
    Toften
    label:
    Toften, Sortland
    category:

    1 results

    1. onstreetBus
    municipality:
    Sortland
    county:
    Nordland
    lat:
    68.72936
    lon:
    15.404349
  9. id:
    NSR:StopPlace:15220
    name:
    Tofte båthavn
    label:
    Tofte båthavn, Asker
    category:

    1 results

    1. onstreetBus
    municipality:
    Asker
    county:
    Akershus
    lat:
    59.543473
    lon:
    10.562044
  10. id:
    NSR:StopPlace:64451
    name:
    Tofte Nørdre Lia
    label:
    Tofte Nørdre Lia, Sør-Fron
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Fron
    county:
    Innlandet
    lat:
    61.524419
    lon:
    9.946409
  11. id:
    NSR:StopPlace:31965
    name:
    Tofte bomstasjon
    label:
    Tofte bomstasjon, Kvinnherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinnherad
    county:
    Vestland
    lat:
    59.79537
    lon:
    5.732261
  12. id:
    NSR:StopPlace:70205
    name:
    Tofte skole
    label:
    Tofte skole, Asker
    category:

    1 results

    1. onstreetBus
    municipality:
    Asker
    county:
    Akershus
    lat:
    59.540826
    lon:
    10.554531
  13. id:
    NSR:StopPlace:15215
    name:
    Tofte sentrum
    label:
    Tofte sentrum, Asker
    category:

    1 results

    1. onstreetBus
    municipality:
    Asker
    county:
    Akershus
    lat:
    59.541426
    lon:
    10.556908
  14. id:
    NSR:StopPlace:24467
    name:
    Tofte snuplass
    label:
    Tofte snuplass, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.02095
    lon:
    7.540964
  15. id:
    NSR:StopPlace:14215
    name:
    Toftemo E6
    label:
    Toftemo E6, Dovre
    category:

    1 results

    1. onstreetBus
    municipality:
    Dovre
    county:
    Innlandet
    lat:
    61.99855
    lon:
    9.223953
  16. id:
    NSR:StopPlace:29763
    name:
    Tofterøy hyttefelt
    label:
    Tofterøy hyttefelt, Øygarden
    category:

    1 results

    1. onstreetBus
    municipality:
    Øygarden
    county:
    Vestland
    lat:
    60.167328
    lon:
    5.065125
  17. id:
    NSR:StopPlace:31983
    name:
    Toftevåg
    label:
    Toftevåg, Kvinnherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinnherad
    county:
    Vestland
    lat:
    59.794281
    lon:
    5.739977
  18. id:
    NSR:StopPlace:31988
    name:
    Toftevåg ytre
    label:
    Toftevåg ytre, Kvinnherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinnherad
    county:
    Vestland
    lat:
    59.791656
    lon:
    5.741442
  19. id:
    NSR:StopPlace:33405
    name:
    Toftegård
    label:
    Toftegård, Austrheim
    category:

    1 results

    1. onstreetBus
    municipality:
    Austrheim
    county:
    Vestland
    lat:
    60.802182
    lon:
    4.919053
  20. id:
    NSR:StopPlace:24245
    name:
    Toftelandsveien 168
    label:
    Toftelandsveien 168, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.10757
    lon:
    7.833278
  21. id:
    NSR:StopPlace:15227
    name:
    Toftejordet
    label:
    Toftejordet, Asker
    category:

    1 results

    1. onstreetBus
    municipality:
    Asker
    county:
    Akershus
    lat:
    59.553597
    lon:
    10.573032
  22. id:
    NSR:StopPlace:50645
    name:
    Toftenes
    label:
    Toftenes, Øksnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Øksnes
    county:
    Nordland
    lat:
    68.872684
    lon:
    15.287675
  23. id:
    NSR:StopPlace:24243
    name:
    Toftelandsveien 104
    label:
    Toftelandsveien 104, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.102184
    lon:
    7.829263
  24. id:
    NSR:StopPlace:24247
    name:
    Toftelandsveien 240
    label:
    Toftelandsveien 240, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.113637
    lon:
    7.836623
  25. id:
    NSR:StopPlace:24250
    name:
    Toftelandsveien 74
    label:
    Toftelandsveien 74, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.099928
    lon:
    7.826425
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.