GIMME A CAT (1.0.0)

Download OpenAPI specification:Download

An API for returning cat facts, unfacts, and pictures. No authentication required.

This API was built with the following tools:

Get a (real) cat fact!

Get a random cat fact. Try it out: https://gimmeacat.com/fact

Responses

Response Schema: application/json
message
string

A truthful statement about cats. Currently, there is only 1 fact.

type
string

Type of statement: Always fact.

Response samples

Content type
application/json
{
  • "message": "Rosie is the best cat. This is the only cat fact you'll ever need.",
  • "type": "fact"
}

Get a fake cat fact!

Get a random, factual-sounding but totally absurd statement about cats. Try it out: https://gimmeacat.com/unfact

Responses

Response Schema: application/json
message
string

A factual-sounding but totally absurd statement about cats.

type
string

Type of statement: Always unfact.

Response samples

Content type
application/json
{
  • "message": "Cats have been observed exhibiting quantum entanglement with their favorite toys, allowing them to teleport objects across the room at will.",
  • "type": "unfact"
}

Get a cat pic!

Get a random cat photo. Try it out: https://gimmeacat.com/pic

Responses

Response Schema: image/png
string <binary> (Pic)

A cat photo.