API endpoint that allows taxa to be viewed or edited.

GET /api/v2/taxa/11001/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 11001,
    "name": "Chloropteryx opalaria",
    "rank": "SPECIES",
    "parent": {
        "id": 8376,
        "name": "Chloropteryx",
        "rank": "GENUS",
        "details": "https://api.beluga.insectai.org/api/v2/taxa/8376/?format=api",
        "gbif_taxon_key": 1981941,
        "fieldguide_id": null,
        "inat_taxon_id": 174244,
        "cover_image_url": null,
        "cover_image_credit": null,
        "user_permissions": []
    },
    "parents": [
        {
            "id": 48,
            "name": "Geometridae",
            "rank": "FAMILY"
        },
        {
            "id": 8376,
            "name": "Chloropteryx",
            "rank": "GENUS"
        },
        {
            "id": 1,
            "name": "Lepidoptera",
            "rank": "ORDER"
        },
        {
            "id": 8372,
            "name": "Geometrinae",
            "rank": "SUBFAMILY"
        },
        {
            "id": 8160,
            "name": "Geometroidea",
            "rank": "SUPERFAMILY"
        },
        {
            "id": 8375,
            "name": "Hemitheini",
            "rank": "TRIBE"
        }
    ],
    "details": "https://api.beluga.insectai.org/api/v2/taxa/11001/?format=api",
    "occurrences_count": null,
    "events_count": null,
    "occurrences": [],
    "gbif_taxon_key": 1981973,
    "tags": [],
    "last_detected": null,
    "best_determination_score": null,
    "fieldguide_id": null,
    "inat_taxon_id": null,
    "cover_image_url": null,
    "cover_image_credit": null,
    "summary_data": [],
    "common_name_en": null,
    "user_permissions": []
}