Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Fetch occurrence data for a marine species using the OBIS API.
GET /data/<species>
<species>
Thunnus albacares
curl http://localhost:5000/data/Thunnus%20albacares { "status": 200, "results": [ { "scientificName": "Thunnus albacares", "decimalLatitude": -10.123, "decimalLongitude": 155.456, "eventDate": "2022-08-13" } ] } { "status": 404, "message": "Species not found" }