Get all occurrence data for a species within a given year.
GET /data/<species>/<yr>
<species>
<yr>
2022
# Success response curl http://localhost:5000/data/Thunnus%20albacares/2022 { "status": 200, "results": [ { "scientificName": "Thunnus albacares", "decimalLatitude": 34.567, "decimalLongitude": -120.456, "eventDate": "2022-05-09" } ] }