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-23T02:55:17Z in 0.131 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:2255
    name:
    Evje
    label:
    Evje, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.24692
    lon:
    10.986325
  2. id:
    NSR:StopPlace:16359
    name:
    Evje
    label:
    Evje, Sigdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sigdal
    county:
    Buskerud
    lat:
    60.087265
    lon:
    9.488114
  3. id:
    NSR:StopPlace:3974
    name:
    Evje
    label:
    Evje, Bærum
    category:

    1 results

    1. onstreetBus
    municipality:
    Bærum
    county:
    Akershus
    lat:
    59.897435
    lon:
    10.521483
  4. id:
    NSR:StopPlace:28152
    name:
    Evje
    label:
    Evje, Tysvær
    category:

    1 results

    1. onstreetBus
    municipality:
    Tysvær
    county:
    Rogaland
    lat:
    59.336214
    lon:
    5.544791
  5. id:
    NSR:StopPlace:16533
    name:
    Evjen
    label:
    Evjen, Gol
    category:

    1 results

    1. onstreetBus
    municipality:
    Gol
    county:
    Buskerud
    lat:
    60.7239
    lon:
    8.96332
  6. id:
    NSR:StopPlace:48738
    name:
    Evjen
    label:
    Evjen, Beiarn
    category:

    1 results

    1. onstreetBus
    municipality:
    Beiarn
    county:
    Nordland
    lat:
    67.083691
    lon:
    14.403768
  7. id:
    NSR:StopPlace:43708
    name:
    Evjen
    label:
    Evjen, Orkland
    category:

    1 results

    1. onstreetBus
    municipality:
    Orkland
    county:
    Trøndelag
    lat:
    63.289924
    lon:
    9.842491
  8. id:
    NSR:StopPlace:49786
    name:
    Evjen
    label:
    Evjen, Bodø
    category:

    1 results

    1. onstreetBus
    municipality:
    Bodø
    county:
    Nordland
    lat:
    67.205797
    lon:
    14.545653
  9. id:
    NSR:StopPlace:49789
    name:
    Evjen
    label:
    Evjen, Vestvågøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Vestvågøy
    county:
    Nordland
    lat:
    68.270797
    lon:
    13.738342
  10. id:
    NSR:StopPlace:1271
    name:
    Evje Rygge
    label:
    Evje Rygge, Moss
    category:

    1 results

    1. onstreetBus
    municipality:
    Moss
    county:
    Østfold
    lat:
    59.368069
    lon:
    10.684122
  11. id:
    NSR:StopPlace:24783
    name:
    Evje kyrkje
    label:
    Evje kyrkje, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.595637
    lon:
    7.824714
  12. id:
    NSR:StopPlace:24786
    name:
    Evje rutebilstasjon
    label:
    Evje rutebilstasjon, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.586056
    lon:
    7.804748
  13. id:
    NSR:StopPlace:62327
    name:
    Evje sentrum
    label:
    Evje sentrum, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.586716
    lon:
    7.80498
  14. id:
    NSR:StopPlace:24788
    name:
    Evje skule
    label:
    Evje skule, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.592272
    lon:
    7.822145
  15. id:
    NSR:StopPlace:1817
    name:
    Evjekaia
    label:
    Evjekaia, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.215053
    lon:
    10.932615
  16. id:
    NSR:StopPlace:1763
    name:
    Evjebekkveien
    label:
    Evjebekkveien, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.242142
    lon:
    10.982174
  17. id:
    NSR:StopPlace:60938
    name:
    Evjevegen
    label:
    Evjevegen, Tysvær
    category:

    1 results

    1. onstreetBus
    municipality:
    Tysvær
    county:
    Rogaland
    lat:
    59.33622
    lon:
    5.538887
  18. id:
    NSR:StopPlace:24791
    name:
    Evjemoen
    label:
    Evjemoen, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.579853
    lon:
    7.789332
  19. id:
    NSR:StopPlace:43705
    name:
    Evjegjerdet
    label:
    Evjegjerdet, Selbu
    category:

    1 results

    1. onstreetBus
    municipality:
    Selbu
    county:
    Trøndelag
    lat:
    63.205554
    lon:
    11.09407
  20. id:
    NSR:StopPlace:3711
    name:
    Evjebråtan
    label:
    Evjebråtan, Nannestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Nannestad
    county:
    Akershus
    lat:
    60.259134
    lon:
    10.976546
  21. id:
    NSR:StopPlace:61402
    name:
    Evjevegen
    label:
    Evjevegen, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.470937
    lon:
    10.925093
  22. id:
    NSR:StopPlace:24793
    name:
    Evjemoen hovedport
    label:
    Evjemoen hovedport, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.562816
    lon:
    7.78453
  23. id:
    NSR:StopPlace:24796
    name:
    Evjetun
    label:
    Evjetun, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.605448
    lon:
    7.823309
  24. id:
    NSR:StopPlace:43710
    name:
    Evjen skole
    label:
    Evjen skole, Orkland
    category:

    1 results

    1. onstreetBus
    municipality:
    Orkland
    county:
    Trøndelag
    lat:
    63.286516
    lon:
    9.840019
  25. id:
    NSR:StopPlace:51864
    name:
    Evjeosen
    label:
    Evjeosen, Beiarn
    category:

    1 results

    1. onstreetBus
    municipality:
    Beiarn
    county:
    Nordland
    lat:
    67.081562
    lon:
    14.394195
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:2255
    name:
    Evje
    label:
    Evje, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.24692
    lon:
    10.986325
  2. id:
    NSR:StopPlace:16359
    name:
    Evje
    label:
    Evje, Sigdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sigdal
    county:
    Buskerud
    lat:
    60.087265
    lon:
    9.488114
  3. id:
    NSR:StopPlace:3974
    name:
    Evje
    label:
    Evje, Bærum
    category:

    1 results

    1. onstreetBus
    municipality:
    Bærum
    county:
    Akershus
    lat:
    59.897435
    lon:
    10.521483
  4. id:
    NSR:StopPlace:28152
    name:
    Evje
    label:
    Evje, Tysvær
    category:

    1 results

    1. onstreetBus
    municipality:
    Tysvær
    county:
    Rogaland
    lat:
    59.336214
    lon:
    5.544791
  5. id:
    NSR:StopPlace:16533
    name:
    Evjen
    label:
    Evjen, Gol
    category:

    1 results

    1. onstreetBus
    municipality:
    Gol
    county:
    Buskerud
    lat:
    60.7239
    lon:
    8.96332
  6. id:
    NSR:StopPlace:48738
    name:
    Evjen
    label:
    Evjen, Beiarn
    category:

    1 results

    1. onstreetBus
    municipality:
    Beiarn
    county:
    Nordland
    lat:
    67.083691
    lon:
    14.403768
  7. id:
    NSR:StopPlace:43708
    name:
    Evjen
    label:
    Evjen, Orkland
    category:

    1 results

    1. onstreetBus
    municipality:
    Orkland
    county:
    Trøndelag
    lat:
    63.289924
    lon:
    9.842491
  8. id:
    NSR:StopPlace:49786
    name:
    Evjen
    label:
    Evjen, Bodø
    category:

    1 results

    1. onstreetBus
    municipality:
    Bodø
    county:
    Nordland
    lat:
    67.205797
    lon:
    14.545653
  9. id:
    NSR:StopPlace:49789
    name:
    Evjen
    label:
    Evjen, Vestvågøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Vestvågøy
    county:
    Nordland
    lat:
    68.270797
    lon:
    13.738342
  10. id:
    NSR:StopPlace:1271
    name:
    Evje Rygge
    label:
    Evje Rygge, Moss
    category:

    1 results

    1. onstreetBus
    municipality:
    Moss
    county:
    Østfold
    lat:
    59.368069
    lon:
    10.684122
  11. id:
    NSR:StopPlace:24783
    name:
    Evje kyrkje
    label:
    Evje kyrkje, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.595637
    lon:
    7.824714
  12. id:
    NSR:StopPlace:24786
    name:
    Evje rutebilstasjon
    label:
    Evje rutebilstasjon, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.586056
    lon:
    7.804748
  13. id:
    NSR:StopPlace:62327
    name:
    Evje sentrum
    label:
    Evje sentrum, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.586716
    lon:
    7.80498
  14. id:
    NSR:StopPlace:24788
    name:
    Evje skule
    label:
    Evje skule, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.592272
    lon:
    7.822145
  15. id:
    NSR:StopPlace:1817
    name:
    Evjekaia
    label:
    Evjekaia, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.215053
    lon:
    10.932615
  16. id:
    NSR:StopPlace:1763
    name:
    Evjebekkveien
    label:
    Evjebekkveien, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.242142
    lon:
    10.982174
  17. id:
    NSR:StopPlace:60938
    name:
    Evjevegen
    label:
    Evjevegen, Tysvær
    category:

    1 results

    1. onstreetBus
    municipality:
    Tysvær
    county:
    Rogaland
    lat:
    59.33622
    lon:
    5.538887
  18. id:
    NSR:StopPlace:24791
    name:
    Evjemoen
    label:
    Evjemoen, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.579853
    lon:
    7.789332
  19. id:
    NSR:StopPlace:43705
    name:
    Evjegjerdet
    label:
    Evjegjerdet, Selbu
    category:

    1 results

    1. onstreetBus
    municipality:
    Selbu
    county:
    Trøndelag
    lat:
    63.205554
    lon:
    11.09407
  20. id:
    NSR:StopPlace:3711
    name:
    Evjebråtan
    label:
    Evjebråtan, Nannestad
    category:

    1 results

    1. onstreetBus
    municipality:
    Nannestad
    county:
    Akershus
    lat:
    60.259134
    lon:
    10.976546
  21. id:
    NSR:StopPlace:61402
    name:
    Evjevegen
    label:
    Evjevegen, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.470937
    lon:
    10.925093
  22. id:
    NSR:StopPlace:24793
    name:
    Evjemoen hovedport
    label:
    Evjemoen hovedport, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.562816
    lon:
    7.78453
  23. id:
    NSR:StopPlace:24796
    name:
    Evjetun
    label:
    Evjetun, Evje og Hornnes
    category:

    1 results

    1. onstreetBus
    municipality:
    Evje og Hornnes
    county:
    Agder
    lat:
    58.605448
    lon:
    7.823309
  24. id:
    NSR:StopPlace:43710
    name:
    Evjen skole
    label:
    Evjen skole, Orkland
    category:

    1 results

    1. onstreetBus
    municipality:
    Orkland
    county:
    Trøndelag
    lat:
    63.286516
    lon:
    9.840019
  25. id:
    NSR:StopPlace:51864
    name:
    Evjeosen
    label:
    Evjeosen, Beiarn
    category:

    1 results

    1. onstreetBus
    municipality:
    Beiarn
    county:
    Nordland
    lat:
    67.081562
    lon:
    14.394195
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.