
FishWatch is a public API providing information and pictures about individual fish species.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://www.fishwatch.gov/developers | Primary API endpoint. |
curl -X GET "https://www.fishwatch.gov/developers" \ -H "Accept: application/json"