no key · no human

Stjørdals-Nytt API, RSS and sitemap

Every article Stjørdals-Nytt publishes, as JSON, through an open API with no key and no signup. 494 of their articles are indexed right now, refreshed hourly.

NorwayNorwegian Bokmål#4,750 by volume

Four ways to pull s-n.no

All four are ours, all four are live, and none of them needs a key.

JSON Search this publisher

Every article we hold from s-n.no, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=www.s-n.no&size=20"open it →

RSS Subscribe in any reader

The same articles as an RSS 2.0 feed. Works in Feedly, Inoreader, Thunderbird — anywhere.

curl -s "https://freenewsapi.ai/v1/rss?host=www.s-n.no&size=50"open it →

JSON Feed For apps

JSON Feed 1.1, the same content in a format apps parse natively.

curl -s "https://freenewsapi.ai/v1/feed.json?host=www.s-n.no&size=50"open it →

Trimmed For agents

Only the fields an agent needs — title, url, date, language — so the response stays small.

curl -s "https://freenewsapi.ai/v1/search?host=www.s-n.no&size=20&fields=title,url,published_at,lang"open it →

What this outlet covers, by share of its recent output:

energy 20%health 20%transport 20%

Call the API

A live request. Paste it into a terminal and Stjørdals-Nytt headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=www.s-n.no&size=5"
494
articles indexed
391
in the last 30 days
21
median per day
1
languages
1436 min
median crawl lag
05.08 → 06.09
archive depth

Publishing volume

Articles per day over the last 20 days. The busiest hour is 06:00 UTC — that is when the newsroom pushes its main batch.

2026-08-05: 1 articles2026-08-19: 2 articles2026-08-20: 10 articles2026-08-21: 12 articles2026-08-22: 15 articles2026-08-23: 16 articles2026-08-24: 28 articles2026-08-25: 31 articles2026-08-26: 35 articles2026-08-27: 31 articles2026-08-28: 34 articles2026-08-29: 28 articles2026-08-30: 21 articles2026-08-31: 15 articles2026-09-01: 14 articles2026-09-02: 22 articles2026-09-03: 32 articles2026-09-04: 22 articles2026-09-05: 15 articles2026-09-06: 8 articles08-0508-2108-2408-2708-3009-0209-0509-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.s-n.no&top=10"

Publishing rhythm

When Stjørdals-Nytt actually publishes, by hour of day (UTC) and by day of week — measured from 494 timestamps, not from a schedule they advertise.

00: 10001: 30102: 80203: 320304: 160405: 70506: 390607: 260708: 220809: 240910: 241011: 261112: 231213: 161314: 321415: 191516: 301617: 161718: 141819: 81920: 22021: 22122: 12223: 123
Mon: 43MonTue: 45TueWed: 60WedThu: 73ThuFri: 68FriSat: 58SatSun: 45Sun

Sections

Sections come from the publisher's own markup, present on 33% of their articles.

SectionArticles
energy131
health131
transport131

Languages

CodeLanguageArticlesShare
nbNorwegian Bokmål39279.4%

Latest articles

The 18 most recent Stjørdals-Nytt articles in the index — the same rows the API returns, rendered for humans.

I dag er det et populært turmål – før var det noe helt annet
2026-09-06 15:00 UTC
Den viktige trelasindustrien startet ofte langt til fjells.
Motorsykkel veltet på E6
2026-09-06 11:54 UTC · energy
Solveig og Asbjørn hadde nesten 400 rosebusker i hagen
2026-09-06 09:00 UTC
Stjørdals-Nytt har dykket ned i arkivet og hentet frem saker fra denne uka for 20 år siden.
Her er sykefraværet lavest i Trøndelag
2026-09-05 15:00 UTC
Tydal er den kommunen i Trøndelag med lavest sykefravær ved utgangen av andre kvartal i år, viser tall fra Nav.
Prisbelønt ekspert kommer til Kimen: – Det har skjedd mye innen feltet
2026-09-05 09:00 UTC
To profiler innen demensfeltet kommer til Kimen for å dele den nyeste kunnskapen om sykdommen.
Øl, dopapir, egg, ost og kjøtt forsvinner heldigvis ikke fra butikken: Streik avverget
2026-09-05 07:29 UTC
Fellesforbundet, Yrkestrafikkforbundet (YTF) og NHO Service og Handel er enige om en ny Grossistavtale. Dermed er streiken for rundt 700 ansatte avverget.

Harvest it all

Page through the archive by date. from and to accept YYYY-MM-DD or relative values such as now-7d.

bash
curl "https://freenewsapi.ai/v1/search?host=www.s-n.no&from=now-7d&size=100"

To poll for new material, keep the timestamp of the newest article you saw and ask only for what came after it:

bash
curl "https://freenewsapi.ai/v1/search?host=www.s-n.no&from=now-1h&sort=date_asc"

Article bodies come with full_text=true. No key, no quota tier, no header — see the search endpoint for every parameter.

Metadata quality

How well Stjørdals-Nytt marks up its own pages — useful if you are deciding whether to parse them yourself.

0%
dates from JSON-LD
0%
articles with a byline
33%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 1436 min at the median, 8924 minutes at the 90th percentile.

Similar publishers

Comparable outlets in the same language. Those without a page here yet link straight to their slice of the API.

FAQ

Does Stjørdals-Nytt have an official API?

Not a public one. This endpoint is the practical alternative: their articles as structured JSON, with title, lead, publication time, section, byline and a link back to the original.

How do I get their RSS feed?

Most publishers expose one at /rss or /feed, but feeds carry only the last few dozen items and drop them within hours. This index keeps 494 of their articles and lets you filter by date, language and section.

How many articles does Stjørdals-Nytt publish per day?

21 on a median day, measured across 20 days.

Can I use this commercially?

The API is free and unauthenticated. What you may do with the content is between you and the publisher: we return metadata, a lead paragraph and a link, not a licence.