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-20T21:18:45Z in 0.133 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:18510
    name:
    Solnes
    label:
    Solnes, Sandefjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sandefjord
    county:
    Vestfold
    lat:
    59.214528
    lon:
    10.335686
  2. id:
    NSR:StopPlace:70365
    name:
    Solnes
    label:
    Solnes, Skjervøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjervøy
    county:
    Troms
    lat:
    70.11921
    lon:
    20.752146
  3. id:
    NSR:StopPlace:36470
    name:
    Solnes kryss
    label:
    Solnes kryss, Solund
    category:

    1 results

    1. onstreetBus
    municipality:
    Solund
    county:
    Vestland
    lat:
    61.063974
    lon:
    4.758636
  4. id:
    NSR:StopPlace:53889
    name:
    Solneset skole
    label:
    Solneset skole, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.696467
    lon:
    18.953686
  5. id:
    NSR:StopPlace:55012
    name:
    Sørnes
    label:
    Sørnes, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.303545
    lon:
    17.996027
  6. id:
    NSR:StopPlace:44175
    name:
    Selnes
    label:
    Selnes, Namsos
    category:

    1 results

    1. onstreetBus
    municipality:
    Namsos
    county:
    Trøndelag
    lat:
    64.427537
    lon:
    11.420051
  7. id:
    NSR:StopPlace:27678
    name:
    Sørnes
    label:
    Sørnes, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.957337
    lon:
    5.753462
  8. id:
    NSR:StopPlace:51305
    name:
    Sømnes
    label:
    Sømnes, Sømna
    category:

    1 results

    1. onstreetBus
    municipality:
    Sømna
    county:
    Nordland
    lat:
    65.36439
    lon:
    12.172755
  9. id:
    NSR:StopPlace:43084
    name:
    Soknes
    label:
    Soknes, Midtre Gauldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    63.034367
    lon:
    10.274342
  10. id:
    NSR:StopPlace:42419
    name:
    Selnes
    label:
    Selnes, Heim
    category:

    1 results

    1. onstreetBus
    municipality:
    Heim
    county:
    Trøndelag
    lat:
    63.357195
    lon:
    9.306332
  11. id:
    NSR:StopPlace:52929
    name:
    Selnes
    label:
    Selnes, Lyngen
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngen
    county:
    Troms
    lat:
    69.752065
    lon:
    19.840914
  12. id:
    NSR:StopPlace:42046
    name:
    Selnes
    label:
    Selnes, Orkland
    category:

    1 results

    1. onstreetBus
    municipality:
    Orkland
    county:
    Trøndelag
    lat:
    63.551832
    lon:
    9.817674
  13. id:
    NSR:StopPlace:42049
    name:
    Selnes
    label:
    Selnes, Åfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Åfjord
    county:
    Trøndelag
    lat:
    63.908622
    lon:
    9.966508
  14. id:
    NSR:StopPlace:46929
    name:
    Selnes
    label:
    Selnes, Lurøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Lurøy
    county:
    Nordland
    lat:
    66.335698
    lon:
    13.008233
  15. id:
    NSR:StopPlace:52920
    name:
    Selnes
    label:
    Selnes, Gratangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Gratangen
    county:
    Troms
    lat:
    68.81379
    lon:
    17.418506
  16. id:
    NSR:StopPlace:52924
    name:
    Selnes
    label:
    Selnes, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.44337
    lon:
    19.002822
  17. id:
    NSR:StopPlace:52933
    name:
    Selnes
    label:
    Selnes, Storfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Storfjord
    county:
    Troms
    lat:
    69.377822
    lon:
    20.066108
  18. id:
    NSR:StopPlace:26128
    name:
    Saunes
    label:
    Saunes, Sauda
    category:

    1 results

    1. onstreetBus
    municipality:
    Sauda
    county:
    Rogaland
    lat:
    59.645257
    lon:
    6.336166
  19. id:
    NSR:StopPlace:38055
    name:
    Setnes
    label:
    Setnes, Rauma
    category:

    1 results

    1. onstreetBus
    municipality:
    Rauma
    county:
    Møre og Romsdal
    lat:
    62.555417
    lon:
    7.680468
  20. id:
    NSR:StopPlace:53857
    name:
    Skognes
    label:
    Skognes, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.490183
    lon:
    19.65213
  21. id:
    NSR:StopPlace:54447
    name:
    Stornes
    label:
    Stornes, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.463781
    lon:
    18.970407
  22. id:
    NSR:StopPlace:43128
    name:
    Solhus
    label:
    Solhus, Orkland
    category:

    1 results

    1. onstreetBus
    municipality:
    Orkland
    county:
    Trøndelag
    lat:
    63.259851
    lon:
    9.787888
  23. id:
    NSR:StopPlace:47411
    name:
    Skøtnes
    label:
    Skøtnes, Sørfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Sørfold
    county:
    Nordland
    lat:
    67.587134
    lon:
    15.845913
  24. id:
    NSR:StopPlace:11546
    name:
    Svenis Ulnes
    label:
    Svenis Ulnes, Nord-Aurdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Aurdal
    county:
    Innlandet
    lat:
    60.984394
    lon:
    9.122778
  25. id:
    NSR:StopPlace:53812
    name:
    Soleng
    label:
    Soleng, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.139071
    lon:
    18.670502
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:18510
    name:
    Solnes
    label:
    Solnes, Sandefjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sandefjord
    county:
    Vestfold
    lat:
    59.214528
    lon:
    10.335686
  2. id:
    NSR:StopPlace:70365
    name:
    Solnes
    label:
    Solnes, Skjervøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjervøy
    county:
    Troms
    lat:
    70.11921
    lon:
    20.752146
  3. id:
    NSR:StopPlace:36470
    name:
    Solnes kryss
    label:
    Solnes kryss, Solund
    category:

    1 results

    1. onstreetBus
    municipality:
    Solund
    county:
    Vestland
    lat:
    61.063974
    lon:
    4.758636
  4. id:
    NSR:StopPlace:53889
    name:
    Solneset skole
    label:
    Solneset skole, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.696467
    lon:
    18.953686
  5. id:
    NSR:StopPlace:55012
    name:
    Sørnes
    label:
    Sørnes, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.303545
    lon:
    17.996027
  6. id:
    NSR:StopPlace:44175
    name:
    Selnes
    label:
    Selnes, Namsos
    category:

    1 results

    1. onstreetBus
    municipality:
    Namsos
    county:
    Trøndelag
    lat:
    64.427537
    lon:
    11.420051
  7. id:
    NSR:StopPlace:27678
    name:
    Sørnes
    label:
    Sørnes, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.957337
    lon:
    5.753462
  8. id:
    NSR:StopPlace:51305
    name:
    Sømnes
    label:
    Sømnes, Sømna
    category:

    1 results

    1. onstreetBus
    municipality:
    Sømna
    county:
    Nordland
    lat:
    65.36439
    lon:
    12.172755
  9. id:
    NSR:StopPlace:43084
    name:
    Soknes
    label:
    Soknes, Midtre Gauldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    63.034367
    lon:
    10.274342
  10. id:
    NSR:StopPlace:42419
    name:
    Selnes
    label:
    Selnes, Heim
    category:

    1 results

    1. onstreetBus
    municipality:
    Heim
    county:
    Trøndelag
    lat:
    63.357195
    lon:
    9.306332
  11. id:
    NSR:StopPlace:52929
    name:
    Selnes
    label:
    Selnes, Lyngen
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngen
    county:
    Troms
    lat:
    69.752065
    lon:
    19.840914
  12. id:
    NSR:StopPlace:42046
    name:
    Selnes
    label:
    Selnes, Orkland
    category:

    1 results

    1. onstreetBus
    municipality:
    Orkland
    county:
    Trøndelag
    lat:
    63.551832
    lon:
    9.817674
  13. id:
    NSR:StopPlace:42049
    name:
    Selnes
    label:
    Selnes, Åfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Åfjord
    county:
    Trøndelag
    lat:
    63.908622
    lon:
    9.966508
  14. id:
    NSR:StopPlace:46929
    name:
    Selnes
    label:
    Selnes, Lurøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Lurøy
    county:
    Nordland
    lat:
    66.335698
    lon:
    13.008233
  15. id:
    NSR:StopPlace:52920
    name:
    Selnes
    label:
    Selnes, Gratangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Gratangen
    county:
    Troms
    lat:
    68.81379
    lon:
    17.418506
  16. id:
    NSR:StopPlace:52924
    name:
    Selnes
    label:
    Selnes, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.44337
    lon:
    19.002822
  17. id:
    NSR:StopPlace:52933
    name:
    Selnes
    label:
    Selnes, Storfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Storfjord
    county:
    Troms
    lat:
    69.377822
    lon:
    20.066108
  18. id:
    NSR:StopPlace:26128
    name:
    Saunes
    label:
    Saunes, Sauda
    category:

    1 results

    1. onstreetBus
    municipality:
    Sauda
    county:
    Rogaland
    lat:
    59.645257
    lon:
    6.336166
  19. id:
    NSR:StopPlace:38055
    name:
    Setnes
    label:
    Setnes, Rauma
    category:

    1 results

    1. onstreetBus
    municipality:
    Rauma
    county:
    Møre og Romsdal
    lat:
    62.555417
    lon:
    7.680468
  20. id:
    NSR:StopPlace:53857
    name:
    Skognes
    label:
    Skognes, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.490183
    lon:
    19.65213
  21. id:
    NSR:StopPlace:54447
    name:
    Stornes
    label:
    Stornes, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.463781
    lon:
    18.970407
  22. id:
    NSR:StopPlace:43128
    name:
    Solhus
    label:
    Solhus, Orkland
    category:

    1 results

    1. onstreetBus
    municipality:
    Orkland
    county:
    Trøndelag
    lat:
    63.259851
    lon:
    9.787888
  23. id:
    NSR:StopPlace:47411
    name:
    Skøtnes
    label:
    Skøtnes, Sørfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Sørfold
    county:
    Nordland
    lat:
    67.587134
    lon:
    15.845913
  24. id:
    NSR:StopPlace:11546
    name:
    Svenis Ulnes
    label:
    Svenis Ulnes, Nord-Aurdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Aurdal
    county:
    Innlandet
    lat:
    60.984394
    lon:
    9.122778
  25. id:
    NSR:StopPlace:53812
    name:
    Soleng
    label:
    Soleng, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.139071
    lon:
    18.670502
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.