Back to catalog

Endpoint

Dog CEO

Returns a message URL for a random dog image—great for image placeholders.

Random dog images

FunNo API keyDefault GET

HTTP console

Example URL
https://dog.ceo/api/breeds/image/randomProvider documentation
Request

Many sub-routes under /api/breeds/… for breed lists and images.

GET /api/breeds/image/random
Response

{ message: url string, status }

{
  "message": "https://images.dog.ceo/breeds/…",
  "status": "success"
}
Outbound requestProxy

Executes on the server with rate limits and host rules. Edit the URL and payload to match your scenario—responses show real upstream status and body (truncated if very large).

Upstream response

Ready. Click Send to execute the request. Status, latency, content type, and body appear here—formatted when the payload is JSON.