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-23T11:01:16Z in 0.137 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:6803
    name:
    Sørli
    label:
    Sørli, Eidsvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Eidsvoll
    county:
    Akershus
    lat:
    60.365532
    lon:
    11.346297
  2. id:
    NSR:StopPlace:54995
    name:
    Sørli
    label:
    Sørli, Harstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Harstad
    county:
    Troms
    lat:
    68.730625
    lon:
    16.401796
  3. id:
    NSR:StopPlace:54999
    name:
    Sørli
    label:
    Sørli, Storfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Storfjord
    county:
    Troms
    lat:
    69.241572
    lon:
    20.046075
  4. id:
    NSR:StopPlace:42935
    name:
    Sørli
    label:
    Sørli, Midtre Gauldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    62.951503
    lon:
    10.27469
  5. id:
    NSR:StopPlace:58300
    name:
    Sørli
    label:
    Sørli, Oslo
    category:

    2 results

    1. onstreetTram
    2. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.875058
    lon:
    10.787877
  6. id:
    NSR:StopPlace:3342
    name:
    Sørli
    label:
    Sørli, Nesodden
    category:

    1 results

    1. onstreetBus
    municipality:
    Nesodden
    county:
    Akershus
    lat:
    59.816227
    lon:
    10.629559
  7. id:
    NSR:StopPlace:55002
    name:
    Sørli
    label:
    Sørli, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.788208
    lon:
    20.639369
  8. id:
    NSR:StopPlace:2523
    name:
    Sørli
    label:
    Sørli, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.121302
    lon:
    11.309103
  9. id:
    NSR:StopPlace:27670
    name:
    Sørli
    label:
    Sørli, Randaberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Randaberg
    county:
    Rogaland
    lat:
    58.993509
    lon:
    5.613472
  10. id:
    NSR:StopPlace:9570
    name:
    Sørli
    label:
    Sørli, Nord-Odal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Odal
    county:
    Innlandet
    lat:
    60.432133
    lon:
    11.488437
  11. id:
    NSR:StopPlace:54998
    name:
    Sørli
    label:
    Sørli, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.255998
    lon:
    19.156444
  12. id:
    NSR:StopPlace:12087
    name:
    Sørli
    label:
    Sørli, Øystre Slidre
    category:

    1 results

    1. onstreetBus
    municipality:
    Øystre Slidre
    county:
    Innlandet
    lat:
    61.097223
    lon:
    9.074527
  13. id:
    NSR:StopPlace:1285
    name:
    Sørlia
    label:
    Sørlia, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.590343
    lon:
    11.185699
  14. id:
    NSR:StopPlace:29359
    name:
    Sørlia
    label:
    Sørlia, Bergen
    category:

    1 results

    1. onstreetBus
    municipality:
    Bergen
    county:
    Vestland
    lat:
    60.309574
    lon:
    5.37139
  15. id:
    NSR:StopPlace:45447
    name:
    Sørlia
    label:
    Sørlia, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    63.995953
    lon:
    11.466218
  16. id:
    NSR:StopPlace:48387
    name:
    Sørlia
    label:
    Sørlia, Hattfjelldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Hattfjelldal
    county:
    Nordland
    lat:
    65.84074
    lon:
    14.196367
  17. id:
    NSR:StopPlace:46388
    name:
    Sørlia
    label:
    Sørlia, Nærøysund
    category:

    1 results

    1. onstreetBus
    municipality:
    Nærøysund
    county:
    Trøndelag
    lat:
    64.949003
    lon:
    11.949335
  18. id:
    NSR:StopPlace:45967
    name:
    Sørli vegdele
    label:
    Sørli vegdele, Nærøysund
    category:

    1 results

    1. onstreetBus
    municipality:
    Nærøysund
    county:
    Trøndelag
    lat:
    64.846636
    lon:
    11.339821
  19. id:
    NSR:StopPlace:47662
    name:
    Sørli kryss
    label:
    Sørli kryss, Narvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Narvik
    county:
    Nordland
    lat:
    68.29937
    lon:
    16.709097
  20. id:
    NSR:StopPlace:44142
    name:
    Sørli skole
    label:
    Sørli skole, Lierne
    category:

    1 results

    1. onstreetBus
    municipality:
    Lierne
    county:
    Trøndelag
    lat:
    64.223193
    lon:
    13.835955
  21. id:
    NSR:StopPlace:45107
    name:
    Sørlia barnehage
    label:
    Sørlia barnehage, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    63.995309
    lon:
    11.474266
  22. id:
    NSR:StopPlace:11260
    name:
    Sørlivegkrysset
    label:
    Sørlivegkrysset, Lunner
    category:

    1 results

    1. onstreetBus
    municipality:
    Lunner
    county:
    Akershus
    lat:
    60.211376
    lon:
    10.685436
  23. id:
    NSR:StopPlace:26917
    name:
    Sørliveien
    label:
    Sørliveien, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.922388
    lon:
    5.71424
  24. id:
    NSR:StopPlace:5401
    name:
    Sørlihavna
    label:
    Sørlihavna, Lørenskog
    category:

    1 results

    1. onstreetBus
    municipality:
    Lørenskog
    county:
    Akershus
    lat:
    59.919643
    lon:
    10.97716
  25. id:
    NSR:StopPlace:5463
    name:
    Sørlitoppen
    label:
    Sørlitoppen, Lørenskog
    category:

    1 results

    1. onstreetBus
    municipality:
    Lørenskog
    county:
    Akershus
    lat:
    59.919594
    lon:
    10.973657
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:6803
    name:
    Sørli
    label:
    Sørli, Eidsvoll
    category:

    1 results

    1. onstreetBus
    municipality:
    Eidsvoll
    county:
    Akershus
    lat:
    60.365532
    lon:
    11.346297
  2. id:
    NSR:StopPlace:54995
    name:
    Sørli
    label:
    Sørli, Harstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Harstad
    county:
    Troms
    lat:
    68.730625
    lon:
    16.401796
  3. id:
    NSR:StopPlace:54999
    name:
    Sørli
    label:
    Sørli, Storfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Storfjord
    county:
    Troms
    lat:
    69.241572
    lon:
    20.046075
  4. id:
    NSR:StopPlace:42935
    name:
    Sørli
    label:
    Sørli, Midtre Gauldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Midtre Gauldal
    county:
    Trøndelag
    lat:
    62.951503
    lon:
    10.27469
  5. id:
    NSR:StopPlace:58300
    name:
    Sørli
    label:
    Sørli, Oslo
    category:

    2 results

    1. onstreetTram
    2. onstreetBus
    municipality:
    Oslo
    county:
    Oslo
    lat:
    59.875058
    lon:
    10.787877
  6. id:
    NSR:StopPlace:3342
    name:
    Sørli
    label:
    Sørli, Nesodden
    category:

    1 results

    1. onstreetBus
    municipality:
    Nesodden
    county:
    Akershus
    lat:
    59.816227
    lon:
    10.629559
  7. id:
    NSR:StopPlace:55002
    name:
    Sørli
    label:
    Sørli, Nordreisa
    category:

    1 results

    1. onstreetBus
    municipality:
    Nordreisa
    county:
    Troms
    lat:
    69.788208
    lon:
    20.639369
  8. id:
    NSR:StopPlace:2523
    name:
    Sørli
    label:
    Sørli, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.121302
    lon:
    11.309103
  9. id:
    NSR:StopPlace:27670
    name:
    Sørli
    label:
    Sørli, Randaberg
    category:

    1 results

    1. onstreetBus
    municipality:
    Randaberg
    county:
    Rogaland
    lat:
    58.993509
    lon:
    5.613472
  10. id:
    NSR:StopPlace:9570
    name:
    Sørli
    label:
    Sørli, Nord-Odal
    category:

    1 results

    1. onstreetBus
    municipality:
    Nord-Odal
    county:
    Innlandet
    lat:
    60.432133
    lon:
    11.488437
  11. id:
    NSR:StopPlace:54998
    name:
    Sørli
    label:
    Sørli, Balsfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Balsfjord
    county:
    Troms
    lat:
    69.255998
    lon:
    19.156444
  12. id:
    NSR:StopPlace:12087
    name:
    Sørli
    label:
    Sørli, Øystre Slidre
    category:

    1 results

    1. onstreetBus
    municipality:
    Øystre Slidre
    county:
    Innlandet
    lat:
    61.097223
    lon:
    9.074527
  13. id:
    NSR:StopPlace:1285
    name:
    Sørlia
    label:
    Sørlia, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.590343
    lon:
    11.185699
  14. id:
    NSR:StopPlace:29359
    name:
    Sørlia
    label:
    Sørlia, Bergen
    category:

    1 results

    1. onstreetBus
    municipality:
    Bergen
    county:
    Vestland
    lat:
    60.309574
    lon:
    5.37139
  15. id:
    NSR:StopPlace:45447
    name:
    Sørlia
    label:
    Sørlia, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    63.995953
    lon:
    11.466218
  16. id:
    NSR:StopPlace:48387
    name:
    Sørlia
    label:
    Sørlia, Hattfjelldal
    category:

    1 results

    1. onstreetBus
    municipality:
    Hattfjelldal
    county:
    Nordland
    lat:
    65.84074
    lon:
    14.196367
  17. id:
    NSR:StopPlace:46388
    name:
    Sørlia
    label:
    Sørlia, Nærøysund
    category:

    1 results

    1. onstreetBus
    municipality:
    Nærøysund
    county:
    Trøndelag
    lat:
    64.949003
    lon:
    11.949335
  18. id:
    NSR:StopPlace:45967
    name:
    Sørli vegdele
    label:
    Sørli vegdele, Nærøysund
    category:

    1 results

    1. onstreetBus
    municipality:
    Nærøysund
    county:
    Trøndelag
    lat:
    64.846636
    lon:
    11.339821
  19. id:
    NSR:StopPlace:47662
    name:
    Sørli kryss
    label:
    Sørli kryss, Narvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Narvik
    county:
    Nordland
    lat:
    68.29937
    lon:
    16.709097
  20. id:
    NSR:StopPlace:44142
    name:
    Sørli skole
    label:
    Sørli skole, Lierne
    category:

    1 results

    1. onstreetBus
    municipality:
    Lierne
    county:
    Trøndelag
    lat:
    64.223193
    lon:
    13.835955
  21. id:
    NSR:StopPlace:45107
    name:
    Sørlia barnehage
    label:
    Sørlia barnehage, Steinkjer
    category:

    1 results

    1. onstreetBus
    municipality:
    Steinkjer
    county:
    Trøndelag
    lat:
    63.995309
    lon:
    11.474266
  22. id:
    NSR:StopPlace:11260
    name:
    Sørlivegkrysset
    label:
    Sørlivegkrysset, Lunner
    category:

    1 results

    1. onstreetBus
    municipality:
    Lunner
    county:
    Akershus
    lat:
    60.211376
    lon:
    10.685436
  23. id:
    NSR:StopPlace:26917
    name:
    Sørliveien
    label:
    Sørliveien, Stavanger
    category:

    1 results

    1. onstreetBus
    municipality:
    Stavanger
    county:
    Rogaland
    lat:
    58.922388
    lon:
    5.71424
  24. id:
    NSR:StopPlace:5401
    name:
    Sørlihavna
    label:
    Sørlihavna, Lørenskog
    category:

    1 results

    1. onstreetBus
    municipality:
    Lørenskog
    county:
    Akershus
    lat:
    59.919643
    lon:
    10.97716
  25. id:
    NSR:StopPlace:5463
    name:
    Sørlitoppen
    label:
    Sørlitoppen, Lørenskog
    category:

    1 results

    1. onstreetBus
    municipality:
    Lørenskog
    county:
    Akershus
    lat:
    59.919594
    lon:
    10.973657
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.