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-22T06:29:31Z in 0.124 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:38506
    name:
    Hafstad
    label:
    Hafstad, Tingvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Tingvoll
    county:
    Møre og Romsdal
    lat:
    62.825812
    lon:
    8.347263
  2. id:
    NSR:StopPlace:36090
    name:
    Hafstad
    label:
    Hafstad, Sunnfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunnfjord
    county:
    Vestland
    lat:
    61.448449
    lon:
    5.875695
  3. id:
    NSR:StopPlace:36095
    name:
    Hafstadhagen
    label:
    Hafstadhagen, Sunnfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunnfjord
    county:
    Vestland
    lat:
    61.449527
    lon:
    5.86524
  4. id:
    NSR:StopPlace:45504
    name:
    Hafstadkorsen
    label:
    Hafstadkorsen, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    63.973308
    lon:
    11.506497
  5. id:
    NSR:StopPlace:10225
    name:
    Harstad
    label:
    Harstad, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    60.916426
    lon:
    10.851815
  6. id:
    NSR:StopPlace:70328
    name:
    Håkstad
    label:
    Håkstad, Bardu
    category:

    1 results

    1. onstreetBus
    municipality:
    Bardu
    county:
    Troms
    lat:
    68.657794
    lon:
    18.208157
  7. id:
    NSR:StopPlace:42374
    name:
    Halstad
    label:
    Halstad, Malvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Malvik
    county:
    Trøndelag
    lat:
    63.414683
    lon:
    10.780707
  8. id:
    NSR:StopPlace:2890
    name:
    Havstad
    label:
    Havstad, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.076659
    lon:
    11.423586
  9. id:
    NSR:StopPlace:47978
    name:
    Hårstad
    label:
    Hårstad, Bindal
    category:

    1 results

    1. onstreetBus
    municipality:
    Bindal
    county:
    Nordland
    lat:
    65.053055
    lon:
    12.512596
  10. id:
    NSR:StopPlace:46346
    name:
    Hastad
    label:
    Hastad, Inderøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Inderøy
    county:
    Trøndelag
    lat:
    63.892146
    lon:
    11.264295
  11. id:
    NSR:StopPlace:12347
    name:
    Harstad
    label:
    Harstad, Nordre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordre Land
    county:
    Innlandet
    lat:
    60.925955
    lon:
    10.056562
  12. id:
    NSR:StopPlace:8170
    name:
    Hanstad
    label:
    Hanstad, Løten
    category:

    1 results

    1. onstreetBus
    municipality:
    Løten
    county:
    Innlandet
    lat:
    60.820407
    lon:
    11.381047
  13. id:
    NSR:StopPlace:38551
    name:
    Hakstad
    label:
    Hakstad, Surnadal
    category:

    1 results

    1. onstreetBus
    municipality:
    Surnadal
    county:
    Møre og Romsdal
    lat:
    63.016928
    lon:
    8.551517
  14. id:
    NSR:StopPlace:59596
    name:
    Havstad
    label:
    Havstad, Grimstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Grimstad
    county:
    Agder
    lat:
    58.331967
    lon:
    8.506283
  15. id:
    NSR:StopPlace:42527
    name:
    Havstad
    label:
    Havstad, Trondheim
    category:

    1 results

    1. onstreetBus
    municipality:
    Trondheim
    county:
    Trøndelag
    lat:
    63.4061
    lon:
    10.356256
  16. id:
    NSR:StopPlace:46737
    name:
    Hårstad
    label:
    Hårstad, Flatanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Flatanger
    county:
    Trøndelag
    lat:
    64.430482
    lon:
    10.609436
  17. id:
    NSR:StopPlace:10769
    name:
    Hårstad
    label:
    Hårstad, Hamar
    category:

    1 results

    1. onstreetBus
    municipality:
    Hamar
    county:
    Innlandet
    lat:
    60.846476
    lon:
    11.24538
  18. id:
    NSR:StopPlace:5487
    name:
    Havstad
    label:
    Havstad, Frogn
    category:

    1 results

    1. onstreetBus
    municipality:
    Frogn
    county:
    Akershus
    lat:
    59.77361
    lon:
    10.708027
  19. id:
    NSR:StopPlace:21743
    name:
    Hagestad
    label:
    Hagestad, Tvedestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Tvedestrand
    county:
    Agder
    lat:
    58.585039
    lon:
    8.881242
  20. id:
    NSR:StopPlace:17767
    name:
    Hafsrud
    label:
    Hafsrud, Holmestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Holmestrand
    county:
    Vestfold
    lat:
    59.572356
    lon:
    10.102429
  21. id:
    NSR:StopPlace:12265
    name:
    Håkåstad
    label:
    Håkåstad, Vågå
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågå
    county:
    Innlandet
    lat:
    61.885222
    lon:
    9.076099
  22. id:
    NSR:StopPlace:13451
    name:
    Haugstad
    label:
    Haugstad, Ringebu
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringebu
    county:
    Innlandet
    lat:
    61.573895
    lon:
    10.064638
  23. id:
    NSR:StopPlace:21759
    name:
    Hakestad
    label:
    Hakestad, Lyngdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngdal
    county:
    Agder
    lat:
    58.105032
    lon:
    7.062227
  24. id:
    NSR:StopPlace:35623
    name:
    Haugstad
    label:
    Haugstad, Stad
    category:

    1 results

    1. onstreetBus
    municipality:
    Stad
    county:
    Vestland
    lat:
    61.89917
    lon:
    5.800707
  25. id:
    NSR:StopPlace:8428
    name:
    Haukstad
    label:
    Haukstad, Løten
    category:

    1 results

    1. onstreetBus
    municipality:
    Løten
    county:
    Innlandet
    lat:
    60.79576
    lon:
    11.276288
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:38506
    name:
    Hafstad
    label:
    Hafstad, Tingvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Tingvoll
    county:
    Møre og Romsdal
    lat:
    62.825812
    lon:
    8.347263
  2. id:
    NSR:StopPlace:36090
    name:
    Hafstad
    label:
    Hafstad, Sunnfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunnfjord
    county:
    Vestland
    lat:
    61.448449
    lon:
    5.875695
  3. id:
    NSR:StopPlace:36095
    name:
    Hafstadhagen
    label:
    Hafstadhagen, Sunnfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Sunnfjord
    county:
    Vestland
    lat:
    61.449527
    lon:
    5.86524
  4. id:
    NSR:StopPlace:45504
    name:
    Hafstadkorsen
    label:
    Hafstadkorsen, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    63.973308
    lon:
    11.506497
  5. id:
    NSR:StopPlace:10225
    name:
    Harstad
    label:
    Harstad, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    60.916426
    lon:
    10.851815
  6. id:
    NSR:StopPlace:70328
    name:
    Håkstad
    label:
    Håkstad, Bardu
    category:

    1 results

    1. onstreetBus
    municipality:
    Bardu
    county:
    Troms
    lat:
    68.657794
    lon:
    18.208157
  7. id:
    NSR:StopPlace:42374
    name:
    Halstad
    label:
    Halstad, Malvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Malvik
    county:
    Trøndelag
    lat:
    63.414683
    lon:
    10.780707
  8. id:
    NSR:StopPlace:2890
    name:
    Havstad
    label:
    Havstad, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.076659
    lon:
    11.423586
  9. id:
    NSR:StopPlace:47978
    name:
    Hårstad
    label:
    Hårstad, Bindal
    category:

    1 results

    1. onstreetBus
    municipality:
    Bindal
    county:
    Nordland
    lat:
    65.053055
    lon:
    12.512596
  10. id:
    NSR:StopPlace:46346
    name:
    Hastad
    label:
    Hastad, Inderøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Inderøy
    county:
    Trøndelag
    lat:
    63.892146
    lon:
    11.264295
  11. id:
    NSR:StopPlace:12347
    name:
    Harstad
    label:
    Harstad, Nordre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordre Land
    county:
    Innlandet
    lat:
    60.925955
    lon:
    10.056562
  12. id:
    NSR:StopPlace:8170
    name:
    Hanstad
    label:
    Hanstad, Løten
    category:

    1 results

    1. onstreetBus
    municipality:
    Løten
    county:
    Innlandet
    lat:
    60.820407
    lon:
    11.381047
  13. id:
    NSR:StopPlace:38551
    name:
    Hakstad
    label:
    Hakstad, Surnadal
    category:

    1 results

    1. onstreetBus
    municipality:
    Surnadal
    county:
    Møre og Romsdal
    lat:
    63.016928
    lon:
    8.551517
  14. id:
    NSR:StopPlace:59596
    name:
    Havstad
    label:
    Havstad, Grimstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Grimstad
    county:
    Agder
    lat:
    58.331967
    lon:
    8.506283
  15. id:
    NSR:StopPlace:42527
    name:
    Havstad
    label:
    Havstad, Trondheim
    category:

    1 results

    1. onstreetBus
    municipality:
    Trondheim
    county:
    Trøndelag
    lat:
    63.4061
    lon:
    10.356256
  16. id:
    NSR:StopPlace:46737
    name:
    Hårstad
    label:
    Hårstad, Flatanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Flatanger
    county:
    Trøndelag
    lat:
    64.430482
    lon:
    10.609436
  17. id:
    NSR:StopPlace:10769
    name:
    Hårstad
    label:
    Hårstad, Hamar
    category:

    1 results

    1. onstreetBus
    municipality:
    Hamar
    county:
    Innlandet
    lat:
    60.846476
    lon:
    11.24538
  18. id:
    NSR:StopPlace:5487
    name:
    Havstad
    label:
    Havstad, Frogn
    category:

    1 results

    1. onstreetBus
    municipality:
    Frogn
    county:
    Akershus
    lat:
    59.77361
    lon:
    10.708027
  19. id:
    NSR:StopPlace:21743
    name:
    Hagestad
    label:
    Hagestad, Tvedestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Tvedestrand
    county:
    Agder
    lat:
    58.585039
    lon:
    8.881242
  20. id:
    NSR:StopPlace:17767
    name:
    Hafsrud
    label:
    Hafsrud, Holmestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Holmestrand
    county:
    Vestfold
    lat:
    59.572356
    lon:
    10.102429
  21. id:
    NSR:StopPlace:12265
    name:
    Håkåstad
    label:
    Håkåstad, Vågå
    category:

    1 results

    1. onstreetBus
    municipality:
    Vågå
    county:
    Innlandet
    lat:
    61.885222
    lon:
    9.076099
  22. id:
    NSR:StopPlace:13451
    name:
    Haugstad
    label:
    Haugstad, Ringebu
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringebu
    county:
    Innlandet
    lat:
    61.573895
    lon:
    10.064638
  23. id:
    NSR:StopPlace:21759
    name:
    Hakestad
    label:
    Hakestad, Lyngdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngdal
    county:
    Agder
    lat:
    58.105032
    lon:
    7.062227
  24. id:
    NSR:StopPlace:35623
    name:
    Haugstad
    label:
    Haugstad, Stad
    category:

    1 results

    1. onstreetBus
    municipality:
    Stad
    county:
    Vestland
    lat:
    61.89917
    lon:
    5.800707
  25. id:
    NSR:StopPlace:8428
    name:
    Haukstad
    label:
    Haukstad, Løten
    category:

    1 results

    1. onstreetBus
    municipality:
    Løten
    county:
    Innlandet
    lat:
    60.79576
    lon:
    11.276288
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.