From 3e38a4bd5e628773d0976c1ed6945f345de49c05 Mon Sep 17 00:00:00 2001 From: Ian Torres <73403032+ianator963@users.noreply.github.com> Date: Fri, 1 May 2026 16:31:02 -0400 Subject: [PATCH 1/2] Add Cat Facts API to Animals section Added Cat Facts API to the Animals section as a simple public API resource. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22c4ced5..83af574f 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ API | Description | Auth | HTTPS | CORS | [Axolotl](https://theaxolotlapi.netlify.app/) | Collection of axolotl pictures and facts | No | Yes | No | | [Cat Facts](https://alexwohlbruck.github.io/cat-facts/) | Daily cat facts | No | Yes | No | | | [Cataas](https://cataas.com/) | Cat as a service (cats pictures and gifs) | No | Yes | No | +| [Cat Facts](https://catfact.ninja/) | Daily cat facts | No | Yes | Yes | | [Cats](https://docs.thecatapi.com/) | Pictures of cats from Tumblr | `apiKey` | Yes | No | | [Dog Facts](https://dukengn.github.io/Dog-facts-API/) | Random dog facts | No | Yes | Yes | | [Dog Facts](https://kinduff.github.io/dog-api/) | Random facts of Dogs | No | Yes | Yes | From ea447318a744534ef819bbfadf677221f6952110 Mon Sep 17 00:00:00 2001 From: Arindam Date: Sat, 2 May 2026 12:51:25 +0530 Subject: [PATCH 2/2] Fix the order for Cat Facts in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83af574f..d28b5eaf 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,8 @@ API | Description | Auth | HTTPS | CORS | [AdoptAPet](https://www.adoptapet.com/public/apis/pet_list.html) | Resource to help get pets adopted | `apiKey` | Yes | Yes | | [Axolotl](https://theaxolotlapi.netlify.app/) | Collection of axolotl pictures and facts | No | Yes | No | | [Cat Facts](https://alexwohlbruck.github.io/cat-facts/) | Daily cat facts | No | Yes | No | | +| [Cat Facts](https://catfact.ninja/) | Random cat facts | No | Yes | Yes | | [Cataas](https://cataas.com/) | Cat as a service (cats pictures and gifs) | No | Yes | No | -| [Cat Facts](https://catfact.ninja/) | Daily cat facts | No | Yes | Yes | | [Cats](https://docs.thecatapi.com/) | Pictures of cats from Tumblr | `apiKey` | Yes | No | | [Dog Facts](https://dukengn.github.io/Dog-facts-API/) | Random dog facts | No | Yes | Yes | | [Dog Facts](https://kinduff.github.io/dog-api/) | Random facts of Dogs | No | Yes | Yes |