no key · no human

Autocar API, RSS and sitemap

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

United KingdomEnglish#9,679 by volume

Four ways to pull autocar.co.uk

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

JSON Search this publisher

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

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

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

technology 33%transport 33%

Call the API

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

bash
curl "https://freenewsapi.ai/v1/search?host=www.autocar.co.uk&size=5"
165
articles indexed
165
in the last 30 days
8
median per day
1
languages
2742 min
median crawl lag
20.08 → 06.09
archive depth

Publishing volume

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

2026-08-20: 1 articles2026-08-21: 6 articles2026-08-22: 3 articles2026-08-23: 3 articles2026-08-24: 8 articles2026-08-25: 11 articles2026-08-26: 12 articles2026-08-27: 16 articles2026-08-28: 12 articles2026-08-29: 6 articles2026-08-30: 3 articles2026-08-31: 8 articles2026-09-01: 18 articles2026-09-02: 14 articles2026-09-03: 25 articles2026-09-04: 9 articles2026-09-05: 6 articles2026-09-06: 4 articles08-2008-2308-2608-2909-0109-0409-06
bash
curl "https://freenewsapi.ai/v1/stats?host=www.autocar.co.uk&top=10"

Publishing rhythm

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

00: 00001: 00102: 00203: 00304: 80405: 290506: 20607: 160708: 220809: 140910: 171011: 191112: 51213: 61314: 101415: 51516: 21617: 01718: 01819: 01920: 02021: 02122: 02223: 1023
Mon: 16MonTue: 29TueWed: 26WedThu: 42ThuFri: 27FriSat: 15SatSun: 10Sun

Sections

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

SectionArticles
technology42
transport42

Languages

CodeLanguageArticlesShare
enEnglish165100.0%

Latest articles

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

'We know who we are': Small cars can make Fiat bigger than ever
2026-09-06 07:00 UTC
<a href="/car-news/features/we-know-who-we-are-small-cars-can-make-fiat-bigger-ever"><img src="https://images.cdn.autocar.co.uk/sites/autocar.co.uk/files/styles/car_revie
Finding cars for stars: Meet the celebrity world's best car broker
2026-09-05 11:00 UTC
<a href="/car-news/features/finding-cars-stars-meet-celebrity-worlds-best-car-broker"><img src="https://images.cdn.autocar.co.uk/sites/autocar.co.uk/files/styles/car_revi
Why the supercar elite aren't scared of China's 1500bhp EVs
2026-09-05 07:00 UTC
<a href="/opinion/new-cars/why-supercar-elite-arent-scared-chinas-1500bhp-evs"><img src="https://images.cdn.autocar.co.uk/sites/autocar.co.uk/files/styles/car_review_imag
Confirmed: VW Group plans to halve model range as part of huge cuts
2026-09-04 14:56 UTC
<a href="/car-news/new-cars/confirmed-vw-group-plans-halve-model-range-part-huge-cuts"><img src="https://images.cdn.autocar.co.uk/sites/autocar.co.uk/files/styles/car_rev
Lessons in survival: Merc's Joachim Zahn showed car makers how to beat a crisis
2026-09-04 11:00 UTC
<a href="/car-news/from-the-archive/lessons-survival-mercs-joachim-zahn-showed-car-makers-how-beat-crisis"><img src="https://images.cdn.autocar.co.uk/sites/autocar.co.uk/
Dacia scraps plan to launch third C-segment model in 2027
2026-09-04 09:49 UTC
<a href="/car-news/new-cars/dacia-scraps-plan-launch-third-c-segment-model-2027"><img src="https://images.cdn.autocar.co.uk/sites/autocar.co.uk/files/styles/car_review_im
The best hybrid cars 2026: PHEVs and regular hybrids rated
2026-09-03 14:54 UTC
<a href="/car-news/best-cars/best-hybrid-cars"><img src="https://images.cdn.autocar.co.uk/sites/autocar.co.uk/files/styles/car_review_image_190/public/images/car-reviews/
The best cars produced during the 1990s
2026-09-03 14:24 UTC · technology
Handling, ride, MPG... We should also rate 'smell' in new car reviews
2026-09-03 13:00 UTC
<a href="/opinion/new-cars/handling-ride-mpg-we-should-also-rate-smell-new-car-reviews"><img src="https://images.cdn.autocar.co.uk/sites/autocar.co.uk/files/styles/car_re

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.autocar.co.uk&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.autocar.co.uk&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 Autocar 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
25%
articles with sections
average page weight

Crawl lag — the delay between publication and the article reaching this index — is 2742 min at the median, 7965 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 Autocar 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 165 of their articles and lets you filter by date, language and section.

How many articles does Autocar publish per day?

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