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:33:32Z in 0.168 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:51372
    name:
    Haukland
    label:
    Haukland, Vefsn
    category:

    1 results

    1. onstreetBus
    municipality:
    Vefsn
    county:
    Nordland
    lat:
    65.899844
    lon:
    13.281329
  2. id:
    NSR:StopPlace:47235
    name:
    Haukland
    label:
    Haukland, Vestvågøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Vestvågøy
    county:
    Nordland
    lat:
    68.199683
    lon:
    13.53224
  3. id:
    NSR:StopPlace:26130
    name:
    Haukland
    label:
    Haukland, Lund
    category:

    1 results

    1. onstreetBus
    municipality:
    Lund
    county:
    Rogaland
    lat:
    58.461175
    lon:
    6.539019
  4. id:
    NSR:StopPlace:50572
    name:
    Haukland
    label:
    Haukland, Fauske
    category:

    1 results

    1. onstreetBus
    municipality:
    Fauske
    county:
    Nordland
    lat:
    67.289966
    lon:
    15.16607
  5. id:
    NSR:StopPlace:48414
    name:
    Haukland skole
    label:
    Haukland skole, Vestvågøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Vestvågøy
    county:
    Nordland
    lat:
    68.297948
    lon:
    13.868662
  6. id:
    NSR:StopPlace:22869
    name:
    Håland
    label:
    Håland, Lyngdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngdal
    county:
    Agder
    lat:
    58.474729
    lon:
    7.418501
  7. id:
    NSR:StopPlace:22046
    name:
    Haugland
    label:
    Haugland, Birkenes
    category:

    1 results

    1. onstreetBus
    municipality:
    Birkenes
    county:
    Agder
    lat:
    58.451657
    lon:
    8.088316
  8. id:
    NSR:StopPlace:22061
    name:
    Haugland
    label:
    Haugland, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.403424
    lon:
    7.592855
  9. id:
    NSR:StopPlace:22064
    name:
    Haugland
    label:
    Haugland, Kvinesdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinesdal
    county:
    Agder
    lat:
    58.3921
    lon:
    7.022177
  10. id:
    NSR:StopPlace:13659
    name:
    Haugland
    label:
    Haugland, Gjøvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjøvik
    county:
    Innlandet
    lat:
    60.983263
    lon:
    10.566106
  11. id:
    NSR:StopPlace:22050
    name:
    Haugland
    label:
    Haugland, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.493177
    lon:
    7.718104
  12. id:
    NSR:StopPlace:38805
    name:
    Haukeland
    label:
    Haukeland, Vanylven
    category:

    1 results

    1. onstreetBus
    municipality:
    Vanylven
    county:
    Møre og Romsdal
    lat:
    62.159139
    lon:
    5.681092
  13. id:
    NSR:StopPlace:26026
    name:
    Haualand
    label:
    Haualand, Sandnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Sandnes
    county:
    Rogaland
    lat:
    58.900826
    lon:
    5.843549
  14. id:
    NSR:StopPlace:28863
    name:
    Haugland
    label:
    Haugland, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.694747
    lon:
    4.932834
  15. id:
    NSR:StopPlace:28878
    name:
    Haugland
    label:
    Haugland, Sveio
    category:

    1 results

    1. onstreetBus
    municipality:
    Sveio
    county:
    Vestland
    lat:
    59.672504
    lon:
    5.459534
  16. id:
    NSR:StopPlace:13414
    name:
    Haugland
    label:
    Haugland, Sør-Fron
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Fron
    county:
    Innlandet
    lat:
    61.560121
    lon:
    9.90193
  17. id:
    NSR:StopPlace:22057
    name:
    Haugland
    label:
    Haugland, Vennesla
    category:

    1 results

    1. onstreetBus
    municipality:
    Vennesla
    county:
    Agder
    lat:
    58.322366
    lon:
    7.655192
  18. id:
    NSR:StopPlace:28846
    name:
    Haugland
    label:
    Haugland, Bjørnafjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjørnafjorden
    county:
    Vestland
    lat:
    60.156387
    lon:
    5.435434
  19. id:
    NSR:StopPlace:28854
    name:
    Haugland
    label:
    Haugland, Austevoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Austevoll
    county:
    Vestland
    lat:
    60.102875
    lon:
    5.22365
  20. id:
    NSR:StopPlace:32130
    name:
    Haukeland
    label:
    Haukeland, Masfjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Masfjorden
    county:
    Vestland
    lat:
    60.827322
    lon:
    5.566993
  21. id:
    NSR:StopPlace:70165
    name:
    Haugland
    label:
    Haugland, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.028182
    lon:
    18.705372
  22. id:
    NSR:StopPlace:26102
    name:
    Haugland
    label:
    Haugland, Time
    category:

    1 results

    1. onstreetBus
    municipality:
    Time
    county:
    Rogaland
    lat:
    58.694056
    lon:
    5.645031
  23. id:
    NSR:StopPlace:52218
    name:
    Haugland
    label:
    Haugland, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.73103
    lon:
    21.038647
  24. id:
    NSR:StopPlace:12483
    name:
    Haugland
    label:
    Haugland, Nordre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordre Land
    county:
    Innlandet
    lat:
    60.945332
    lon:
    10.125889
  25. id:
    NSR:StopPlace:17910
    name:
    Haugland
    label:
    Haugland, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.174531
    lon:
    10.021747
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:51372
    name:
    Haukland
    label:
    Haukland, Vefsn
    category:

    1 results

    1. onstreetBus
    municipality:
    Vefsn
    county:
    Nordland
    lat:
    65.899844
    lon:
    13.281329
  2. id:
    NSR:StopPlace:47235
    name:
    Haukland
    label:
    Haukland, Vestvågøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Vestvågøy
    county:
    Nordland
    lat:
    68.199683
    lon:
    13.53224
  3. id:
    NSR:StopPlace:26130
    name:
    Haukland
    label:
    Haukland, Lund
    category:

    1 results

    1. onstreetBus
    municipality:
    Lund
    county:
    Rogaland
    lat:
    58.461175
    lon:
    6.539019
  4. id:
    NSR:StopPlace:50572
    name:
    Haukland
    label:
    Haukland, Fauske
    category:

    1 results

    1. onstreetBus
    municipality:
    Fauske
    county:
    Nordland
    lat:
    67.289966
    lon:
    15.16607
  5. id:
    NSR:StopPlace:48414
    name:
    Haukland skole
    label:
    Haukland skole, Vestvågøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Vestvågøy
    county:
    Nordland
    lat:
    68.297948
    lon:
    13.868662
  6. id:
    NSR:StopPlace:22869
    name:
    Håland
    label:
    Håland, Lyngdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngdal
    county:
    Agder
    lat:
    58.474729
    lon:
    7.418501
  7. id:
    NSR:StopPlace:22046
    name:
    Haugland
    label:
    Haugland, Birkenes
    category:

    1 results

    1. onstreetBus
    municipality:
    Birkenes
    county:
    Agder
    lat:
    58.451657
    lon:
    8.088316
  8. id:
    NSR:StopPlace:22061
    name:
    Haugland
    label:
    Haugland, Lindesnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Lindesnes
    county:
    Agder
    lat:
    58.403424
    lon:
    7.592855
  9. id:
    NSR:StopPlace:22064
    name:
    Haugland
    label:
    Haugland, Kvinesdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinesdal
    county:
    Agder
    lat:
    58.3921
    lon:
    7.022177
  10. id:
    NSR:StopPlace:13659
    name:
    Haugland
    label:
    Haugland, Gjøvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjøvik
    county:
    Innlandet
    lat:
    60.983263
    lon:
    10.566106
  11. id:
    NSR:StopPlace:22050
    name:
    Haugland
    label:
    Haugland, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.493177
    lon:
    7.718104
  12. id:
    NSR:StopPlace:38805
    name:
    Haukeland
    label:
    Haukeland, Vanylven
    category:

    1 results

    1. onstreetBus
    municipality:
    Vanylven
    county:
    Møre og Romsdal
    lat:
    62.159139
    lon:
    5.681092
  13. id:
    NSR:StopPlace:26026
    name:
    Haualand
    label:
    Haualand, Sandnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Sandnes
    county:
    Rogaland
    lat:
    58.900826
    lon:
    5.843549
  14. id:
    NSR:StopPlace:28863
    name:
    Haugland
    label:
    Haugland, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.694747
    lon:
    4.932834
  15. id:
    NSR:StopPlace:28878
    name:
    Haugland
    label:
    Haugland, Sveio
    category:

    1 results

    1. onstreetBus
    municipality:
    Sveio
    county:
    Vestland
    lat:
    59.672504
    lon:
    5.459534
  16. id:
    NSR:StopPlace:13414
    name:
    Haugland
    label:
    Haugland, Sør-Fron
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Fron
    county:
    Innlandet
    lat:
    61.560121
    lon:
    9.90193
  17. id:
    NSR:StopPlace:22057
    name:
    Haugland
    label:
    Haugland, Vennesla
    category:

    1 results

    1. onstreetBus
    municipality:
    Vennesla
    county:
    Agder
    lat:
    58.322366
    lon:
    7.655192
  18. id:
    NSR:StopPlace:28846
    name:
    Haugland
    label:
    Haugland, Bjørnafjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Bjørnafjorden
    county:
    Vestland
    lat:
    60.156387
    lon:
    5.435434
  19. id:
    NSR:StopPlace:28854
    name:
    Haugland
    label:
    Haugland, Austevoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Austevoll
    county:
    Vestland
    lat:
    60.102875
    lon:
    5.22365
  20. id:
    NSR:StopPlace:32130
    name:
    Haukeland
    label:
    Haukeland, Masfjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Masfjorden
    county:
    Vestland
    lat:
    60.827322
    lon:
    5.566993
  21. id:
    NSR:StopPlace:70165
    name:
    Haugland
    label:
    Haugland, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.028182
    lon:
    18.705372
  22. id:
    NSR:StopPlace:26102
    name:
    Haugland
    label:
    Haugland, Time
    category:

    1 results

    1. onstreetBus
    municipality:
    Time
    county:
    Rogaland
    lat:
    58.694056
    lon:
    5.645031
  23. id:
    NSR:StopPlace:52218
    name:
    Haugland
    label:
    Haugland, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.73103
    lon:
    21.038647
  24. id:
    NSR:StopPlace:12483
    name:
    Haugland
    label:
    Haugland, Nordre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordre Land
    county:
    Innlandet
    lat:
    60.945332
    lon:
    10.125889
  25. id:
    NSR:StopPlace:17910
    name:
    Haugland
    label:
    Haugland, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.174531
    lon:
    10.021747
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.