From 59b97f22f06576250fd32c0ea003d5144ec47e0c Mon Sep 17 00:00:00 2001 From: xinitrc Date: Thu, 22 Mar 2018 19:38:41 -0400 Subject: [PATCH 1/5] Addition of multiple animal api + random.cat + random.dog + thecatapi.com + randomfox.ca --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0dbf359f..a952a3ac 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ API | Description | Auth | HTTPS | CORS | Link | | Movebank | Movement and Migration data of animals | No | Yes | Unknown | [Go!](https://github.com/movebank/movebank-api-doc) | | Petfinder | Adoption | `apiKey` | Yes | Unknown | [Go!](https://www.petfinder.com/developers/api-docs/) | | RescueGroups | Adoption | No | Yes | Unknown | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | +| RandomCat | Random pictures of cats | No | Yes | Unknown | [Go!](https://aws.random.cat/meow) | +| RandomDog | Random pictures of dogs | No | Yes | Unknown | [Go!](https://random.dog/woof.json) | +| The Cat API | Pictures of cats from Tumblr | No | Yes | Unknown | [Go!](https://thecatapi.com/docs.html) | +| RandomFox | Random pictures of foxes | No | Yes | Unknown | [Go!](https://randomfox.ca/floof/) | ### Anime API | Description | Auth | HTTPS | CORS | Link | From 83b847e4b4ddd43848ab48582686450acd49707b Mon Sep 17 00:00:00 2001 From: xinitrc Date: Thu, 22 Mar 2018 19:41:00 -0400 Subject: [PATCH 2/5] reordered alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a952a3ac..04aef11e 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ API | Description | Auth | HTTPS | CORS | Link | | RescueGroups | Adoption | No | Yes | Unknown | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | | RandomCat | Random pictures of cats | No | Yes | Unknown | [Go!](https://aws.random.cat/meow) | | RandomDog | Random pictures of dogs | No | Yes | Unknown | [Go!](https://random.dog/woof.json) | -| The Cat API | Pictures of cats from Tumblr | No | Yes | Unknown | [Go!](https://thecatapi.com/docs.html) | | RandomFox | Random pictures of foxes | No | Yes | Unknown | [Go!](https://randomfox.ca/floof/) | +| The Cat API | Pictures of cats from Tumblr | No | Yes | Unknown | [Go!](https://thecatapi.com/docs.html) | ### Anime API | Description | Auth | HTTPS | CORS | Link | From 05dc7ab8aa99c530681ef2614ee7c419136a73b7 Mon Sep 17 00:00:00 2001 From: xinitrc Date: Thu, 22 Mar 2018 19:52:07 -0400 Subject: [PATCH 3/5] Added one more dog/cat/bird website --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04aef11e..04b2c5c4 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ API | Description | Auth | HTTPS | CORS | Link | | RandomCat | Random pictures of cats | No | Yes | Unknown | [Go!](https://aws.random.cat/meow) | | RandomDog | Random pictures of dogs | No | Yes | Unknown | [Go!](https://random.dog/woof.json) | | RandomFox | Random pictures of foxes | No | Yes | Unknown | [Go!](https://randomfox.ca/floof/) | +| Shibe.Online | Random pictures of Shibu Inu, cats or birds | No | No | Unknown | [Go!](http://shibe.online/) | | The Cat API | Pictures of cats from Tumblr | No | Yes | Unknown | [Go!](https://thecatapi.com/docs.html) | ### Anime From 35effca7702a585342476ea8d5e1a388925d1ff0 Mon Sep 17 00:00:00 2001 From: xinitrc Date: Thu, 22 Mar 2018 19:59:14 -0400 Subject: [PATCH 4/5] Reordered the list, edited names Fixed alphabetical order, renamed "The Cat API" to just "Cats", since "API" is not allowed in the name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04b2c5c4..dd777420 100644 --- a/README.md +++ b/README.md @@ -60,17 +60,17 @@ Please note a passing build status indicates all listed APIs are available since ### Animals API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---| +| Cats | Pictures of cats from Tumblr | No | Yes | Unknown | [Go!](https://thecatapi.com/docs.html) | | Dogs | Based on the Stanford Dogs Dataset | No | Yes | Unknown | [Go!](https://dog.ceo/dog-api/) | | HTTPCat | Cat for every HTTP Status | No | Yes | Unknown | [Go!](https://http.cat/) | | IUCN | IUCN Red List of Threatened Species | `apiKey` | No | Unknown | [Go!](http://apiv3.iucnredlist.org/api/v3/docs) | | Movebank | Movement and Migration data of animals | No | Yes | Unknown | [Go!](https://github.com/movebank/movebank-api-doc) | | Petfinder | Adoption | `apiKey` | Yes | Unknown | [Go!](https://www.petfinder.com/developers/api-docs/) | -| RescueGroups | Adoption | No | Yes | Unknown | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | | RandomCat | Random pictures of cats | No | Yes | Unknown | [Go!](https://aws.random.cat/meow) | | RandomDog | Random pictures of dogs | No | Yes | Unknown | [Go!](https://random.dog/woof.json) | | RandomFox | Random pictures of foxes | No | Yes | Unknown | [Go!](https://randomfox.ca/floof/) | +| RescueGroups | Adoption | No | Yes | Unknown | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | | Shibe.Online | Random pictures of Shibu Inu, cats or birds | No | No | Unknown | [Go!](http://shibe.online/) | -| The Cat API | Pictures of cats from Tumblr | No | Yes | Unknown | [Go!](https://thecatapi.com/docs.html) | ### Anime API | Description | Auth | HTTPS | CORS | Link | From 547d97fb1ac56987103c4815958e5bee3f3bbd33 Mon Sep 17 00:00:00 2001 From: xinitrc Date: Sat, 24 Mar 2018 11:04:37 -0400 Subject: [PATCH 5/5] Updating CORS status --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd777420..60a4560a 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ API | Description | Auth | HTTPS | CORS | Link | | IUCN | IUCN Red List of Threatened Species | `apiKey` | No | Unknown | [Go!](http://apiv3.iucnredlist.org/api/v3/docs) | | Movebank | Movement and Migration data of animals | No | Yes | Unknown | [Go!](https://github.com/movebank/movebank-api-doc) | | Petfinder | Adoption | `apiKey` | Yes | Unknown | [Go!](https://www.petfinder.com/developers/api-docs/) | -| RandomCat | Random pictures of cats | No | Yes | Unknown | [Go!](https://aws.random.cat/meow) | -| RandomDog | Random pictures of dogs | No | Yes | Unknown | [Go!](https://random.dog/woof.json) | -| RandomFox | Random pictures of foxes | No | Yes | Unknown | [Go!](https://randomfox.ca/floof/) | +| RandomCat | Random pictures of cats | No | Yes | Yes | [Go!](https://aws.random.cat/meow) | +| RandomDog | Random pictures of dogs | No | Yes | Yes | [Go!](https://random.dog/woof.json) | +| RandomFox | Random pictures of foxes | No | Yes | Yes | [Go!](https://randomfox.ca/floof/) | | RescueGroups | Adoption | No | Yes | Unknown | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | | Shibe.Online | Random pictures of Shibu Inu, cats or birds | No | No | Unknown | [Go!](http://shibe.online/) |