API endpoint that allows detections to be viewed or edited.

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

{
    "id": 28527,
    "details": "https://api.beluga.insectai.org/api/v2/detections/28527/?format=api",
    "bbox": [
        981.0,
        1974.0,
        1136.0,
        2131.0
    ],
    "width": null,
    "height": null,
    "occurrence": null,
    "timestamp": "2023-11-13T05:11:50",
    "source_image": "https://api.beluga.insectai.org/api/v2/captures/4716693/?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/20231113051150snapshot/981-1974-1136-2131-1701596296.jpg",
    "classifications": [],
    "user_permissions": []
}