From bf8f6d7545b26b47ef10b0144c82a77beaef867b Mon Sep 17 00:00:00 2001 From: Jonny Monty <41932881+jonnymonty@users.noreply.github.com> Date: Thu, 21 Oct 2021 19:23:16 -0500 Subject: [PATCH] Add FishWatch API Add FishWatch API to Animals --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25024d78..6229948c 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ API | Description | Auth | HTTPS | CORS | | [Dogs](https://dog.ceo/dog-api/) | Based on the Stanford Dogs Dataset | No | Yes | Yes | | [eBird](https://documenter.getpostman.com/view/664302/S1ENwy59) | Retrieve recent or notable birding observations within a region | `apiKey` | Yes | Unknown | | [Elephants](https://elephant-api.herokuapp.com/) | A free API to feature awesome elephants in your next project | No | Yes | Yes | +| [FishWatch](https://www.fishwatch.gov/developers) | Information and pictures about individual fish species | No | Yes | Unknown | | [HTTPCat](https://http.cat/) | Cat for every HTTP Status | No | Yes | Yes | | [IUCN](http://apiv3.iucnredlist.org/api/v3/docs) | IUCN Red List of Threatened Species | `apiKey` | No | No | | [Movebank](https://github.com/movebank/movebank-api-doc) | Movement and Migration data of animals | No | Yes | Yes |