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:41:23Z in 0.141 seconds.

returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:2587
    name:
    Coop Tryms vei
    label:
    Coop Tryms vei, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.131766
    lon:
    11.361906
  2. id:
    NSR:StopPlace:59900
    name:
    Bodals vei 1
    label:
    Bodals vei 1, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.249759
    lon:
    11.183846
  3. id:
    NSR:StopPlace:43911
    name:
    Brukseier Olsens vei 1
    label:
    Brukseier Olsens vei 1, Trondheim
    category:

    1 results

    1. onstreetBus
    municipality:
    Trondheim
    county:
    Trøndelag
    lat:
    63.450458
    lon:
    10.314578
  4. id:
    NSR:StopPlace:55245
    name:
    Anton Silsands vei
    label:
    Anton Silsands vei, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.239598
    lon:
    17.931145
  5. id:
    NSR:StopPlace:18086
    name:
    Wistings vei 15
    label:
    Wistings vei 15, Horten
    category:

    1 results

    1. onstreetBus
    municipality:
    Horten
    county:
    Vestfold
    lat:
    59.418209
    lon:
    10.46702
  6. id:
    NSR:StopPlace:52774
    name:
    Sara Hauges vei
    label:
    Sara Hauges vei, Harstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Harstad
    county:
    Troms
    lat:
    68.793594
    lon:
    16.532503
  7. id:
    NSR:StopPlace:2791
    name:
    Oscar Pedersens vei 17
    label:
    Oscar Pedersens vei 17, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.27877
    lon:
    11.115827
  8. id:
    NSR:StopPlace:1618
    name:
    Roald Amundsens vei 155
    label:
    Roald Amundsens vei 155, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.241787
    lon:
    11.01974
  9. id:
    NSR:StopPlace:1620
    name:
    Roald Amundsens vei 136
    label:
    Roald Amundsens vei 136, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.240995
    lon:
    11.017365
  10. id:
    NSR:StopPlace:1624
    name:
    Roald Amundsens vei 118
    label:
    Roald Amundsens vei 118, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.23906
    lon:
    11.013307
  11. id:
    NSR:StopPlace:59903
    name:
    Bodals vei 111
    label:
    Bodals vei 111, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.2472
    lon:
    11.194087
  12. id:
    NSR:StopPlace:17195
    name:
    Ltz. Hervigs vei 100
    label:
    Ltz. Hervigs vei 100, Drammen
    category:

    1 results

    1. onstreetBus
    municipality:
    Drammen
    county:
    Buskerud
    lat:
    59.714505
    lon:
    10.228355
  13. id:
    NSR:StopPlace:17197
    name:
    Ltz. Hervigs vei 132
    label:
    Ltz. Hervigs vei 132, Drammen
    category:

    1 results

    1. onstreetBus
    municipality:
    Drammen
    county:
    Buskerud
    lat:
    59.714635
    lon:
    10.22466
  14. id:
    NSR:StopPlace:2877
    name:
    Olaf Amundsens vei 17
    label:
    Olaf Amundsens vei 17, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.294556
    lon:
    11.101462
  15. id:
    NSR:StopPlace:62414
    name:
    Krognesvegen 1
    label:
    Krognesvegen 1, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.639903
    lon:
    18.921617
  16. id:
    NSR:StopPlace:47806
    name:
    Rynesåsen Stopp 1
    label:
    Rynesåsen Stopp 1, Vefsn
    category:

    1 results

    1. onstreetBus
    municipality:
    Vefsn
    county:
    Nordland
    lat:
    65.873477
    lon:
    13.18396
  17. id:
    NSR:StopPlace:18895
    name:
    Pauler 1
    label:
    Pauler 1, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.064735
    lon:
    9.954586
  18. id:
    NSR:StopPlace:17718
    name:
    Gutugata 1
    label:
    Gutugata 1, Holmestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Holmestrand
    county:
    Vestfold
    lat:
    59.648124
    lon:
    10.231265
  19. id:
    NSR:StopPlace:18835
    name:
    Tagtvedt 1
    label:
    Tagtvedt 1, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.059082
    lon:
    10.055763
  20. id:
    NSR:StopPlace:18649
    name:
    Strand 1
    label:
    Strand 1, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.114704
    lon:
    9.90819
  21. id:
    NSR:StopPlace:60473
    name:
    Stølen 1-119
    label:
    Stølen 1-119, Sogndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sogndal
    county:
    Vestland
    lat:
    61.213139
    lon:
    7.135288
  22. id:
    NSR:StopPlace:45327
    name:
    Tromsdal
    label:
    Tromsdal, Verdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Verdal
    county:
    Trøndelag
    lat:
    63.722619
    lon:
    11.641939
  23. id:
    NSR:StopPlace:56294
    name:
    Conrad Holmboes veg 12
    label:
    Conrad Holmboes veg 12, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.654694
    lon:
    18.948289
  24. id:
    NSR:StopPlace:52403
    name:
    Henrik Wergelands veg
    label:
    Henrik Wergelands veg, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.641239
    lon:
    18.917577
  25. id:
    NSR:StopPlace:54371
    name:
    Lensmann Hvedings veg
    label:
    Lensmann Hvedings veg, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.588982
    lon:
    18.041964
