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-22T05:42:23Z in 0.140 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:1444
    name:
    Nordby
    label:
    Nordby, Sarpsborg
    category:

    1 results

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

    1 results

    1. onstreetBus
    municipality:
    Holmestrand
    county:
    Vestfold
    lat:
    59.556719
    lon:
    10.069549
  3. id:
    NSR:StopPlace:58859
    name:
    Nordby stasjon
    label:
    Nordby stasjon, Ullensaker
    category:

    2 results

    1. railStation
    2. onstreetBus
    municipality:
    Ullensaker
    county:
    Akershus
    lat:
    60.155277
    lon:
    11.181526
  4. id:
    NSR:StopPlace:10997
    name:
    Nordby
    label:
    Nordby, Jevnaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Jevnaker
    county:
    Akershus
    lat:
    60.25884
    lon:
    10.381743
  5. id:
    NSR:StopPlace:13452
    name:
    Nordby
    label:
    Nordby, Nordre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordre Land
    county:
    Innlandet
    lat:
    60.82951
    lon:
    9.929511
  6. id:
    NSR:StopPlace:56152
    name:
    Nordby
    label:
    Nordby, Karlsøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Karlsøy
    county:
    Troms
    lat:
    69.974527
    lon:
    19.656894
  7. 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
  8. 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
  9. id:
    NSR:StopPlace:7174
    name:
    Nordby
    label:
    Nordby, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.776616
    lon:
    11.089783
  10. 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
  11. id:
    NSR:StopPlace:1606
    name:
    Nordby
    label:
    Nordby, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.226543
    lon:
    10.98818
  12. id:
    NSR:StopPlace:57974
    name:
    Nordby
    label:
    Nordby, Strömstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Strömstad
    county:
    Västra Götalands län
    lat:
    59.06575
    lon:
    11.217818
  13. id:
    NSR:StopPlace:18635
    name:
    Nordbyen
    label:
    Nordbyen, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.068747
    lon:
    10.045931
  14. id:
    NSR:StopPlace:1459
    name:
    Nordby Handel
    label:
    Nordby Handel, Våler
    category:

    1 results

    1. onstreetBus
    municipality:
    Våler
    county:
    Østfold
    lat:
    59.434589
    lon:
    11.096895
  15. id:
    NSR:StopPlace:3734
    name:
    Nordby gård
    label:
    Nordby gård, Bærum
    category:

    1 results

    1. onstreetBus
    municipality:
    Bærum
    county:
    Akershus
    lat:
    59.950354
    lon:
    10.599073
  16. id:
    NSR:StopPlace:5076
    name:
    Nordby skole
    label:
    Nordby skole, Rælingen
    category:

    1 results

    1. onstreetBus
    municipality:
    Rælingen
    county:
    Akershus
    lat:
    59.864874
    lon:
    11.092729
  17. id:
    NSR:StopPlace:56159
    name:
    Nordby Eineholtet
    label:
    Nordby Eineholtet, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.339194
    lon:
    18.82484
  18. id:
    NSR:StopPlace:5236
    name:
    Nordby kirke
    label:
    Nordby kirke, Ås
    category:

    1 results

    1. onstreetBus
    municipality:
    Ås
    county:
    Akershus
    lat:
    59.71944
    lon:
    10.771885
  19. id:
    NSR:StopPlace:5238
    name:
    Nordby skole
    label:
    Nordby skole, Ås
    category:

    1 results

    1. onstreetBus
    municipality:
    Ås
    county:
    Akershus
    lat:
    59.7246
    lon:
    10.761959
  20. id:
    NSR:StopPlace:4704
    name:
    Nordby ungdomsskole
    label:
    Nordby ungdomsskole, Ullensaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ullensaker
    county:
    Akershus
    lat:
    60.149216
    lon:
    11.169196
  21. id:
    NSR:StopPlace:62539
    name:
    Nordby søndre
    label:
    Nordby søndre, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.457015
    lon:
    10.032256
  22. id:
    NSR:StopPlace:2852
    name:
    Nordby gård
    label:
    Nordby gård, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.084475
    lon:
    11.445371
  23. id:
    NSR:StopPlace:57541
    name:
    Nordby köpcenter
    label:
    Nordby köpcenter, Strömstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Strömstad
    county:
    Västra Götalands län
    lat:
    59.064898
    lon:
    11.210145
  24. id:
    NSR:StopPlace:57967
    name:
    Nordby Kasen
    label:
    Nordby Kasen, Strömstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Strömstad
    county:
    Västra Götalands län
    lat:
    59.073653
    lon:
    11.238554
  25. id:
    NSR:StopPlace:57982
    name:
    Nordby skola
    label:
    Nordby skola, Strömstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Strömstad
    county:
    Västra Götalands län
    lat:
    59.070254
    lon:
    11.226221
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:1444
    name:
    Nordby
    label:
    Nordby, Sarpsborg
    category:

    1 results

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

    1 results

    1. onstreetBus
    municipality:
    Holmestrand
    county:
    Vestfold
    lat:
    59.556719
    lon:
    10.069549
  3. id:
    NSR:StopPlace:58859
    name:
    Nordby stasjon
    label:
    Nordby stasjon, Ullensaker
    category:

    2 results

    1. railStation
    2. onstreetBus
    municipality:
    Ullensaker
    county:
    Akershus
    lat:
    60.155277
    lon:
    11.181526
  4. id:
    NSR:StopPlace:10997
    name:
    Nordby
    label:
    Nordby, Jevnaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Jevnaker
    county:
    Akershus
    lat:
    60.25884
    lon:
    10.381743
  5. id:
    NSR:StopPlace:13452
    name:
    Nordby
    label:
    Nordby, Nordre Land
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordre Land
    county:
    Innlandet
    lat:
    60.82951
    lon:
    9.929511
  6. id:
    NSR:StopPlace:56152
    name:
    Nordby
    label:
    Nordby, Karlsøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Karlsøy
    county:
    Troms
    lat:
    69.974527
    lon:
    19.656894
  7. 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
  8. 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
  9. id:
    NSR:StopPlace:7174
    name:
    Nordby
    label:
    Nordby, Stange
    category:

    1 results

    1. onstreetBus
    municipality:
    Stange
    county:
    Innlandet
    lat:
    60.776616
    lon:
    11.089783
  10. 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
  11. id:
    NSR:StopPlace:1606
    name:
    Nordby
    label:
    Nordby, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.226543
    lon:
    10.98818
  12. id:
    NSR:StopPlace:57974
    name:
    Nordby
    label:
    Nordby, Strömstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Strömstad
    county:
    Västra Götalands län
    lat:
    59.06575
    lon:
    11.217818
  13. id:
    NSR:StopPlace:18635
    name:
    Nordbyen
    label:
    Nordbyen, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.068747
    lon:
    10.045931
  14. id:
    NSR:StopPlace:1459
    name:
    Nordby Handel
    label:
    Nordby Handel, Våler
    category:

    1 results

    1. onstreetBus
    municipality:
    Våler
    county:
    Østfold
    lat:
    59.434589
    lon:
    11.096895
  15. id:
    NSR:StopPlace:3734
    name:
    Nordby gård
    label:
    Nordby gård, Bærum
    category:

    1 results

    1. onstreetBus
    municipality:
    Bærum
    county:
    Akershus
    lat:
    59.950354
    lon:
    10.599073
  16. id:
    NSR:StopPlace:5076
    name:
    Nordby skole
    label:
    Nordby skole, Rælingen
    category:

    1 results

    1. onstreetBus
    municipality:
    Rælingen
    county:
    Akershus
    lat:
    59.864874
    lon:
    11.092729
  17. id:
    NSR:StopPlace:56159
    name:
    Nordby Eineholtet
    label:
    Nordby Eineholtet, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.339194
    lon:
    18.82484
  18. id:
    NSR:StopPlace:5236
    name:
    Nordby kirke
    label:
    Nordby kirke, Ås
    category:

    1 results

    1. onstreetBus
    municipality:
    Ås
    county:
    Akershus
    lat:
    59.71944
    lon:
    10.771885
  19. id:
    NSR:StopPlace:5238
    name:
    Nordby skole
    label:
    Nordby skole, Ås
    category:

    1 results

    1. onstreetBus
    municipality:
    Ås
    county:
    Akershus
    lat:
    59.7246
    lon:
    10.761959
  20. id:
    NSR:StopPlace:4704
    name:
    Nordby ungdomsskole
    label:
    Nordby ungdomsskole, Ullensaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ullensaker
    county:
    Akershus
    lat:
    60.149216
    lon:
    11.169196
  21. id:
    NSR:StopPlace:62539
    name:
    Nordby søndre
    label:
    Nordby søndre, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.457015
    lon:
    10.032256
  22. id:
    NSR:StopPlace:2852
    name:
    Nordby gård
    label:
    Nordby gård, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.084475
    lon:
    11.445371
  23. id:
    NSR:StopPlace:57541
    name:
    Nordby köpcenter
    label:
    Nordby köpcenter, Strömstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Strömstad
    county:
    Västra Götalands län
    lat:
    59.064898
    lon:
    11.210145
  24. id:
    NSR:StopPlace:57967
    name:
    Nordby Kasen
    label:
    Nordby Kasen, Strömstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Strömstad
    county:
    Västra Götalands län
    lat:
    59.073653
    lon:
    11.238554
  25. id:
    NSR:StopPlace:57982
    name:
    Nordby skola
    label:
    Nordby skola, Strömstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Strömstad
    county:
    Västra Götalands län
    lat:
    59.070254
    lon:
    11.226221
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.