Get species
GET
/api/v1/species
Get paginated species, with options to filter by name and location.
Parameters
Query Parameters
limit
Number of results to return.
Typeinteger
default
20
minimum
1
offset
Number of results to skip.
Typeinteger
minimum
0
Responses
OK
application/json
JSON
{
"limit": 20,
"offset": 0,
"results": [
{
"common_name": "Whale Shark",
"id": 1234567890,
"images": [
{
"attribution": "Tiffany Kosch, CC BY-NC-SA 4.0",
"src": "https://inaturalist-open-data.s3.amazonaws.com/photos/340064435/medium.jpg"
}
],
"inaturalist_taxon_id": 1234567890,
"scientific_name": "Rhincodon typus"
}
],
"total": 1
}
GET
/api/v1/species