limit:
25
offset:
0
has_more_results:
no
truncated:
no
Show all fields in HTML
returned:
25
stops:

25 results

  1. id:
    NSR:StopPlace:2587
    name:
    Coop Tryms vei
    label:
    Coop Tryms vei, Halden
    category:

    1 results

    1. onstreetBus
    municipality:
    Halden
    county:
    Østfold
    lat:
    59.131766
    lon:
    11.361906
  2. id:
    NSR:StopPlace:59900
    name:
    Bodals vei 1
    label:
    Bodals vei 1, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.249759
    lon:
    11.183846
  3. id:
    NSR:StopPlace:43911
    name:
    Brukseier Olsens vei 1
    label:
    Brukseier Olsens vei 1, Trondheim
    category:

    1 results

    1. onstreetBus
    municipality:
    Trondheim
    county:
    Trøndelag
    lat:
    63.450458
    lon:
    10.314578
  4. id:
    NSR:StopPlace:55245
    name:
    Anton Silsands vei
    label:
    Anton Silsands vei, Senja
    category:

    1 results

    1. onstreetBus
    municipality:
    Senja
    county:
    Troms
    lat:
    69.239598
    lon:
    17.931145
  5. id:
    NSR:StopPlace:18086
    name:
    Wistings vei 15
    label:
    Wistings vei 15, Horten
    category:

    1 results

    1. onstreetBus
    municipality:
    Horten
    county:
    Vestfold
    lat:
    59.418209
    lon:
    10.46702
  6. id:
    NSR:StopPlace:52774
    name:
    Sara Hauges vei
    label:
    Sara Hauges vei, Harstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Harstad
    county:
    Troms
    lat:
    68.793594
    lon:
    16.532503
  7. id:
    NSR:StopPlace:2791
    name:
    Oscar Pedersens vei 17
    label:
    Oscar Pedersens vei 17, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.27877
    lon:
    11.115827
  8. id:
    NSR:StopPlace:1618
    name:
    Roald Amundsens vei 155
    label:
    Roald Amundsens vei 155, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.241787
    lon:
    11.01974
  9. id:
    NSR:StopPlace:1620
    name:
    Roald Amundsens vei 136
    label:
    Roald Amundsens vei 136, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.240995
    lon:
    11.017365
  10. id:
    NSR:StopPlace:1624
    name:
    Roald Amundsens vei 118
    label:
    Roald Amundsens vei 118, Fredrikstad
    category:

    1 results

    1. onstreetBus
    municipality:
    Fredrikstad
    county:
    Østfold
    lat:
    59.23906
    lon:
    11.013307
  11. id:
    NSR:StopPlace:59903
    name:
    Bodals vei 111
    label:
    Bodals vei 111, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.2472
    lon:
    11.194087
  12. id:
    NSR:StopPlace:17195
    name:
    Ltz. Hervigs vei 100
    label:
    Ltz. Hervigs vei 100, Drammen
    category:

    1 results

    1. onstreetBus
    municipality:
    Drammen
    county:
    Buskerud
    lat:
    59.714505
    lon:
    10.228355
  13. id:
    NSR:StopPlace:17197
    name:
    Ltz. Hervigs vei 132
    label:
    Ltz. Hervigs vei 132, Drammen
    category:

    1 results

    1. onstreetBus
    municipality:
    Drammen
    county:
    Buskerud
    lat:
    59.714635
    lon:
    10.22466
  14. id:
    NSR:StopPlace:2877
    name:
    Olaf Amundsens vei 17
    label:
    Olaf Amundsens vei 17, Sarpsborg
    category:

    1 results

    1. onstreetBus
    municipality:
    Sarpsborg
    county:
    Østfold
    lat:
    59.294556
    lon:
    11.101462
  15. id:
    NSR:StopPlace:62414
    name:
    Krognesvegen 1
    label:
    Krognesvegen 1, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.639903
    lon:
    18.921617
  16. id:
    NSR:StopPlace:47806
    name:
    Rynesåsen Stopp 1
    label:
    Rynesåsen Stopp 1, Vefsn
    category:

    1 results

    1. onstreetBus
    municipality:
    Vefsn
    county:
    Nordland
    lat:
    65.873477
    lon:
    13.18396
  17. id:
    NSR:StopPlace:18895
    name:
    Pauler 1
    label:
    Pauler 1, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.064735
    lon:
    9.954586
  18. id:
    NSR:StopPlace:17718
    name:
    Gutugata 1
    label:
    Gutugata 1, Holmestrand
    category:

    1 results

    1. onstreetBus
    municipality:
    Holmestrand
    county:
    Vestfold
    lat:
    59.648124
    lon:
    10.231265
  19. id:
    NSR:StopPlace:18835
    name:
    Tagtvedt 1
    label:
    Tagtvedt 1, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.059082
    lon:
    10.055763
  20. id:
    NSR:StopPlace:18649
    name:
    Strand 1
    label:
    Strand 1, Larvik
    category:

    1 results

    1. onstreetBus
    municipality:
    Larvik
    county:
    Vestfold
    lat:
    59.114704
    lon:
    9.90819
  21. id:
    NSR:StopPlace:60473
    name:
    Stølen 1-119
    label:
    Stølen 1-119, Sogndal
    category:

    1 results

    1. onstreetBus
    municipality:
    Sogndal
    county:
    Vestland
    lat:
    61.213139
    lon:
    7.135288
  22. id:
    NSR:StopPlace:45327
    name:
    Tromsdal
    label:
    Tromsdal, Verdal
    category:

    1 results

    1. onstreetBus
    municipality:
    Verdal
    county:
    Trøndelag
    lat:
    63.722619
    lon:
    11.641939
  23. id:
    NSR:StopPlace:56294
    name:
    Conrad Holmboes veg 12
    label:
    Conrad Holmboes veg 12, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.654694
    lon:
    18.948289
  24. id:
    NSR:StopPlace:52403
    name:
    Henrik Wergelands veg
    label:
    Henrik Wergelands veg, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.641239
    lon:
    18.917577
  25. id:
    NSR:StopPlace:54371
    name:
    Lensmann Hvedings veg
    label:
    Lensmann Hvedings veg, Tromsø
    category:

    1 results

    1. onstreetBus
    municipality:
    Tromsø
    county:
    Troms
    lat:
    69.588982
    lon:
    18.041964
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.