From d601d012e401d229ed226a805f289a1a7aa97b96 Mon Sep 17 00:00:00 2001 From: Hari Karthic Mahadevan Date: Wed, 23 Aug 2017 15:54:43 +0530 Subject: [PATCH 1/3] Added movebank APIs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9d25f56..3a41e772 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Dogs | Based on the Stanford Dogs Dataset | No | Yes | [Go!](https://dog.ceo/dog-api/) | | IUCN | IUCN Red List of Threatened Species | `apiKey` | No | [Go!](http://apiv3.iucnredlist.org/api/v3/docs) | +| Movebank | Movement and Migration data for animals | No | Yes | [Go!](https://www.movebank.org/node/54#api) | | Petfinder | Adoption | `apiKey` | Yes | [Go!](https://www.petfinder.com/developers/api-docs/) | | RescueGroups | Adoption | No | Yes | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | From 608f1aace1aee4adba0b892a6ab58319a2ac96d8 Mon Sep 17 00:00:00 2001 From: Hari Karthic Mahadevan Date: Wed, 23 Aug 2017 16:07:08 +0530 Subject: [PATCH 2/3] edited verbiage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a41e772..c7fd72d3 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Dogs | Based on the Stanford Dogs Dataset | No | Yes | [Go!](https://dog.ceo/dog-api/) | | IUCN | IUCN Red List of Threatened Species | `apiKey` | No | [Go!](http://apiv3.iucnredlist.org/api/v3/docs) | -| Movebank | Movement and Migration data for animals | No | Yes | [Go!](https://www.movebank.org/node/54#api) | +| Movebank | Movement and Migration data of animals | No | Yes | [Go!](https://www.movebank.org/node/54#api) | | Petfinder | Adoption | `apiKey` | Yes | [Go!](https://www.petfinder.com/developers/api-docs/) | | RescueGroups | Adoption | No | Yes | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) | From 28272722c988ffef9297bc032de1ff8b1e0f119d Mon Sep 17 00:00:00 2001 From: Hari Karthic Mahadevan Date: Mon, 28 Aug 2017 16:30:21 +0530 Subject: [PATCH 3/3] Changed API info URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7fd72d3..292162cb 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Dogs | Based on the Stanford Dogs Dataset | No | Yes | [Go!](https://dog.ceo/dog-api/) | | IUCN | IUCN Red List of Threatened Species | `apiKey` | No | [Go!](http://apiv3.iucnredlist.org/api/v3/docs) | -| Movebank | Movement and Migration data of animals | No | Yes | [Go!](https://www.movebank.org/node/54#api) | +| Movebank | Movement and Migration data of animals | No | Yes | [Go!](https://github.com/movebank/movebank-api-doc) | | Petfinder | Adoption | `apiKey` | Yes | [Go!](https://www.petfinder.com/developers/api-docs/) | | RescueGroups | Adoption | No | Yes | [Go!](https://userguide.rescuegroups.org/display/APIDG/API+Developers+Guide+Home) |