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-21T23:47:21Z in 0.146 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:2587
    name:
    Coop Tryms vei
    label:
    Coop Tryms vei, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.131766
    lon:
    11.361906
  2. id:
    NSR:StopPlace:23822
    name:
    Olav Trygvasons vei 6
    label:
    Olav Trygvasons vei 6, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.167562
    lon:
    8.038273
  3. id:
    NSR:StopPlace:55245
    name:
    Anton Silsands vei
    label:
    Anton Silsands vei, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.239598
    lon:
    17.931145
  4. id:
    NSR:StopPlace:52774
    name:
    Sara Hauges vei
    label:
    Sara Hauges vei, Harstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Harstad
    county:
    Troms
    lat:
    68.793594
    lon:
    16.532503
  5. id:
    NSR:StopPlace:1634
    name:
    Roald Amundsens vei 62
    label:
    Roald Amundsens vei 62, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.231589
    lon:
    11.007013
  6. id:
    NSR:StopPlace:59813
    name:
    Løkvoll
    label:
    Løkvoll, Kåfjord
    category:

    2 results

    1. onstreetBus
    2. onstreetBus
    municipality:
    Kåfjord
    county:
    Troms
    lat:
    69.541914
    lon:
    20.549798
  7. id:
    NSR:StopPlace:52829
    name:
    Sekkemo E6
    label:
    Sekkemo E6, Kvænangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvænangen
    county:
    Troms
    lat:
    69.838183
    lon:
    21.956863
  8. id:
    NSR:StopPlace:53951
    name:
    Skogstad E6
    label:
    Skogstad E6, Bardu
    category:

    1 results

    1. onstreetBus
    municipality:
    Bardu
    county:
    Troms
    lat:
    68.717709
    lon:
    18.101647
  9. id:
    NSR:StopPlace:49471
    name:
    Brenne veikryss E6
    label:
    Brenne veikryss E6, Saltdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Saltdal
    county:
    Nordland
    lat:
    67.028486
    lon:
    15.360372
  10. id:
    NSR:StopPlace:55225
    name:
    Andslimoen E6
    label:
    Andslimoen E6, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.090589
    lon:
    18.583736
  11. id:
    NSR:StopPlace:52737
    name:
    Høgda E6
    label:
    Høgda E6, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.17288
    lon:
    19.179461
  12. id:
    NSR:StopPlace:54874
    name:
    Sætervang E6
    label:
    Sætervang E6, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.188364
    lon:
    19.224629
  13. id:
    NSR:StopPlace:55542
    name:
    Flatvoll E6
    label:
    Flatvoll E6, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.788752
    lon:
    21.049086
  14. id:
    NSR:StopPlace:52145
    name:
    Rotsundelv E6
    label:
    Rotsundelv E6, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.790111
    lon:
    20.686642
  15. id:
    NSR:StopPlace:52571
    name:
    Sandbukta E6
    label:
    Sandbukta E6, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.235061
    lon:
    19.345245
  16. id:
    NSR:StopPlace:54426
    name:
    Stormo E6
    label:
    Stormo E6, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.195976
    lon:
    19.246845
  17. id:
    NSR:StopPlace:55084
    name:
    Elvemoen E6
    label:
    Elvemoen E6, Bardu
    category:

    1 results

    1. onstreetBus
    municipality:
    Bardu
    county:
    Troms
    lat:
    69.012845
    lon:
    18.484559
  18. id:
    NSR:StopPlace:56000
    name:
    Brandvoll E6
    label:
    Brandvoll E6, Bardu
    category:

    1 results

    1. onstreetBus
    municipality:
    Bardu
    county:
    Troms
    lat:
    68.818324
    lon:
    18.185015
  19. id:
    NSR:StopPlace:56259
    name:
    Burfjord E6
    label:
    Burfjord E6, Kvænangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvænangen
    county:
    Troms
    lat:
    69.938725
    lon:
    22.052036
  20. id:
    NSR:StopPlace:56415
    name:
    Nordstraumen E6
    label:
    Nordstraumen E6, Kvænangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvænangen
    county:
    Troms
    lat:
    69.838793
    lon:
    21.898838
  21. id:
    NSR:StopPlace:47215
    name:
    Mosjøen stasjon E6
    label:
    Mosjøen stasjon E6, Vefsn
    category:

    1 results

    1. onstreetBus
    municipality:
    Vefsn
    county:
    Nordland
    lat:
    65.844969
    lon:
    13.200391
  22. id:
    NSR:StopPlace:45327
    name:
    Tromsdal
    label:
    Tromsdal, Verdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Verdal
    county:
    Trøndelag
    lat:
    63.722619
    lon:
    11.641939
  23. id:
    NSR:StopPlace:30861
    name:
    Ragdevegen ved nr 62
    label:
    Ragdevegen ved nr 62, Ullensvang
    category:

    1 results

    1. onstreetBus
    municipality:
    Ullensvang
    county:
    Vestland
    lat:
    60.067173
    lon:
    6.555632
  24. id:
    NSR:StopPlace:52403
    name:
    Henrik Wergelands veg
    label:
    Henrik Wergelands veg, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.641239
    lon:
    18.917577
  25. id:
    NSR:StopPlace:54371
    name:
    Lensmann Hvedings veg
    label:
    Lensmann Hvedings veg, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.588982
    lon:
    18.041964
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:2587
    name:
    Coop Tryms vei
    label:
    Coop Tryms vei, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.131766
    lon:
    11.361906
  2. id:
    NSR:StopPlace:23822
    name:
    Olav Trygvasons vei 6
    label:
    Olav Trygvasons vei 6, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.167562
    lon:
    8.038273
  3. id:
    NSR:StopPlace:55245
    name:
    Anton Silsands vei
    label:
    Anton Silsands vei, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.239598
    lon:
    17.931145
  4. id:
    NSR:StopPlace:52774
    name:
    Sara Hauges vei
    label:
    Sara Hauges vei, Harstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Harstad
    county:
    Troms
    lat:
    68.793594
    lon:
    16.532503
  5. id:
    NSR:StopPlace:1634
    name:
    Roald Amundsens vei 62
    label:
    Roald Amundsens vei 62, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.231589
    lon:
    11.007013
  6. id:
    NSR:StopPlace:59813
    name:
    Løkvoll
    label:
    Løkvoll, Kåfjord
    category:

    2 results

    1. onstreetBus
    2. onstreetBus
    municipality:
    Kåfjord
    county:
    Troms
    lat:
    69.541914
    lon:
    20.549798
  7. id:
    NSR:StopPlace:52829
    name:
    Sekkemo E6
    label:
    Sekkemo E6, Kvænangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvænangen
    county:
    Troms
    lat:
    69.838183
    lon:
    21.956863
  8. id:
    NSR:StopPlace:53951
    name:
    Skogstad E6
    label:
    Skogstad E6, Bardu
    category:

    1 results

    1. onstreetBus
    municipality:
    Bardu
    county:
    Troms
    lat:
    68.717709
    lon:
    18.101647
  9. id:
    NSR:StopPlace:49471
    name:
    Brenne veikryss E6
    label:
    Brenne veikryss E6, Saltdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Saltdal
    county:
    Nordland
    lat:
    67.028486
    lon:
    15.360372
  10. id:
    NSR:StopPlace:55225
    name:
    Andslimoen E6
    label:
    Andslimoen E6, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.090589
    lon:
    18.583736
  11. id:
    NSR:StopPlace:52737
    name:
    Høgda E6
    label:
    Høgda E6, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.17288
    lon:
    19.179461
  12. id:
    NSR:StopPlace:54874
    name:
    Sætervang E6
    label:
    Sætervang E6, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.188364
    lon:
    19.224629
  13. id:
    NSR:StopPlace:55542
    name:
    Flatvoll E6
    label:
    Flatvoll E6, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.788752
    lon:
    21.049086
  14. id:
    NSR:StopPlace:52145
    name:
    Rotsundelv E6
    label:
    Rotsundelv E6, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.790111
    lon:
    20.686642
  15. id:
    NSR:StopPlace:52571
    name:
    Sandbukta E6
    label:
    Sandbukta E6, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.235061
    lon:
    19.345245
  16. id:
    NSR:StopPlace:54426
    name:
    Stormo E6
    label:
    Stormo E6, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.195976
    lon:
    19.246845
  17. id:
    NSR:StopPlace:55084
    name:
    Elvemoen E6
    label:
    Elvemoen E6, Bardu
    category:

    1 results

    1. onstreetBus
    municipality:
    Bardu
    county:
    Troms
    lat:
    69.012845
    lon:
    18.484559
  18. id:
    NSR:StopPlace:56000
    name:
    Brandvoll E6
    label:
    Brandvoll E6, Bardu
    category:

    1 results

    1. onstreetBus
    municipality:
    Bardu
    county:
    Troms
    lat:
    68.818324
    lon:
    18.185015
  19. id:
    NSR:StopPlace:56259
    name:
    Burfjord E6
    label:
    Burfjord E6, Kvænangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvænangen
    county:
    Troms
    lat:
    69.938725
    lon:
    22.052036
  20. id:
    NSR:StopPlace:56415
    name:
    Nordstraumen E6
    label:
    Nordstraumen E6, Kvænangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvænangen
    county:
    Troms
    lat:
    69.838793
    lon:
    21.898838
  21. id:
    NSR:StopPlace:47215
    name:
    Mosjøen stasjon E6
    label:
    Mosjøen stasjon E6, Vefsn
    category:

    1 results

    1. onstreetBus
    municipality:
    Vefsn
    county:
    Nordland
    lat:
    65.844969
    lon:
    13.200391
  22. id:
    NSR:StopPlace:45327
    name:
    Tromsdal
    label:
    Tromsdal, Verdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Verdal
    county:
    Trøndelag
    lat:
    63.722619
    lon:
    11.641939
  23. id:
    NSR:StopPlace:30861
    name:
    Ragdevegen ved nr 62
    label:
    Ragdevegen ved nr 62, Ullensvang
    category:

    1 results

    1. onstreetBus
    municipality:
    Ullensvang
    county:
    Vestland
    lat:
    60.067173
    lon:
    6.555632
  24. id:
    NSR:StopPlace:52403
    name:
    Henrik Wergelands veg
    label:
    Henrik Wergelands veg, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.641239
    lon:
    18.917577
  25. id:
    NSR:StopPlace:54371
    name:
    Lensmann Hvedings veg
    label:
    Lensmann Hvedings veg, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.588982
    lon:
    18.041964
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.