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" }