GET /api/taxonstats/?format=api
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=10",
    "previous": null,
    "results": [
        {
            "taxon": 33748,
            "observations_count": 6
        },
        {
            "taxon": 33845,
            "observations_count": 1
        },
        {
            "taxon": 37375,
            "observations_count": 42
        },
        {
            "taxon": 41335,
            "observations_count": 2
        },
        {
            "taxon": 42389,
            "observations_count": 2
        },
        {
            "taxon": 44485,
            "observations_count": 2
        },
        {
            "taxon": 44497,
            "observations_count": 3
        },
        {
            "taxon": 44644,
            "observations_count": 3
        },
        {
            "taxon": 44656,
            "observations_count": 4
        },
        {
            "taxon": 49697,
            "observations_count": 5
        }
    ]
}