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-22T12:30:22Z in 0.155 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:70346
    name:
    Solstrand
    label:
    Solstrand, Dyrøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Dyrøy
    county:
    Troms
    lat:
    69.130279
    lon:
    17.869391
  2. id:
    NSR:StopPlace:53910
    name:
    Solstrand
    label:
    Solstrand, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.524304
    lon:
    18.171371
  3. id:
    NSR:StopPlace:36140
    name:
    Solstrand
    label:
    Solstrand, Luster
    category:

    1 results

    1. onstreetBus
    municipality:
    Luster
    county:
    Vestland
    lat:
    61.444877
    lon:
    7.469122
  4. id:
    NSR:StopPlace:15684
    name:
    Solstrand
    label:
    Solstrand, Ringerike
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringerike
    county:
    Buskerud
    lat:
    60.13285
    lon:
    10.339
  5. id:
    NSR:StopPlace:53913
    name:
    Solstrand
    label:
    Solstrand, Skjervøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjervøy
    county:
    Troms
    lat:
    70.107714
    lon:
    20.746766
  6. id:
    NSR:StopPlace:62075
    name:
    Solstrand
    label:
    Solstrand, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.055305
    lon:
    7.284939
  7. id:
    NSR:StopPlace:48150
    name:
    Solstrand kryss
    label:
    Solstrand kryss, Sortland
    category:

    1 results

    1. onstreetBus
    municipality:
    Sortland
    county:
    Nordland
    lat:
    68.76213
    lon:
    15.081107
  8. id:
    NSR:StopPlace:28908
    name:
    Solstrandveg
    label:
    Solstrandveg, Bjørnafjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjørnafjorden
    county:
    Vestland
    lat:
    60.188284
    lon:
    5.478377
  9. id:
    NSR:StopPlace:12398
    name:
    Sørstrand
    label:
    Sørstrand, Ringebu
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringebu
    county:
    Innlandet
    lat:
    61.397064
    lon:
    10.209854
  10. id:
    NSR:StopPlace:37087
    name:
    Sørestrand
    label:
    Sørestrand, Høyanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Høyanger
    county:
    Vestland
    lat:
    61.171048
    lon:
    5.504008
  11. id:
    NSR:StopPlace:50836
    name:
    Solstad
    label:
    Solstad, Lødingen
    category:

    1 results

    1. onstreetBus
    municipality:
    Lødingen
    county:
    Nordland
    lat:
    68.398305
    lon:
    15.738953
  12. id:
    NSR:StopPlace:30239
    name:
    Sørstranda
    label:
    Sørstranda, Etne
    category:

    1 results

    1. onstreetBus
    municipality:
    Etne
    county:
    Vestland
    lat:
    59.640015
    lon:
    5.897269
  13. id:
    NSR:StopPlace:53900
    name:
    Solstad
    label:
    Solstad, Sørreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Sørreisa
    county:
    Troms
    lat:
    69.097026
    lon:
    18.314986
  14. id:
    NSR:StopPlace:53903
    name:
    Solstad
    label:
    Solstad, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.243682
    lon:
    19.442352
  15. id:
    NSR:StopPlace:53905
    name:
    Solstad
    label:
    Solstad, Storfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Storfjord
    county:
    Troms
    lat:
    69.188102
    lon:
    19.989779
  16. id:
    NSR:StopPlace:53895
    name:
    Solstad
    label:
    Solstad, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.800701
    lon:
    19.05863
  17. id:
    NSR:StopPlace:53898
    name:
    Solstad
    label:
    Solstad, Tjeldsund
    category:

    1 results

    1. onstreetBus
    municipality:
    Tjeldsund
    county:
    Troms
    lat:
    68.52521
    lon:
    16.717419
  18. id:
    NSR:StopPlace:56948
    name:
    Solstad
    label:
    Solstad, Sør-Varanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Varanger
    county:
    Finnmark
    lat:
    69.668936
    lon:
    29.957413
  19. id:
    NSR:StopPlace:61724
    name:
    Solstad
    label:
    Solstad, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.2161
    lon:
    17.502318
  20. id:
    NSR:StopPlace:64551
    name:
    Solstad
    label:
    Solstad, Engerdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Engerdal
    county:
    Innlandet
    lat:
    61.802814
    lon:
    11.700208
  21. id:
    NSR:StopPlace:7483
    name:
    Solstad
    label:
    Solstad, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.711449
    lon:
    11.188506
  22. id:
    NSR:StopPlace:44257
    name:
    Solstad
    label:
    Solstad, Lierne
    category:

    1 results

    1. onstreetBus
    municipality:
    Lierne
    county:
    Trøndelag
    lat:
    64.249923
    lon:
    13.740162
  23. id:
    NSR:StopPlace:6686
    name:
    Solstad
    label:
    Solstad, Nes
    category:

    1 results

    1. onstreetBus
    municipality:
    Nes
    county:
    Akershus
    lat:
    60.209468
    lon:
    11.521844
  24. id:
    NSR:StopPlace:10015
    name:
    Solstad
    label:
    Solstad, Kongsvinger
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsvinger
    county:
    Innlandet
    lat:
    60.250694
    lon:
    12.436571
  25. id:
    NSR:StopPlace:16677
    name:
    Solstad
    label:
    Solstad, Kongsberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsberg
    county:
    Buskerud
    lat:
    59.62205
    lon:
    9.656465
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:70346
    name:
    Solstrand
    label:
    Solstrand, Dyrøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Dyrøy
    county:
    Troms
    lat:
    69.130279
    lon:
    17.869391
  2. id:
    NSR:StopPlace:53910
    name:
    Solstrand
    label:
    Solstrand, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.524304
    lon:
    18.171371
  3. id:
    NSR:StopPlace:36140
    name:
    Solstrand
    label:
    Solstrand, Luster
    category:

    1 results

    1. onstreetBus
    municipality:
    Luster
    county:
    Vestland
    lat:
    61.444877
    lon:
    7.469122
  4. id:
    NSR:StopPlace:15684
    name:
    Solstrand
    label:
    Solstrand, Ringerike
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringerike
    county:
    Buskerud
    lat:
    60.13285
    lon:
    10.339
  5. id:
    NSR:StopPlace:53913
    name:
    Solstrand
    label:
    Solstrand, Skjervøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjervøy
    county:
    Troms
    lat:
    70.107714
    lon:
    20.746766
  6. id:
    NSR:StopPlace:62075
    name:
    Solstrand
    label:
    Solstrand, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.055305
    lon:
    7.284939
  7. id:
    NSR:StopPlace:48150
    name:
    Solstrand kryss
    label:
    Solstrand kryss, Sortland
    category:

    1 results

    1. onstreetBus
    municipality:
    Sortland
    county:
    Nordland
    lat:
    68.76213
    lon:
    15.081107
  8. id:
    NSR:StopPlace:28908
    name:
    Solstrandveg
    label:
    Solstrandveg, Bjørnafjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjørnafjorden
    county:
    Vestland
    lat:
    60.188284
    lon:
    5.478377
  9. id:
    NSR:StopPlace:12398
    name:
    Sørstrand
    label:
    Sørstrand, Ringebu
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringebu
    county:
    Innlandet
    lat:
    61.397064
    lon:
    10.209854
  10. id:
    NSR:StopPlace:37087
    name:
    Sørestrand
    label:
    Sørestrand, Høyanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Høyanger
    county:
    Vestland
    lat:
    61.171048
    lon:
    5.504008
  11. id:
    NSR:StopPlace:50836
    name:
    Solstad
    label:
    Solstad, Lødingen
    category:

    1 results

    1. onstreetBus
    municipality:
    Lødingen
    county:
    Nordland
    lat:
    68.398305
    lon:
    15.738953
  12. id:
    NSR:StopPlace:30239
    name:
    Sørstranda
    label:
    Sørstranda, Etne
    category:

    1 results

    1. onstreetBus
    municipality:
    Etne
    county:
    Vestland
    lat:
    59.640015
    lon:
    5.897269
  13. id:
    NSR:StopPlace:53900
    name:
    Solstad
    label:
    Solstad, Sørreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Sørreisa
    county:
    Troms
    lat:
    69.097026
    lon:
    18.314986
  14. id:
    NSR:StopPlace:53903
    name:
    Solstad
    label:
    Solstad, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.243682
    lon:
    19.442352
  15. id:
    NSR:StopPlace:53905
    name:
    Solstad
    label:
    Solstad, Storfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Storfjord
    county:
    Troms
    lat:
    69.188102
    lon:
    19.989779
  16. id:
    NSR:StopPlace:53895
    name:
    Solstad
    label:
    Solstad, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.800701
    lon:
    19.05863
  17. id:
    NSR:StopPlace:53898
    name:
    Solstad
    label:
    Solstad, Tjeldsund
    category:

    1 results

    1. onstreetBus
    municipality:
    Tjeldsund
    county:
    Troms
    lat:
    68.52521
    lon:
    16.717419
  18. id:
    NSR:StopPlace:56948
    name:
    Solstad
    label:
    Solstad, Sør-Varanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Varanger
    county:
    Finnmark
    lat:
    69.668936
    lon:
    29.957413
  19. id:
    NSR:StopPlace:61724
    name:
    Solstad
    label:
    Solstad, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.2161
    lon:
    17.502318
  20. id:
    NSR:StopPlace:64551
    name:
    Solstad
    label:
    Solstad, Engerdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Engerdal
    county:
    Innlandet
    lat:
    61.802814
    lon:
    11.700208
  21. id:
    NSR:StopPlace:7483
    name:
    Solstad
    label:
    Solstad, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.711449
    lon:
    11.188506
  22. id:
    NSR:StopPlace:44257
    name:
    Solstad
    label:
    Solstad, Lierne
    category:

    1 results

    1. onstreetBus
    municipality:
    Lierne
    county:
    Trøndelag
    lat:
    64.249923
    lon:
    13.740162
  23. id:
    NSR:StopPlace:6686
    name:
    Solstad
    label:
    Solstad, Nes
    category:

    1 results

    1. onstreetBus
    municipality:
    Nes
    county:
    Akershus
    lat:
    60.209468
    lon:
    11.521844
  24. id:
    NSR:StopPlace:10015
    name:
    Solstad
    label:
    Solstad, Kongsvinger
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsvinger
    county:
    Innlandet
    lat:
    60.250694
    lon:
    12.436571
  25. id:
    NSR:StopPlace:16677
    name:
    Solstad
    label:
    Solstad, Kongsberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsberg
    county:
    Buskerud
    lat:
    59.62205
    lon:
    9.656465
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.