GET /api/species/?format=api&offset=27620&ordering=common_name
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 27623,
    "next": null,
    "previous": "https://cinder.proteo.info/api/species/?format=api&limit=20&offset=27600&ordering=common_name",
    "results": [
        {
            "id": 3936,
            "code": "BPS2",
            "taxon": 53000,
            "common_name": null,
            "official_name": "Haemophilus phage S2",
            "synonym": "Bacteriophage S2"
        },
        {
            "id": 3937,
            "code": "BPS24",
            "taxon": 1041527,
            "common_name": null,
            "official_name": "Staphylococcus phage S25-4",
            "synonym": null
        },
        {
            "id": 3938,
            "code": "BPS25",
            "taxon": 1041526,
            "common_name": null,
            "official_name": "Staphylococcus phage S25-3",
            "synonym": null
        }
    ]
}