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:11:35Z in 0.177 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:4742
    name:
    Son
    label:
    Son, Vestby
    category:

    1 results

    1. ferryStop
    municipality:
    Vestby
    county:
    Akershus
    lat:
    59.523907
    lon:
    10.685835
  2. id:
    NSR:StopPlace:59639
    name:
    Sonsveien stasjon
    label:
    Sonsveien stasjon, Vestby
    category:

    2 results

    1. onstreetBus
    2. railStation
    municipality:
    Vestby
    county:
    Akershus
    lat:
    59.514887
    lon:
    10.725322
  3. id:
    NSR:StopPlace:4747
    name:
    Son havn nord
    label:
    Son havn nord, Vestby
    category:

    1 results

    1. onstreetBus
    municipality:
    Vestby
    county:
    Akershus
    lat:
    59.526194
    lon:
    10.68966
  4. id:
    NSR:StopPlace:62919
    name:
    Songesand kai
    label:
    Songesand kai, Sandnes
    category:

    2 results

    1. harbourPort
    2. ferryStop
    municipality:
    Sandnes
    county:
    Rogaland
    lat:
    59.016286
    lon:
    6.32305
  5. id:
    NSR:StopPlace:32678
    name:
    Songvesborgi
    label:
    Songvesborgi, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.617662
    lon:
    6.435043
  6. id:
    NSR:StopPlace:23360
    name:
    Songdalsvegen 154
    label:
    Songdalsvegen 154, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.166371
    lon:
    7.830953
  7. id:
    NSR:StopPlace:23366
    name:
    Songdalsvegen 335
    label:
    Songdalsvegen 335, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.19862
    lon:
    7.794507
  8. id:
    NSR:StopPlace:23372
    name:
    Songe Frikirken
    label:
    Songe Frikirken, Tvedestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Tvedestrand
    county:
    Agder
    lat:
    58.685153
    lon:
    9.003955
  9. id:
    NSR:StopPlace:23374
    name:
    Songe torv
    label:
    Songe torv, Arendal
    category:

    1 results

    1. onstreetBus
    municipality:
    Arendal
    county:
    Agder
    lat:
    58.473577
    lon:
    8.798744
  10. id:
    NSR:StopPlace:27129
    name:
    Sonja Henies gate
    label:
    Sonja Henies gate, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.951785
    lon:
    5.688633
  11. id:
    NSR:StopPlace:43148
    name:
    Songmoen
    label:
    Songmoen, Orkland
    category:

    1 results

    1. onstreetBus
    municipality:
    Orkland
    county:
    Trøndelag
    lat:
    63.293942
    lon:
    9.654882
  12. id:
    NSR:StopPlace:54044
    name:
    Songoseidet
    label:
    Songoseidet, Kvænangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvænangen
    county:
    Troms
    lat:
    70.032319
    lon:
    22.132301
  13. id:
    NSR:StopPlace:9306
    name:
    Songnabben
    label:
    Songnabben, Nord-Odal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Odal
    county:
    Innlandet
    lat:
    60.347356
    lon:
    11.603796
  14. id:
    NSR:StopPlace:9313
    name:
    Songnes
    label:
    Songnes, Nord-Odal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Odal
    county:
    Innlandet
    lat:
    60.353484
    lon:
    11.601734
  15. id:
    NSR:StopPlace:23362
    name:
    Songdalsvegen 267
    label:
    Songdalsvegen 267, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.186488
    lon:
    7.804766
  16. id:
    NSR:StopPlace:23369
    name:
    Songe
    label:
    Songe, Tvedestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Tvedestrand
    county:
    Agder
    lat:
    58.68815
    lon:
    9.005424
  17. id:
    NSR:StopPlace:60439
    name:
    Søndre park
    label:
    Søndre park, Lillehammer
    category:

    2 results

    1. onstreetBus
    2. onstreetBus
    municipality:
    Lillehammer
    county:
    Innlandet
    lat:
    61.111971
    lon:
    10.467346
  18. id:
    NSR:StopPlace:37084
    name:
    Søndre Nekkøy kai
    label:
    Søndre Nekkøy kai, Kinn
    category:

    1 results

    1. ferryStop
    municipality:
    Kinn
    county:
    Vestland
    lat:
    61.57905
    lon:
    4.931314
  19. id:
    NSR:StopPlace:14208
    name:
    Søndre gate
    label:
    Søndre gate, Lillehammer
    category:

    1 results

    1. onstreetBus
    municipality:
    Lillehammer
    county:
    Innlandet
    lat:
    61.110763
    lon:
    10.471563
  20. id:
    NSR:StopPlace:5400
    name:
    Søndre Langåra
    label:
    Søndre Langåra, Frogn
    category:

    1 results

    1. ferryStop
    municipality:
    Frogn
    county:
    Akershus
    lat:
    59.75342
    lon:
    10.564631
  21. id:
    NSR:StopPlace:15638
    name:
    Søndre Ble vei
    label:
    Søndre Ble vei, Flesberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Flesberg
    county:
    Buskerud
    lat:
    59.844055
    lon:
    9.460317
  22. id:
    NSR:StopPlace:3255
    name:
    Søndre Granerud
    label:
    Søndre Granerud, Nesodden
    category:

    1 results

    1. onstreetBus
    municipality:
    Nesodden
    county:
    Akershus
    lat:
    59.780261
    lon:
    10.637058
  23. id:
    NSR:StopPlace:33500
    name:
    Sønsthaugen
    label:
    Sønsthaugen, Masfjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Masfjorden
    county:
    Vestland
    lat:
    60.75116
    lon:
    5.379829
  24. id:
    NSR:StopPlace:58590
    name:
    Søndre Holmen
    label:
    Søndre Holmen, Kongsvinger
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsvinger
    county:
    Innlandet
    lat:
    60.096707
    lon:
    12.318577
  25. id:
    NSR:StopPlace:59189
    name:
    Sønstveiten
    label:
    Sønstveiten, Seljord
    category:

    1 results

    1. onstreetBus
    municipality:
    Seljord
    county:
    Telemark
    lat:
    59.434007
    lon:
    8.650986
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:4742
    name:
    Son
    label:
    Son, Vestby
    category:

    1 results

    1. ferryStop
    municipality:
    Vestby
    county:
    Akershus
    lat:
    59.523907
    lon:
    10.685835
  2. id:
    NSR:StopPlace:59639
    name:
    Sonsveien stasjon
    label:
    Sonsveien stasjon, Vestby
    category:

    2 results

    1. onstreetBus
    2. railStation
    municipality:
    Vestby
    county:
    Akershus
    lat:
    59.514887
    lon:
    10.725322
  3. id:
    NSR:StopPlace:4747
    name:
    Son havn nord
    label:
    Son havn nord, Vestby
    category:

    1 results

    1. onstreetBus
    municipality:
    Vestby
    county:
    Akershus
    lat:
    59.526194
    lon:
    10.68966
  4. id:
    NSR:StopPlace:62919
    name:
    Songesand kai
    label:
    Songesand kai, Sandnes
    category:

    2 results

    1. harbourPort
    2. ferryStop
    municipality:
    Sandnes
    county:
    Rogaland
    lat:
    59.016286
    lon:
    6.32305
  5. id:
    NSR:StopPlace:32678
    name:
    Songvesborgi
    label:
    Songvesborgi, Voss
    category:

    1 results

    1. onstreetBus
    municipality:
    Voss
    county:
    Vestland
    lat:
    60.617662
    lon:
    6.435043
  6. id:
    NSR:StopPlace:23360
    name:
    Songdalsvegen 154
    label:
    Songdalsvegen 154, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.166371
    lon:
    7.830953
  7. id:
    NSR:StopPlace:23366
    name:
    Songdalsvegen 335
    label:
    Songdalsvegen 335, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.19862
    lon:
    7.794507
  8. id:
    NSR:StopPlace:23372
    name:
    Songe Frikirken
    label:
    Songe Frikirken, Tvedestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Tvedestrand
    county:
    Agder
    lat:
    58.685153
    lon:
    9.003955
  9. id:
    NSR:StopPlace:23374
    name:
    Songe torv
    label:
    Songe torv, Arendal
    category:

    1 results

    1. onstreetBus
    municipality:
    Arendal
    county:
    Agder
    lat:
    58.473577
    lon:
    8.798744
  10. id:
    NSR:StopPlace:27129
    name:
    Sonja Henies gate
    label:
    Sonja Henies gate, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.951785
    lon:
    5.688633
  11. id:
    NSR:StopPlace:43148
    name:
    Songmoen
    label:
    Songmoen, Orkland
    category:

    1 results

    1. onstreetBus
    municipality:
    Orkland
    county:
    Trøndelag
    lat:
    63.293942
    lon:
    9.654882
  12. id:
    NSR:StopPlace:54044
    name:
    Songoseidet
    label:
    Songoseidet, Kvænangen
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvænangen
    county:
    Troms
    lat:
    70.032319
    lon:
    22.132301
  13. id:
    NSR:StopPlace:9306
    name:
    Songnabben
    label:
    Songnabben, Nord-Odal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Odal
    county:
    Innlandet
    lat:
    60.347356
    lon:
    11.603796
  14. id:
    NSR:StopPlace:9313
    name:
    Songnes
    label:
    Songnes, Nord-Odal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Odal
    county:
    Innlandet
    lat:
    60.353484
    lon:
    11.601734
  15. id:
    NSR:StopPlace:23362
    name:
    Songdalsvegen 267
    label:
    Songdalsvegen 267, Kristiansand
    category:

    1 results

    1. onstreetBus
    municipality:
    Kristiansand
    county:
    Agder
    lat:
    58.186488
    lon:
    7.804766
  16. id:
    NSR:StopPlace:23369
    name:
    Songe
    label:
    Songe, Tvedestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Tvedestrand
    county:
    Agder
    lat:
    58.68815
    lon:
    9.005424
  17. id:
    NSR:StopPlace:60439
    name:
    Søndre park
    label:
    Søndre park, Lillehammer
    category:

    2 results

    1. onstreetBus
    2. onstreetBus
    municipality:
    Lillehammer
    county:
    Innlandet
    lat:
    61.111971
    lon:
    10.467346
  18. id:
    NSR:StopPlace:37084
    name:
    Søndre Nekkøy kai
    label:
    Søndre Nekkøy kai, Kinn
    category:

    1 results

    1. ferryStop
    municipality:
    Kinn
    county:
    Vestland
    lat:
    61.57905
    lon:
    4.931314
  19. id:
    NSR:StopPlace:14208
    name:
    Søndre gate
    label:
    Søndre gate, Lillehammer
    category:

    1 results

    1. onstreetBus
    municipality:
    Lillehammer
    county:
    Innlandet
    lat:
    61.110763
    lon:
    10.471563
  20. id:
    NSR:StopPlace:5400
    name:
    Søndre Langåra
    label:
    Søndre Langåra, Frogn
    category:

    1 results

    1. ferryStop
    municipality:
    Frogn
    county:
    Akershus
    lat:
    59.75342
    lon:
    10.564631
  21. id:
    NSR:StopPlace:15638
    name:
    Søndre Ble vei
    label:
    Søndre Ble vei, Flesberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Flesberg
    county:
    Buskerud
    lat:
    59.844055
    lon:
    9.460317
  22. id:
    NSR:StopPlace:3255
    name:
    Søndre Granerud
    label:
    Søndre Granerud, Nesodden
    category:

    1 results

    1. onstreetBus
    municipality:
    Nesodden
    county:
    Akershus
    lat:
    59.780261
    lon:
    10.637058
  23. id:
    NSR:StopPlace:33500
    name:
    Sønsthaugen
    label:
    Sønsthaugen, Masfjorden
    category:

    1 results

    1. onstreetBus
    municipality:
    Masfjorden
    county:
    Vestland
    lat:
    60.75116
    lon:
    5.379829
  24. id:
    NSR:StopPlace:58590
    name:
    Søndre Holmen
    label:
    Søndre Holmen, Kongsvinger
    category:

    1 results

    1. onstreetBus
    municipality:
    Kongsvinger
    county:
    Innlandet
    lat:
    60.096707
    lon:
    12.318577
  25. id:
    NSR:StopPlace:59189
    name:
    Sønstveiten
    label:
    Sønstveiten, Seljord
    category:

    1 results

    1. onstreetBus
    municipality:
    Seljord
    county:
    Telemark
    lat:
    59.434007
    lon:
    8.650986
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.