Endpoints for /ants
Genera
/ants/genera
GET
: Returns all genera in the database.
https://api.antapi.org/ants/genera
{}
Species
/ants/species/{genus}
GET
: Returns a list of species for the given genus.
https://api.antapi.org/ants/species
/
{}
Subspecies
/ants/subspecies/{genus}/{species}
GET
: Returns a list of subspecies for the given species.
https://api.antapi.org/ants/subspecies
/
/
{}
Species Details
/ants/species/{genus}/{species}
GET
: Returns details for the given species.
https://api.antapi.org/ants/species
/
/
{}
Subspecies Details
/ants/species/{genus}/{species}/{subspecies}
GET
: Returns details for the given subspecies.
https://api.antapi.org/ants/species
/
/
/
{}