GET /api/taxonstats/?format=api&offset=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6164,
    "next": "https://biostreamportal.net/api/taxonstats/?format=api&limit=10&offset=30",
    "previous": "https://biostreamportal.net/api/taxonstats/?format=api&limit=10&offset=10",
    "results": [
        {
            "taxon": 83910,
            "observations_count": 5
        },
        {
            "taxon": 92580,
            "observations_count": 2
        },
        {
            "taxon": 96108,
            "observations_count": 4
        },
        {
            "taxon": 100540,
            "observations_count": 3
        },
        {
            "taxon": 100906,
            "observations_count": 431
        },
        {
            "taxon": 101246,
            "observations_count": 1214
        },
        {
            "taxon": 101477,
            "observations_count": 1
        },
        {
            "taxon": 101737,
            "observations_count": 57
        },
        {
            "taxon": 104875,
            "observations_count": 6
        },
        {
            "taxon": 105381,
            "observations_count": 18
        }
    ]
}