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:31:50Z in 0.203 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:13493
    name:
    Skarven
    label:
    Skarven, Ringebu
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringebu
    county:
    Innlandet
    lat:
    61.525916
    lon:
    10.161683
  2. id:
    NSR:StopPlace:57162
    name:
    Skarven læringssenter
    label:
    Skarven læringssenter, Loppa
    category:

    1 results

    1. onstreetBus
    municipality:
    Loppa
    county:
    Finnmark
    lat:
    70.250454
    lon:
    22.352506
  3. id:
    NSR:StopPlace:60892
    name:
    Skansen
    label:
    Skansen, Trondheim
    category:

    2 results

    1. onstreetBus
    2. onstreetTram
    municipality:
    Trondheim
    county:
    Trøndelag
    lat:
    63.429884
    lon:
    10.372931
  4. id:
    NSR:StopPlace:24960
    name:
    Skaren
    label:
    Skaren, Kvinesdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinesdal
    county:
    Agder
    lat:
    58.308869
    lon:
    6.993674
  5. id:
    NSR:StopPlace:60977
    name:
    Skåråen
    label:
    Skåråen, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.473437
    lon:
    11.114028
  6. id:
    NSR:StopPlace:41209
    name:
    Skorgen
    label:
    Skorgen, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.772226
    lon:
    7.970866
  7. id:
    NSR:StopPlace:21297
    name:
    Skårnes
    label:
    Skårnes, Hjartdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Hjartdal
    county:
    Telemark
    lat:
    59.619648
    lon:
    8.845105
  8. id:
    NSR:StopPlace:32081
    name:
    Skansen
    label:
    Skansen, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.583254
    lon:
    5.238082
  9. id:
    NSR:StopPlace:30211
    name:
    Skarvane
    label:
    Skarvane, Stord
    category:

    1 results

    1. onstreetBus
    municipality:
    Stord
    county:
    Vestland
    lat:
    59.841718
    lon:
    5.573235
  10. id:
    NSR:StopPlace:42189
    name:
    Skarsem
    label:
    Skarsem, Oppdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Oppdal
    county:
    Trøndelag
    lat:
    62.608996
    lon:
    9.614526
  11. id:
    NSR:StopPlace:46292
    name:
    Skardet
    label:
    Skardet, Nærøysund
    category:

    1 results

    1. onstreetBus
    municipality:
    Nærøysund
    county:
    Trøndelag
    lat:
    64.789194
    lon:
    11.29188
  12. id:
    NSR:StopPlace:19951
    name:
    Skauen
    label:
    Skauen, Siljan
    category:

    1 results

    1. onstreetBus
    municipality:
    Siljan
    county:
    Telemark
    lat:
    59.265269
    lon:
    9.696132
  13. id:
    NSR:StopPlace:14722
    name:
    Skarset
    label:
    Skarset, Gjøvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjøvik
    county:
    Innlandet
    lat:
    60.971305
    lon:
    10.488151
  14. id:
    NSR:StopPlace:10004
    name:
    Skårsveen
    label:
    Skårsveen, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    60.877488
    lon:
    11.082631
  15. id:
    NSR:StopPlace:21295
    name:
    Skårmoen
    label:
    Skårmoen, Fyresdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Fyresdal
    county:
    Telemark
    lat:
    59.235051
    lon:
    8.058182
  16. id:
    NSR:StopPlace:32079
    name:
    Skansen
    label:
    Skansen, Askøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Askøy
    county:
    Vestland
    lat:
    60.422925
    lon:
    5.208126
  17. id:
    NSR:StopPlace:40763
    name:
    Skardet
    label:
    Skardet, Averøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Averøy
    county:
    Møre og Romsdal
    lat:
    63.049312
    lon:
    7.497801
  18. id:
    NSR:StopPlace:40791
    name:
    Skarset
    label:
    Skarset, Averøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Averøy
    county:
    Møre og Romsdal
    lat:
    62.969588
    lon:
    7.622775
  19. id:
    NSR:StopPlace:42182
    name:
    Skansen
    label:
    Skansen, Åfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Åfjord
    county:
    Trøndelag
    lat:
    63.988747
    lon:
    10.737941
  20. id:
    NSR:StopPlace:26277
    name:
    Skaret
    label:
    Skaret, Klepp
    category:

    1 results

    1. onstreetBus
    municipality:
    Klepp
    county:
    Rogaland
    lat:
    58.737962
    lon:
    5.638923
  21. id:
    NSR:StopPlace:53300
    name:
    Skaret
    label:
    Skaret, Skjervøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjervøy
    county:
    Troms
    lat:
    70.08986
    lon:
    20.755543
  22. id:
    NSR:StopPlace:24966
    name:
    Skaret
    label:
    Skaret, Froland
    category:

    1 results

    1. onstreetBus
    municipality:
    Froland
    county:
    Agder
    lat:
    58.527451
    lon:
    8.641709
  23. id:
    NSR:StopPlace:25043
    name:
    Skauen
    label:
    Skauen, Arendal
    category:

    1 results

    1. onstreetBus
    municipality:
    Arendal
    county:
    Agder
    lat:
    58.564455
    lon:
    8.957135
  24. id:
    NSR:StopPlace:46173
    name:
    Skråen
    label:
    Skråen, Leka
    category:

    1 results

    1. onstreetBus
    municipality:
    Leka
    county:
    Trøndelag
    lat:
    65.107884
    lon:
    11.676419
  25. id:
    NSR:StopPlace:1346
    name:
    Skaugen
    label:
    Skaugen, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.593709
    lon:
    11.17754
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:13493
    name:
    Skarven
    label:
    Skarven, Ringebu
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringebu
    county:
    Innlandet
    lat:
    61.525916
    lon:
    10.161683
  2. id:
    NSR:StopPlace:57162
    name:
    Skarven læringssenter
    label:
    Skarven læringssenter, Loppa
    category:

    1 results

    1. onstreetBus
    municipality:
    Loppa
    county:
    Finnmark
    lat:
    70.250454
    lon:
    22.352506
  3. id:
    NSR:StopPlace:60892
    name:
    Skansen
    label:
    Skansen, Trondheim
    category:

    2 results

    1. onstreetBus
    2. onstreetTram
    municipality:
    Trondheim
    county:
    Trøndelag
    lat:
    63.429884
    lon:
    10.372931
  4. id:
    NSR:StopPlace:24960
    name:
    Skaren
    label:
    Skaren, Kvinesdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Kvinesdal
    county:
    Agder
    lat:
    58.308869
    lon:
    6.993674
  5. id:
    NSR:StopPlace:60977
    name:
    Skåråen
    label:
    Skåråen, Stjørdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Stjørdal
    county:
    Trøndelag
    lat:
    63.473437
    lon:
    11.114028
  6. id:
    NSR:StopPlace:41209
    name:
    Skorgen
    label:
    Skorgen, Molde
    category:

    1 results

    1. onstreetBus
    municipality:
    Molde
    county:
    Møre og Romsdal
    lat:
    62.772226
    lon:
    7.970866
  7. id:
    NSR:StopPlace:21297
    name:
    Skårnes
    label:
    Skårnes, Hjartdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Hjartdal
    county:
    Telemark
    lat:
    59.619648
    lon:
    8.845105
  8. id:
    NSR:StopPlace:32081
    name:
    Skansen
    label:
    Skansen, Alver
    category:

    1 results

    1. onstreetBus
    municipality:
    Alver
    county:
    Vestland
    lat:
    60.583254
    lon:
    5.238082
  9. id:
    NSR:StopPlace:30211
    name:
    Skarvane
    label:
    Skarvane, Stord
    category:

    1 results

    1. onstreetBus
    municipality:
    Stord
    county:
    Vestland
    lat:
    59.841718
    lon:
    5.573235
  10. id:
    NSR:StopPlace:42189
    name:
    Skarsem
    label:
    Skarsem, Oppdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Oppdal
    county:
    Trøndelag
    lat:
    62.608996
    lon:
    9.614526
  11. id:
    NSR:StopPlace:46292
    name:
    Skardet
    label:
    Skardet, Nærøysund
    category:

    1 results

    1. onstreetBus
    municipality:
    Nærøysund
    county:
    Trøndelag
    lat:
    64.789194
    lon:
    11.29188
  12. id:
    NSR:StopPlace:19951
    name:
    Skauen
    label:
    Skauen, Siljan
    category:

    1 results

    1. onstreetBus
    municipality:
    Siljan
    county:
    Telemark
    lat:
    59.265269
    lon:
    9.696132
  13. id:
    NSR:StopPlace:14722
    name:
    Skarset
    label:
    Skarset, Gjøvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Gjøvik
    county:
    Innlandet
    lat:
    60.971305
    lon:
    10.488151
  14. id:
    NSR:StopPlace:10004
    name:
    Skårsveen
    label:
    Skårsveen, Ringsaker
    category:

    1 results

    1. onstreetBus
    municipality:
    Ringsaker
    county:
    Innlandet
    lat:
    60.877488
    lon:
    11.082631
  15. id:
    NSR:StopPlace:21295
    name:
    Skårmoen
    label:
    Skårmoen, Fyresdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Fyresdal
    county:
    Telemark
    lat:
    59.235051
    lon:
    8.058182
  16. id:
    NSR:StopPlace:32079
    name:
    Skansen
    label:
    Skansen, Askøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Askøy
    county:
    Vestland
    lat:
    60.422925
    lon:
    5.208126
  17. id:
    NSR:StopPlace:40763
    name:
    Skardet
    label:
    Skardet, Averøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Averøy
    county:
    Møre og Romsdal
    lat:
    63.049312
    lon:
    7.497801
  18. id:
    NSR:StopPlace:40791
    name:
    Skarset
    label:
    Skarset, Averøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Averøy
    county:
    Møre og Romsdal
    lat:
    62.969588
    lon:
    7.622775
  19. id:
    NSR:StopPlace:42182
    name:
    Skansen
    label:
    Skansen, Åfjord
    category:

    1 results

    1. onstreetBus
    municipality:
    Åfjord
    county:
    Trøndelag
    lat:
    63.988747
    lon:
    10.737941
  20. id:
    NSR:StopPlace:26277
    name:
    Skaret
    label:
    Skaret, Klepp
    category:

    1 results

    1. onstreetBus
    municipality:
    Klepp
    county:
    Rogaland
    lat:
    58.737962
    lon:
    5.638923
  21. id:
    NSR:StopPlace:53300
    name:
    Skaret
    label:
    Skaret, Skjervøy
    category:

    1 results

    1. onstreetBus
    municipality:
    Skjervøy
    county:
    Troms
    lat:
    70.08986
    lon:
    20.755543
  22. id:
    NSR:StopPlace:24966
    name:
    Skaret
    label:
    Skaret, Froland
    category:

    1 results

    1. onstreetBus
    municipality:
    Froland
    county:
    Agder
    lat:
    58.527451
    lon:
    8.641709
  23. id:
    NSR:StopPlace:25043
    name:
    Skauen
    label:
    Skauen, Arendal
    category:

    1 results

    1. onstreetBus
    municipality:
    Arendal
    county:
    Agder
    lat:
    58.564455
    lon:
    8.957135
  24. id:
    NSR:StopPlace:46173
    name:
    Skråen
    label:
    Skråen, Leka
    category:

    1 results

    1. onstreetBus
    municipality:
    Leka
    county:
    Trøndelag
    lat:
    65.107884
    lon:
    11.676419
  25. id:
    NSR:StopPlace:1346
    name:
    Skaugen
    label:
    Skaugen, Indre Østfold
    category:

    1 results

    1. onstreetBus
    municipality:
    Indre Østfold
    county:
    Østfold
    lat:
    59.593709
    lon:
    11.17754
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.