GET /api/taxonstats/?format=api&limit=10&offset=10
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=20",
    "previous": "https://biostreamportal.net/api/taxonstats/?format=api&limit=10",
    "results": [
        {
            "taxon": 52669,
            "observations_count": 2
        },
        {
            "taxon": 68183,
            "observations_count": 14
        },
        {
            "taxon": 68560,
            "observations_count": 1
        },
        {
            "taxon": 73200,
            "observations_count": 484
        },
        {
            "taxon": 75005,
            "observations_count": 2
        },
        {
            "taxon": 75913,
            "observations_count": 2
        },
        {
            "taxon": 78401,
            "observations_count": 1
        },
        {
            "taxon": 79175,
            "observations_count": 7
        },
        {
            "taxon": 79219,
            "observations_count": 7
        },
        {
            "taxon": 79607,
            "observations_count": 5
        }
    ]
}