The Report of the Week

Every food & drink review from TheReportOfTheWeek, as JSON

🩺 Health & FoodNEWchecked 30 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

A community-built API cataloguing YouTuber TheReportOfTheWeek's food, drink and 'Running On Empty' reviews. Filter /api/v1/reports by category, rating or date to get products, manufacturers, video codes and scores. Keyless JSON.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · new
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://www.thereportoftheweekapi.com/api/v1/reports/?min_rating=9&max_rating=10

{
  "reports": [
    {
      "product": "All-American Smasher Meal",
      "manufacturer": "Sonic",
      "category": "Running On Empty",
      "videoCode": "5JGfGqH5Oyg",
      "dateReleased": "2026-01-23",
      "rating": 9.1,
      "id": "fcb96f7b-505e-47c6-b3fa-b031ea962caf"
    }
  ]
}
Call itcurl · fetch · python
curl "https://www.thereportoftheweekapi.com/api/v1/reports/?min_rating=9&max_rating=10"
const res = await fetch("https://www.thereportoftheweekapi.com/api/v1/reports/?min_rating=9&max_rating=10");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://www.thereportoftheweekapi.com/api/v1/reports/?min_rating=9&max_rating=10")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 6NewFULL DOCS ↗
Monitored path responding — GET /api/v1/reports/?min_rating=9&max_rating=10checked 30 min ago
GET/api/v1/reports/?min_rating=9&max_rating=10PROBED

Every food & drink review from TheReportOfTheWeek, as JSON

GET/api

Api — documented GET route.

GET/api/1

Api details by ID (example: 1).

GET/api?limit=10

Api — documented GET route.

GET/api/search?q=test

Search by query parameters.

GET/api/v1/reports/?limit=5

Reports — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

The Report of the Week: common questions

Is The Report of the Week free to use?

Yes — The Report of the Week is a free health & food API. Free tier: Free — no API key. Whether the free tier allows commercial use is unclear — check the provider docs.

Does The Report of the Week need an API key?

No — The Report of the Week needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call The Report of the Week from the browser?

Not directly — The Report of the Week doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is The Report of the Week up right now?

As of our last scheduled check, The Report of the Week is new. We re-probe it every sweep — the status badge and uptime chart above always show the latest.