paleobiodb / data_service

The PBDB Data Service, API and table/system maintenance scripts
Artistic License 2.0
12 stars 0 forks source link

Allow for searching by taxonomic rank through /taxa route #23

Closed aazaff closed 7 years ago

aazaff commented 7 years ago

Something like this...

/data1.2/taxa/list.json?rank=family /data1.2/taxa/list.json?rank_no=25

Currently rank can be used to further filter a query for a specific taxnomic group. What I'm looking for is not a filter, but rather being able to pull a list of all families/genera etc.

aazaff commented 7 years ago

Never mind this is my mistake. We can already do this.