no key · no human

MyNMB API, RSS and sitemap

Every article MyNMB publishes, as JSON, through an open API with no key and no signup. 62 of their articles are indexed right now, refreshed hourly.

South AfricaEnglish#14,302 by volume

Four ways to pull mynmb.co.za

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

JSON Search this publisher

Every article we hold from mynmb.co.za, newest first. Add q= to search inside.

curl -s "https://freenewsapi.ai/v1/search?host=mynmb.co.za&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=mynmb.co.za&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=mynmb.co.za&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=mynmb.co.za&size=20&fields=title,url,published_at,lang"open it →

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

crime 30%politics 20%travel 20%

Call the API

A live request. Paste it into a terminal and MyNMB headlines come back as JSON.

bash
curl "https://freenewsapi.ai/v1/search?host=mynmb.co.za&size=5"
62
articles indexed
35
in the last 30 days
4
median per day
1
languages
1232 min
median crawl lag
25.08 → 02.09
archive depth

Publishing volume

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

2026-08-25: 4 articles2026-08-26: 6 articles2026-08-27: 14 articles2026-08-29: 2 articles2026-08-30: 2 articles2026-08-31: 4 articles2026-09-01: 2 articles2026-09-02: 1 articles08-2508-2608-2708-2908-3008-3109-0109-02
bash
curl "https://freenewsapi.ai/v1/stats?host=mynmb.co.za&top=10"

Publishing rhythm

When MyNMB actually publishes, by hour of day (UTC) and by day of week — measured from 62 timestamps, not from a schedule they advertise.

00: 00001: 00102: 00203: 00304: 10405: 30506: 30607: 00708: 40809: 00910: 01011: 31112: 61213: 31314: 41415: 51516: 21617: 11718: 01819: 01920: 02021: 02122: 02223: 023
Mon: 4MonTue: 6TueWed: 7WedThu: 14ThuFri: 0FriSat: 2SatSun: 2Sun

Sections

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

SectionArticles
crime15
politics15
travel15

Languages

CodeLanguageArticlesShare
enEnglish3556.5%

Latest articles

The 18 most recent MyNMB articles in the index — the same rows the API returns, rendered for humans.

New Emergency Services Chief
2026-09-02 04:45 UTC
On 1 September 2026, Nelson Mandela Bay Municipality welcomed its new Senior Director for the Fire and Emergency Services Unit, Mr John Conway, bringing new leadership to
NMB Residents Begin Receiving Electricity Rebates
2026-09-01 12:12 UTC
Editor: Despite the incorrect manner in which the municipality actioned the increase which was turned over by the DA court action, I am still struggling with this: “If yo
75 Years
2026-09-01 08:00 UTC
Kariega – For a third of the time there has been a Uitenhage (now Kariega), there has been Volkswagen in Uitenhage. The small industrial town, established in 1804, has al
VW Leap into Science and Mathematics Education in KwaNobuhle
2026-08-31 17:02 UTC
Kariega – Coinciding with the celebrations of their 75th anniversary in South Africa, Volkswagen Group Africa (VWGA) has partnered with the LEAP institute to open a schoo
The Bay’s Manufacturing Future Hinges On…
2026-08-31 16:59 UTC
Nelson Mandela Bay – Nelson Mandela Bay’s manufacturing sector is facing a technical skills shortage that is constraining the region’s ability to grow, attract investment
Locally Developed E-Hailing Platform – Zippi
2026-08-31 16:50 UTC
A newly released, security-focused e-hailing platform will connect passengers with professionally screened, registered security officers as drivers. Gqeberha — Zippi, a n
Do You Know Who I Am?
2026-08-31 05:45 UTC
So said the disabled person from the passenger seat of the vehicle I was blocking and forced to jump out of harms way. And why did it sink to this loaded question? Becaus
Eastern Cape women still facing highest rape risk in SA
2026-08-30 14:44 UTC
Statement by Dr Vicky Knoetze MPL – DA Shadow MEC for Community Safety: As Women’s Month draws to a close, the latest crime statistics expose the brutal reality facing wo
Voter Turnout: Let’s Use a Carrot and Not a Stick
2026-08-29 08:15 UTC
Some countries fine citizens if they do not vote Why don’t we ‘incentivise’ citizens to vote Before we get to the nitty gritty of this premise let’s just clear the air of
Voter: Are you Part of the Non-Payment Problem or the Solution?
2026-08-27 15:06 UTC
This article is based on the following observation: “The ANC retaining votes depends heavily on their Assistance to the Poor and Social Grants to their voter base. This,
LGE 2026 - Who is Gonna Win?
2026-08-27 14:57 UTC · crime
Bay’s Deepening Sewerage Crisis
2026-08-27 13:49 UTC · crime
NOT Free Sardines
2026-08-27 12:01 UTC · crime
Keens Wholesalers Fraudsters Convicted
2026-08-27 06:46 UTC · crime

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=mynmb.co.za&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=mynmb.co.za&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 MyNMB 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
43%
articles with sections
average page weight

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

FAQ

Does MyNMB 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 62 of their articles and lets you filter by date, language and section.

How many articles does MyNMB publish per day?

4 on a median day, measured across 8 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.