API endpoint that allows detections to be viewed or edited.

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

{
    "id": 147809,
    "details": "https://api.beluga.insectai.org/api/v2/detections/147809/?format=api",
    "bbox": [
        3513.0,
        1677.0,
        3571.0,
        1727.0
    ],
    "width": null,
    "height": null,
    "occurrence": "https://api.beluga.insectai.org/api/v2/occurrences/122753/?format=api",
    "timestamp": "2022-08-13T11:42:33",
    "source_image": "https://api.beluga.insectai.org/api/v2/captures/907773/?format=api",
    "detection_algorithm": {
        "id": 7,
        "details": "https://api.beluga.insectai.org/api/v2/ml/algorithms/7/?format=api",
        "name": "FasterRCNN for AMI Moth Traps 2023",
        "key": "fasterrcnn_for_ami_moth_traps_2023",
        "description": "",
        "uri": "https://object-arbutus.cloud.computecanada.ca/ami-models/moths/localization/fasterrcnn_resnet50_fpn_tz53qv9v.pt",
        "version": 1,
        "version_name": "1",
        "task_type": "localization",
        "category_map": {
            "id": 594,
            "details": "https://api.beluga.insectai.org/api/v2/ml/labels/594/?format=api",
            "user_permissions": []
        },
        "category_count": null,
        "created_at": "2023-12-03T04:17:28.047511",
        "updated_at": "2025-09-01T23:59:06.146225",
        "user_permissions": []
    },
    "url": "https://object-arbutus.cloud.computecanada.ca/ami-trapdata/crops-dev/202208131142330001/3513-1677-3571-1727-1724999554.jpg",
    "classifications": [],
    "user_permissions": []
}