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:09:31Z in 0.153 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:23505
    name:
    Norheim
    label:
    Norheim, Froland
    category:

    1 results

    1. onstreetBus
    municipality:
    Froland
    county:
    Agder
    lat:
    58.532444
    lon:
    8.465791
  2. id:
    NSR:StopPlace:27594
    name:
    Norheim
    label:
    Norheim, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    59.263808
    lon:
    5.829615
  3. id:
    NSR:StopPlace:18663
    name:
    Norheim
    label:
    Norheim, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.211281
    lon:
    9.964192
  4. id:
    NSR:StopPlace:27601
    name:
    Norheim bussterminal
    label:
    Norheim bussterminal, Karmøy
    category:

    1 results

    1. busStation
    municipality:
    Karmøy
    county:
    Rogaland
    lat:
    59.379752
    lon:
    5.30651
  5. id:
    NSR:StopPlace:20738
    name:
    Norheim
    label:
    Norheim, Nome
    category:

    1 results

    1. onstreetBus
    municipality:
    Nome
    county:
    Telemark
    lat:
    59.352123
    lon:
    9.083558
  6. id:
    NSR:StopPlace:5806
    name:
    Norheim
    label:
    Norheim, Nes
    category:

    1 results

    1. onstreetBus
    municipality:
    Nes
    county:
    Akershus
    lat:
    60.223568
    lon:
    11.388786
  7. id:
    NSR:StopPlace:33434
    name:
    Norheimsund båtkai
    label:
    Norheimsund båtkai, Kvam
    category:

    1 results

    1. ferryStop
    municipality:
    Kvam
    county:
    Vestland
    lat:
    60.3715
    lon:
    6.14655
  8. id:
    NSR:StopPlace:33343
    name:
    Norheimsund fv. 49
    label:
    Norheimsund fv. 49, Kvam
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvam
    county:
    Vestland
    lat:
    60.372446
    lon:
    6.141078
  9. id:
    NSR:StopPlace:33364
    name:
    Norheimsund terminal
    label:
    Norheimsund terminal, Kvam
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvam
    county:
    Vestland
    lat:
    60.371081
    lon:
    6.146006
  10. id:
    NSR:StopPlace:59051
    name:
    Norheimsund vgs.
    label:
    Norheimsund vgs., Kvam
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvam
    county:
    Vestland
    lat:
    60.367103
    lon:
    6.105856
  11. id:
    NSR:StopPlace:27617
    name:
    Norheimvegen
    label:
    Norheimvegen, Karmøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Karmøy
    county:
    Rogaland
    lat:
    59.384744
    lon:
    5.318976
  12. id:
    NSR:StopPlace:27611
    name:
    Norheimskrossen
    label:
    Norheimskrossen, Time
    category:

    1 results

    1. onstreetBus
    municipality:
    Time
    county:
    Rogaland
    lat:
    58.740088
    lon:
    5.688681
  13. id:
    NSR:StopPlace:59050
    name:
    Norheimsund skule
    label:
    Norheimsund skule, Kvam
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvam
    county:
    Vestland
    lat:
    60.371405
    lon:
    6.142505
  14. id:
    NSR:StopPlace:26478
    name:
    Norheimsmarka
    label:
    Norheimsmarka, Karmøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Karmøy
    county:
    Rogaland
    lat:
    59.381812
    lon:
    5.313657
  15. id:
    NSR:StopPlace:56286
    name:
    Nordheim
    label:
    Nordheim, Bardu
    category:

    1 results

    1. onstreetBus
    municipality:
    Bardu
    county:
    Troms
    lat:
    68.91219
    lon:
    18.412208
  16. id:
    NSR:StopPlace:63053
    name:
    Noreheim
    label:
    Noreheim, Krødsherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Krødsherad
    county:
    Buskerud
    lat:
    60.215327
    lon:
    9.546237
  17. id:
    NSR:StopPlace:23450
    name:
    Nordheim
    label:
    Nordheim, Arendal
    category:

    1 results

    1. onstreetBus
    municipality:
    Arendal
    county:
    Agder
    lat:
    58.457045
    lon:
    8.799815
  18. id:
    NSR:StopPlace:56290
    name:
    Nordheim
    label:
    Nordheim, Lyngen
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngen
    county:
    Troms
    lat:
    69.76547
    lon:
    19.847162
  19. id:
    NSR:StopPlace:30329
    name:
    Noreheim
    label:
    Noreheim, Etne
    category:

    1 results

    1. onstreetBus
    municipality:
    Etne
    county:
    Vestland
    lat:
    59.69864
    lon:
    6.037684
  20. id:
    NSR:StopPlace:44133
    name:
    Nordheim
    label:
    Nordheim, Snåsa
    category:

    1 results

    1. onstreetBus
    municipality:
    Snåsa
    county:
    Trøndelag
    lat:
    64.240998
    lon:
    12.153631
  21. id:
    NSR:StopPlace:45279
    name:
    Nordheim
    label:
    Nordheim, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    64.064632
    lon:
    11.747459
  22. id:
    NSR:StopPlace:56889
    name:
    Nordheim
    label:
    Nordheim, Sør-Varanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Varanger
    county:
    Finnmark
    lat:
    69.340695
    lon:
    29.512239
  23. id:
    NSR:StopPlace:56277
    name:
    Nordheim
    label:
    Nordheim, Harstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Harstad
    county:
    Troms
    lat:
    68.654341
    lon:
    16.588599
  24. id:
    NSR:StopPlace:40924
    name:
    Nordheim
    label:
    Nordheim, Ålesund
    category:

    1 results

    1. onstreetBus
    municipality:
    Ålesund
    county:
    Møre og Romsdal
    lat:
    62.76667
    lon:
    6.465558
  25. id:
    NSR:StopPlace:48133
    name:
    Nordheim
    label:
    Nordheim, Hattfjelldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Hattfjelldal
    county:
    Nordland
    lat:
    65.668168
    lon:
    14.139356
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:23505
    name:
    Norheim
    label:
    Norheim, Froland
    category:

    1 results

    1. onstreetBus
    municipality:
    Froland
    county:
    Agder
    lat:
    58.532444
    lon:
    8.465791
  2. id:
    NSR:StopPlace:27594
    name:
    Norheim
    label:
    Norheim, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    59.263808
    lon:
    5.829615
  3. id:
    NSR:StopPlace:18663
    name:
    Norheim
    label:
    Norheim, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.211281
    lon:
    9.964192
  4. id:
    NSR:StopPlace:27601
    name:
    Norheim bussterminal
    label:
    Norheim bussterminal, Karmøy
    category:

    1 results

    1. busStation
    municipality:
    Karmøy
    county:
    Rogaland
    lat:
    59.379752
    lon:
    5.30651
  5. id:
    NSR:StopPlace:20738
    name:
    Norheim
    label:
    Norheim, Nome
    category:

    1 results

    1. onstreetBus
    municipality:
    Nome
    county:
    Telemark
    lat:
    59.352123
    lon:
    9.083558
  6. id:
    NSR:StopPlace:5806
    name:
    Norheim
    label:
    Norheim, Nes
    category:

    1 results

    1. onstreetBus
    municipality:
    Nes
    county:
    Akershus
    lat:
    60.223568
    lon:
    11.388786
  7. id:
    NSR:StopPlace:33434
    name:
    Norheimsund båtkai
    label:
    Norheimsund båtkai, Kvam
    category:

    1 results

    1. ferryStop
    municipality:
    Kvam
    county:
    Vestland
    lat:
    60.3715
    lon:
    6.14655
  8. id:
    NSR:StopPlace:33343
    name:
    Norheimsund fv. 49
    label:
    Norheimsund fv. 49, Kvam
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvam
    county:
    Vestland
    lat:
    60.372446
    lon:
    6.141078
  9. id:
    NSR:StopPlace:33364
    name:
    Norheimsund terminal
    label:
    Norheimsund terminal, Kvam
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvam
    county:
    Vestland
    lat:
    60.371081
    lon:
    6.146006
  10. id:
    NSR:StopPlace:59051
    name:
    Norheimsund vgs.
    label:
    Norheimsund vgs., Kvam
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvam
    county:
    Vestland
    lat:
    60.367103
    lon:
    6.105856
  11. id:
    NSR:StopPlace:27617
    name:
    Norheimvegen
    label:
    Norheimvegen, Karmøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Karmøy
    county:
    Rogaland
    lat:
    59.384744
    lon:
    5.318976
  12. id:
    NSR:StopPlace:27611
    name:
    Norheimskrossen
    label:
    Norheimskrossen, Time
    category:

    1 results

    1. onstreetBus
    municipality:
    Time
    county:
    Rogaland
    lat:
    58.740088
    lon:
    5.688681
  13. id:
    NSR:StopPlace:59050
    name:
    Norheimsund skule
    label:
    Norheimsund skule, Kvam
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvam
    county:
    Vestland
    lat:
    60.371405
    lon:
    6.142505
  14. id:
    NSR:StopPlace:26478
    name:
    Norheimsmarka
    label:
    Norheimsmarka, Karmøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Karmøy
    county:
    Rogaland
    lat:
    59.381812
    lon:
    5.313657
  15. id:
    NSR:StopPlace:56286
    name:
    Nordheim
    label:
    Nordheim, Bardu
    category:

    1 results

    1. onstreetBus
    municipality:
    Bardu
    county:
    Troms
    lat:
    68.91219
    lon:
    18.412208
  16. id:
    NSR:StopPlace:63053
    name:
    Noreheim
    label:
    Noreheim, Krødsherad
    category:

    1 results

    1. onstreetBus
    municipality:
    Krødsherad
    county:
    Buskerud
    lat:
    60.215327
    lon:
    9.546237
  17. id:
    NSR:StopPlace:23450
    name:
    Nordheim
    label:
    Nordheim, Arendal
    category:

    1 results

    1. onstreetBus
    municipality:
    Arendal
    county:
    Agder
    lat:
    58.457045
    lon:
    8.799815
  18. id:
    NSR:StopPlace:56290
    name:
    Nordheim
    label:
    Nordheim, Lyngen
    category:

    1 results

    1. onstreetBus
    municipality:
    Lyngen
    county:
    Troms
    lat:
    69.76547
    lon:
    19.847162
  19. id:
    NSR:StopPlace:30329
    name:
    Noreheim
    label:
    Noreheim, Etne
    category:

    1 results

    1. onstreetBus
    municipality:
    Etne
    county:
    Vestland
    lat:
    59.69864
    lon:
    6.037684
  20. id:
    NSR:StopPlace:44133
    name:
    Nordheim
    label:
    Nordheim, Snåsa
    category:

    1 results

    1. onstreetBus
    municipality:
    Snåsa
    county:
    Trøndelag
    lat:
    64.240998
    lon:
    12.153631
  21. id:
    NSR:StopPlace:45279
    name:
    Nordheim
    label:
    Nordheim, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    64.064632
    lon:
    11.747459
  22. id:
    NSR:StopPlace:56889
    name:
    Nordheim
    label:
    Nordheim, Sør-Varanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Sør-Varanger
    county:
    Finnmark
    lat:
    69.340695
    lon:
    29.512239
  23. id:
    NSR:StopPlace:56277
    name:
    Nordheim
    label:
    Nordheim, Harstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Harstad
    county:
    Troms
    lat:
    68.654341
    lon:
    16.588599
  24. id:
    NSR:StopPlace:40924
    name:
    Nordheim
    label:
    Nordheim, Ålesund
    category:

    1 results

    1. onstreetBus
    municipality:
    Ålesund
    county:
    Møre og Romsdal
    lat:
    62.76667
    lon:
    6.465558
  25. id:
    NSR:StopPlace:48133
    name:
    Nordheim
    label:
    Nordheim, Hattfjelldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Hattfjelldal
    county:
    Nordland
    lat:
    65.668168
    lon:
    14.139356
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.