The Cat API

Number of APIs: 24

image

An open, free, read & write API all about Cats

The Cat API gives you access to 10000's of cat images - Upload your own images - Favourite or Vote on images - Get stats on your requests - Save a custom value with each request for each of your users

How is this free?

My goal is to create free, fun & useful public service API's, helping people learn to code, create awesome projects, and be a stable fixture in a turbulent world.

How do i get access?

Just signup for an API Key from https://theCatAPI.com for free. I'm looking forward to seeing what you make!

  1. Votes - /votes/:vote_id DELETE {{endpoint}}v1/vote/:vote_id

  2. Facts - Get Random Fact(s) GET {{endpoint}}v1/facts

  3. Facts - Get Ordered Fact(s) About Breed GET {{endpoint}}v1/breeds/:breed_id/facts?limit=5&page=0&order=ASC

  4. Webhooks - Create Webhook POST {{endpoint}}v1/webhooks

  5. Images - /images/search GET {{endpoint}}v1/images/search?size=med&mime_types=jpg&format=json&has_breeds=true&order=RANDOM&page=0&limit=1

  6. Images - /images/upload POST {{endpoint}}v1/images/upload

  7. Images - /images/:image_id DELETE {{endpoint}}v1/images/:image_id

  8. Images - /images/:image_id/breeds POST {{endpoint}}v1/images/:image_id/breeds

  9. Images - /images/:image_id/breeds/:breed_id DELETE {{endpoint}}v1/images/:image_id/breeds/:breed_id

  10. Favourites - /favourites GET {{endpoint}}v1/favourites