search_news
Search geolocated Norwegian news and police events.
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/nyheter/search_news/?query={query}&since={since}&until={until}&kind={kind}&lat={lat}&lon={lon}&radius_km=25&limit=25&offset=0
For software and dashboards:
Read the operation descriptor.
The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/nyheter/search_news?query={query}&since={since}&until={until}&kind={kind}&lat={lat}&lon={lon}&radius_km=25&limit=25&offset=0.
Open this exact request as JSON.
| Parameter | Requirement | JSON type | Description |
|---|---|---|---|
query | optional | union | Free-text term matched case-insensitively against each event's name, summary and location (client-side; the API has no text search). E.g. "brann", "Bergen", "trafikkulykke". |
since | optional | union | ISO 8601 UTC lower bound on when the event was seen, e.g. "2026-07-10T00:00:00Z". Default: 24 hours ago. |
until | optional | union | ISO 8601 UTC upper bound. Default: open-ended. |
kind | optional | union | "news" for news media only, "police" for police log (politiloggen) entries only. Default: both. |
lat | optional | union | Centre latitude (WGS84) for an area search. Give lat and lon together to only return events within radius_km of the point. Unit: decimal degrees (WGS84). |
lon | optional | union | Centre longitude (WGS84). Unit: decimal degrees (WGS84). |
radius_km | optional | number | Search radius in km around lat/lon (default 25). Unit: kilometres. |
limit | optional | integer | Max events to return, 1 to 100 (default 25). Unit: items. |
offset | optional | integer | Skip this many matching events (for pagination). Unit: items. |
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/nyheter/search_news?query={query}&since={since}&until={until}&kind={kind}&lat={lat}&lon={lon}&radius_km=25&limit=25&offset=0
Replace URL placeholders and remove unused optional parameters.
JavaScript in a dashboard
const url = "https://allemannsdata.com/wiki/api/v1/kilder/nyheter/search_news?query={query}&since={since}&until={until}&kind={kind}&lat={lat}&lon={lon}&radius_km=25&limit=25&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/nyheter/search_news?query={query}&since={since}&until={until}&kind={kind}&lat={lat}&lon={lon}&radius_km=25&limit=25&offset=0"
with urlopen(url) as response:
result = json.load(response)
data = result["data"]
Response structure
{
"source": "nyheter",
"operation": "search_news",
"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.
Result
Showing 5 of 476 results in compact format.
- name:
- – Vi har en forpliktelse til å bry oss om hvordan folk har det
- id:
- news-37732a4cfcb440b6-no2
- lat:
- 69.64631
- lon:
- 18.9497
- name:
- Var rasande: – Eg føler meg ikkje inkludert
- id:
- news-d7e903d1b205472d-no2
- lat:
- 59.91623
- lon:
- 10.74484
- name:
- Sametinget fjernet plenumsmøtet fra nett
- id:
- news-61f1c201b44096dd-no2
- lat:
- 69.47085
- lon:
- 25.51287
- name:
- Nærmer seg ny tunnelstenging: – Kan bli en tålmodighetsprøve
- id:
- news-4655d356826dc091-no2
- lat:
- 67.27977
- lon:
- 14.41532
- name:
- Trafikk – Moss
- id:
- politilogg-26587l-0
- lat:
- 59.43127
- lon:
- 10.65445
Show all fields in HTML
- since:
- 2026-09-25T19:53:52.648975+00:00
- until:
- not reported by source
- total:
- 476
- matched:
- 5
- offset:
- 0
- count:
- 5
- items:
5 results
- id:
- news-37732a4cfcb440b6-no2
- name:
- – Vi har en forpliktelse til å bry oss om hvordan folk har det
- lat:
- 69.64631
- lon:
- 18.9497
- source:
- iTromsø
- summary:
- Tromsø inngikk i 2001 en vennskapsbyavtale med Gaza, og Christiane Kolberg var med på å opprette avtalen, som nå er 25 år gammel.
- location:
- Tromsø
- link:
- https://www.itromso.no/nyheter/n/vrL72L/vi-har-en-forpliktelse-til-aa-bry-oss-om-hvordan-folk-har-det
- severity:
- low
- tags:
4 results
- vennskapsby
- Gaza
- Tromsø
- avtale
- pub_date:
- 2026-09-26T19:29:15+00:00
- first_seen:
- 2026-09-26T19:34:19.474638+00:00
- last_seen:
- 2026-09-26T19:34:19.474638+00:00
- id:
- news-d7e903d1b205472d-no2
- name:
- Var rasande: – Eg føler meg ikkje inkludert
- lat:
- 59.91623
- lon:
- 10.74484
- source:
- Porten
- summary:
- Ap og Høyre ble enige etter et langt møte, men de uavhengige representantene følte seg ekskludert, noe som skapte sterke reaksjoner.
- location:
- Oslo
- link:
- https://www.porten.no/nyheiter/n/k05vOa/var-rasande-eg-foeler-meg-ikkje-inkludert
- severity:
- medium
- tags:
6 results
- politikk
- kommune
- inkludering
- Ap
- Høyre
- oslo
- pub_date:
- 2026-09-25T15:10:16+00:00
- first_seen:
- 2026-09-25T19:56:18.744345+00:00
- last_seen:
- 2026-09-26T14:16:51.518590+00:00
- id:
- news-61f1c201b44096dd-no2
- name:
- Sametinget fjernet plenumsmøtet fra nett
- lat:
- 69.47085
- lon:
- 25.51287
- source:
- NRK
- summary:
- Sametinget fjernet videoopptaket fra et plenumsmøte etter at enkeltpersoner ble navngitt, noe som utløste anklager om sensur fra opposisjonen.
- location:
- Karasjok
- link:
- https://www.nrk.no/sapmi/sametinget-fjernet-plenumsmote-fra-nett_-opposisjonen-kaller-det-for-sensur-1.18036463
- severity:
- medium
- tags:
5 results
- Sametinget
- sensur
- plenumsmøte
- ytringsfrihet
- karasjok
- pub_date:
- 2026-09-25T13:07:46+00:00
- first_seen:
- 2026-09-25T19:56:18.744345+00:00
- last_seen:
- 2026-09-26T14:16:51.518590+00:00
- id:
- news-4655d356826dc091-no2
- name:
- Nærmer seg ny tunnelstenging: – Kan bli en tålmodighetsprøve
- lat:
- 67.27977
- lon:
- 14.41532
- source:
- iTromsø
- summary:
- Stengingen av Breivikatunnelen i oktober vil trolig føre til økt trafikk og lengre kø på pressede veier, og nødetatene ber bilistene vise hensyn.
- location:
- Nordland
- link:
- https://www.itromso.no/nyheter/n/7paQP3/naermer-seg-ny-tunnelstenging-kan-bli-en-taalmodighetsproeve
- severity:
- medium
- tags:
5 results
- trafikk
- tunnelstenging
- kø
- nødetater
- nordland
- pub_date:
- 2026-09-25T12:00:04+00:00
- first_seen:
- 2026-09-25T19:56:18.744345+00:00
- last_seen:
- 2026-09-26T07:59:14.831659+00:00
- id:
- politilogg-26587l-0
- name:
- Trafikk – Moss
- lat:
- 59.43127
- lon:
- 10.65445
- source:
- Politiloggen
- summary:
- Patrulje stanset 2 mindreårige gutter på EL-sparkesykkel som går over lovlig hastighet. De skal angivelig gå 65 km/t og 85 km/t. Foreldrene informert og det blir opprettet sak. Politiet har tatt begge sparkesyklene i beslag.
- location:
- Moss
- link:
- https://politiloggen.politiet.no/logg/26587l-0
- severity:
- low
- tags:
2 results
- trafikk
- moss
- is_active:
- no
- pub_date:
- 2026-09-26T00:08:25.9031827+00:00
- first_seen:
- 2026-09-26T00:18:21.730767+00:00
- last_seen:
- 2026-09-26T02:04:50.241175+00:00
- limit:
- 25
- returned:
- 5
- has_more_results:
- yes
- truncated:
- yes
- next_offset:
- 5
Will you use the result in generated code?
Is data missing or incorrect? Send feedback about this result.
Continue exploring
- Back to Norwegian news events
- All sources in News and public safety
- Search for Norwegian news events in the wiki
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_news lookup
- Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
- Check types, units, limits and ID formats in the parameter table.
- 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.
AI agent? Read the complete navigation and programming guide.