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-21T07:13:19Z in 0.169 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:61207
    name:
    Nordås
    label:
    Nordås, Tjeldsund
    category:

    2 results

    1. onstreetBus
    2. onstreetBus
    municipality:
    Tjeldsund
    county:
    Troms
    lat:
    68.533935
    lon:
    16.673845
  2. id:
    NSR:StopPlace:14550
    name:
    Nordby
    label:
    Nordby, Gjøvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjøvik
    county:
    Innlandet
    lat:
    60.770977
    lon:
    10.683424
  3. id:
    NSR:StopPlace:11339
    name:
    Nordåk
    label:
    Nordåk, Nord-Aurdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Aurdal
    county:
    Innlandet
    lat:
    60.946119
    lon:
    9.353544
  4. id:
    NSR:StopPlace:40901
    name:
    Nordal
    label:
    Nordal, Vanylven
    category:

    1 results

    1. onstreetBus
    municipality:
    Vanylven
    county:
    Møre og Romsdal
    lat:
    62.081503
    lon:
    5.803384
  5. id:
    NSR:StopPlace:4359
    name:
    Nordli
    label:
    Nordli, Lillestrøm
    category:

    1 results

    1. onstreetBus
    municipality:
    Lillestrøm
    county:
    Akershus
    lat:
    59.949333
    lon:
    11.216054
  6. id:
    NSR:StopPlace:48451
    name:
    Nordmo
    label:
    Nordmo, Steigen
    category:

    1 results

    1. onstreetBus
    municipality:
    Steigen
    county:
    Nordland
    lat:
    67.962923
    lon:
    15.056468
  7. id:
    NSR:StopPlace:1444
    name:
    Nordby
    label:
    Nordby, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.302467
    lon:
    11.149699
  8. id:
    NSR:StopPlace:18632
    name:
    Nordby
    label:
    Nordby, Holmestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Holmestrand
    county:
    Vestfold
    lat:
    59.556719
    lon:
    10.069549
  9. id:
    NSR:StopPlace:50628
    name:
    Nordmo
    label:
    Nordmo, Andøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Andøy
    county:
    Nordland
    lat:
    69.084117
    lon:
    15.917689
  10. id:
    NSR:StopPlace:6612
    name:
    Nordli
    label:
    Nordli, Nes
    category:

    1 results

    1. onstreetBus
    municipality:
    Nes
    county:
    Akershus
    lat:
    60.220951
    lon:
    11.55896
  11. id:
    NSR:StopPlace:40910
    name:
    Nordbu
    label:
    Nordbu, Rindal
    category:

    1 results

    1. onstreetBus
    municipality:
    Rindal
    county:
    Trøndelag
    lat:
    63.050909
    lon:
    9.172659
  12. id:
    NSR:StopPlace:40917
    name:
    Nordbø
    label:
    Nordbø, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.758069
    lon:
    8.032332
  13. id:
    NSR:StopPlace:7174
    name:
    Nordby
    label:
    Nordby, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.776616
    lon:
    11.089783
  14. id:
    NSR:StopPlace:9490
    name:
    Nordby
    label:
    Nordby, Nord-Odal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Odal
    county:
    Innlandet
    lat:
    60.404404
    lon:
    11.659543
  15. id:
    NSR:StopPlace:14901
    name:
    Nordli
    label:
    Nordli, Asker
    category:

    1 results

    1. onstreetBus
    municipality:
    Asker
    county:
    Akershus
    lat:
    59.722413
    lon:
    10.503207
  16. id:
    NSR:StopPlace:23492
    name:
    Nordås
    label:
    Nordås, Grimstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Grimstad
    county:
    Agder
    lat:
    58.352322
    lon:
    8.55566
  17. id:
    NSR:StopPlace:27556
    name:
    Nordås
    label:
    Nordås, Klepp
    category:

    1 results

    1. onstreetBus
    municipality:
    Klepp
    county:
    Rogaland
    lat:
    58.810398
    lon:
    5.612236
  18. id:
    NSR:StopPlace:56145
    name:
    Nordby
    label:
    Nordby, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.043441
    lon:
    18.76567
  19. id:
    NSR:StopPlace:56361
    name:
    Nordmo
    label:
    Nordmo, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.010312
    lon:
    18.951777
  20. id:
    NSR:StopPlace:57746
    name:
    Nordmo
    label:
    Nordmo, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.235234
    lon:
    19.339807
  21. id:
    NSR:StopPlace:11883
    name:
    Nordal
    label:
    Nordal, Lom
    category:

    1 results

    1. onstreetBus
    municipality:
    Lom
    county:
    Innlandet
    lat:
    61.839123
    lon:
    8.574121
  22. id:
    NSR:StopPlace:12551
    name:
    Nordlia
    label:
    Nordlia, Øyer
    category:

    1 results

    1. onstreetBus
    municipality:
    Øyer
    county:
    Innlandet
    lat:
    61.271406
    lon:
    10.315132
  23. id:
    NSR:StopPlace:13072
    name:
    Nordlia
    label:
    Nordlia, Østre Toten
    category:

    1 results

    1. onstreetBus
    municipality:
    Østre Toten
    county:
    Innlandet
    lat:
    60.74064
    lon:
    10.767554
  24. id:
    NSR:StopPlace:1606
    name:
    Nordby
    label:
    Nordby, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.226543
    lon:
    10.98818
  25. id:
    NSR:StopPlace:17008
    name:
    Nordli
    label:
    Nordli, Ringerike
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringerike
    county:
    Buskerud
    lat:
    60.3476
    lon:
    9.85185
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:61207
    name:
    Nordås
    label:
    Nordås, Tjeldsund
    category:

    2 results

    1. onstreetBus
    2. onstreetBus
    municipality:
    Tjeldsund
    county:
    Troms
    lat:
    68.533935
    lon:
    16.673845
  2. id:
    NSR:StopPlace:14550
    name:
    Nordby
    label:
    Nordby, Gjøvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjøvik
    county:
    Innlandet
    lat:
    60.770977
    lon:
    10.683424
  3. id:
    NSR:StopPlace:11339
    name:
    Nordåk
    label:
    Nordåk, Nord-Aurdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Aurdal
    county:
    Innlandet
    lat:
    60.946119
    lon:
    9.353544
  4. id:
    NSR:StopPlace:40901
    name:
    Nordal
    label:
    Nordal, Vanylven
    category:

    1 results

    1. onstreetBus
    municipality:
    Vanylven
    county:
    Møre og Romsdal
    lat:
    62.081503
    lon:
    5.803384
  5. id:
    NSR:StopPlace:4359
    name:
    Nordli
    label:
    Nordli, Lillestrøm
    category:

    1 results

    1. onstreetBus
    municipality:
    Lillestrøm
    county:
    Akershus
    lat:
    59.949333
    lon:
    11.216054
  6. id:
    NSR:StopPlace:48451
    name:
    Nordmo
    label:
    Nordmo, Steigen
    category:

    1 results

    1. onstreetBus
    municipality:
    Steigen
    county:
    Nordland
    lat:
    67.962923
    lon:
    15.056468
  7. id:
    NSR:StopPlace:1444
    name:
    Nordby
    label:
    Nordby, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.302467
    lon:
    11.149699
  8. id:
    NSR:StopPlace:18632
    name:
    Nordby
    label:
    Nordby, Holmestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Holmestrand
    county:
    Vestfold
    lat:
    59.556719
    lon:
    10.069549
  9. id:
    NSR:StopPlace:50628
    name:
    Nordmo
    label:
    Nordmo, Andøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Andøy
    county:
    Nordland
    lat:
    69.084117
    lon:
    15.917689
  10. id:
    NSR:StopPlace:6612
    name:
    Nordli
    label:
    Nordli, Nes
    category:

    1 results

    1. onstreetBus
    municipality:
    Nes
    county:
    Akershus
    lat:
    60.220951
    lon:
    11.55896
  11. id:
    NSR:StopPlace:40910
    name:
    Nordbu
    label:
    Nordbu, Rindal
    category:

    1 results

    1. onstreetBus
    municipality:
    Rindal
    county:
    Trøndelag
    lat:
    63.050909
    lon:
    9.172659
  12. id:
    NSR:StopPlace:40917
    name:
    Nordbø
    label:
    Nordbø, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.758069
    lon:
    8.032332
  13. id:
    NSR:StopPlace:7174
    name:
    Nordby
    label:
    Nordby, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.776616
    lon:
    11.089783
  14. id:
    NSR:StopPlace:9490
    name:
    Nordby
    label:
    Nordby, Nord-Odal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Odal
    county:
    Innlandet
    lat:
    60.404404
    lon:
    11.659543
  15. id:
    NSR:StopPlace:14901
    name:
    Nordli
    label:
    Nordli, Asker
    category:

    1 results

    1. onstreetBus
    municipality:
    Asker
    county:
    Akershus
    lat:
    59.722413
    lon:
    10.503207
  16. id:
    NSR:StopPlace:23492
    name:
    Nordås
    label:
    Nordås, Grimstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Grimstad
    county:
    Agder
    lat:
    58.352322
    lon:
    8.55566
  17. id:
    NSR:StopPlace:27556
    name:
    Nordås
    label:
    Nordås, Klepp
    category:

    1 results

    1. onstreetBus
    municipality:
    Klepp
    county:
    Rogaland
    lat:
    58.810398
    lon:
    5.612236
  18. id:
    NSR:StopPlace:56145
    name:
    Nordby
    label:
    Nordby, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.043441
    lon:
    18.76567
  19. id:
    NSR:StopPlace:56361
    name:
    Nordmo
    label:
    Nordmo, Målselv
    category:

    1 results

    1. onstreetBus
    municipality:
    Målselv
    county:
    Troms
    lat:
    69.010312
    lon:
    18.951777
  20. id:
    NSR:StopPlace:57746
    name:
    Nordmo
    label:
    Nordmo, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.235234
    lon:
    19.339807
  21. id:
    NSR:StopPlace:11883
    name:
    Nordal
    label:
    Nordal, Lom
    category:

    1 results

    1. onstreetBus
    municipality:
    Lom
    county:
    Innlandet
    lat:
    61.839123
    lon:
    8.574121
  22. id:
    NSR:StopPlace:12551
    name:
    Nordlia
    label:
    Nordlia, Øyer
    category:

    1 results

    1. onstreetBus
    municipality:
    Øyer
    county:
    Innlandet
    lat:
    61.271406
    lon:
    10.315132
  23. id:
    NSR:StopPlace:13072
    name:
    Nordlia
    label:
    Nordlia, Østre Toten
    category:

    1 results

    1. onstreetBus
    municipality:
    Østre Toten
    county:
    Innlandet
    lat:
    60.74064
    lon:
    10.767554
  24. id:
    NSR:StopPlace:1606
    name:
    Nordby
    label:
    Nordby, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.226543
    lon:
    10.98818
  25. id:
    NSR:StopPlace:17008
    name:
    Nordli
    label:
    Nordli, Ringerike
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringerike
    county:
    Buskerud
    lat:
    60.3476
    lon:
    9.85185
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.