RandomDuck

A random duck picture URL on every request

🐕 AnimalsUNMONITOREDchecked 57 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

random-d.uk returns a JSON pointer to a random duck photo or gif each time you hit it. The payload is tiny: a friendly message and the image URL. No API key, though this endpoint did not advertise CORS headers.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://random-d.uk/api/random

{
  "message": "Powered by random-d.uk",
  "url": "http://random-d.uk/api/545.jpg"
}
Call itcurl · fetch · python
curl "https://random-d.uk/api/random"
const res = await fetch("https://random-d.uk/api/random");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://random-d.uk/api/random")
print(res.json())

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

Endpoints · 6On scheduleFULL DOCS ↗
First rollup pending — GET /random has been probed
GET/randomPROBED

A random duck picture URL on every request

GET/list

Paginated list of resources.

GET/random?limit=5

Paginated variant with limit parameter.

GET/v2

V2 — documented GET route.

GET/images/51.jpg

Image assets or gallery.

GET/v1

V1 — 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.

RandomDuck: common questions

Is RandomDuck free to use?

Yes — RandomDuck is a free animals API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does RandomDuck need an API key?

No — RandomDuck needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call RandomDuck from the browser?

Not directly — RandomDuck 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 RandomDuck up right now?

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