GET /api/taxonstats/?format=api&limit=10&offset=30
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=40",
    "previous": "https://biostreamportal.net/api/taxonstats/?format=api&limit=10&offset=20",
    "results": [
        {
            "taxon": 105854,
            "observations_count": 6
        },
        {
            "taxon": 106173,
            "observations_count": 90
        },
        {
            "taxon": 119271,
            "observations_count": 41
        },
        {
            "taxon": 119374,
            "observations_count": 42
        },
        {
            "taxon": 119600,
            "observations_count": 15
        },
        {
            "taxon": 119723,
            "observations_count": 1
        },
        {
            "taxon": 119793,
            "observations_count": 6
        },
        {
            "taxon": 120195,
            "observations_count": 29
        },
        {
            "taxon": 120529,
            "observations_count": 14
        },
        {
            "taxon": 120592,
            "observations_count": 90
        }
    ]
}