API endpoint that allows taxa to be viewed or edited.

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

{
    "id": 2188,
    "name": "Pyla fusca",
    "rank": "SPECIES",
    "parent": {
        "id": 2187,
        "name": "Pyla",
        "rank": "GENUS",
        "details": "https://api.beluga.insectai.org/api/v2/taxa/2187/?format=api",
        "gbif_taxon_key": null,
        "fieldguide_id": null,
        "inat_taxon_id": null,
        "cover_image_url": null,
        "cover_image_credit": null,
        "user_permissions": []
    },
    "parents": [
        {
            "id": 2162,
            "name": "Pyralidae",
            "rank": "FAMILY"
        },
        {
            "id": 2187,
            "name": "Pyla",
            "rank": "GENUS"
        },
        {
            "id": 1,
            "name": "Lepidoptera",
            "rank": "ORDER"
        },
        {
            "id": 8671,
            "name": "Phycitinae",
            "rank": "SUBFAMILY"
        },
        {
            "id": 7736,
            "name": "Pyraloidea",
            "rank": "SUPERFAMILY"
        },
        {
            "id": 8672,
            "name": "Phycitini",
            "rank": "TRIBE"
        }
    ],
    "details": "https://api.beluga.insectai.org/api/v2/taxa/2188/?format=api",
    "occurrences_count": null,
    "events_count": null,
    "occurrences": [],
    "gbif_taxon_key": 1871698,
    "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": []
}