API endpoint that allows detections to be viewed or edited.

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

{
    "id": 25680,
    "details": "https://api.beluga.insectai.org/api/v2/detections/25680/?format=api",
    "bbox": [
        3610.0,
        2017.0,
        3681.0,
        2105.0
    ],
    "width": null,
    "height": null,
    "occurrence": "https://api.beluga.insectai.org/api/v2/occurrences/6684/?format=api",
    "timestamp": "2022-07-22T21:02:11",
    "source_image": "https://api.beluga.insectai.org/api/v2/captures/46354/?format=api",
    "detection_algorithm": {
        "id": 5,
        "details": "https://api.beluga.insectai.org/api/v2/ml/algorithms/5/?format=api",
        "name": "FasterRCNN - MobileNet for AMI Moth Traps 2023",
        "key": "fasterrcnn_mobilenet_for_ami_moth_traps_2023_srdkdq",
        "description": "",
        "uri": null,
        "version": 1,
        "version_name": "",
        "task_type": "",
        "category_map": null,
        "category_count": null,
        "created_at": "2023-11-23T14:32:40.909941",
        "updated_at": "2025-01-26T09:59:06.251256",
        "user_permissions": []
    },
    "url": "https://object-arbutus.cloud.computecanada.ca/ami-trapdata/crops-dev/202207222102110002/3610-2017-3681-2105-1701328497.jpg",
    "classifications": [],
    "user_permissions": []
}