species_counts
1 row where taxon = 117612
This data as json, CSV (advanced)
| Link | place | taxon | count |
|---|---|---|---|
| pillar-point,117612 | Pillar Point pillar-point | Macoma nasuta 117612 | 8 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [species_counts] ( [place] TEXT REFERENCES [places]([slug]), [taxon] INTEGER REFERENCES [taxons]([id]), [count] INTEGER, PRIMARY KEY ([place], [taxon]) );