API endpoint that allows events to be viewed or edited.

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

{
    "id": 3181,
    "name": "Sunday, Nov 12-13 2023",
    "details": "https://api.beluga.insectai.org/api/v2/events/3181/?format=api",
    "deployment": {
        "id": 110,
        "name": "Panama - trap 3",
        "details": "https://api.beluga.insectai.org/api/v2/deployments/110/?format=api",
        "user_permissions": []
    },
    "start": "2023-11-12T18:00:59",
    "end": "2023-11-13T06:30:19",
    "day": "2023-11-12",
    "date_label": "Nov 12-13 2023",
    "duration": "44960.0",
    "duration_label": "12 hours 29 min",
    "captures_count": 4497,
    "detections_count": 327,
    "occurrences_count": 44,
    "stats": {
        "detections_max_count": 38,
        "detections_min_count": 0
    },
    "taxa_count": 0,
    "captures": "https://api.beluga.insectai.org/api/v2/captures/?format=api?event=3181&ordering=timestamp",
    "first_capture": {
        "id": 8313275,
        "details": "https://api.beluga.insectai.org/api/v2/captures/8313275/?format=api",
        "url": "https://ami-test-o.s3-ext.jc.rl.ac.uk/pan/dep000019/snapshot_images/20231112180059-snapshot.jpg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=951e406b7eb1113e1bb05c083ce51481%2F20260412%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260412T020902Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=fd03519c9857e348a622c5d81e17c681e2d42bf6f5f253fefa042bb0cedd0762",
        "width": 4096,
        "height": 2160,
        "timestamp": "2023-11-12T18:00:59",
        "detections_count": 0,
        "detections": [],
        "user_permissions": []
    },
    "summary_data": [
        {
            "title": "Detections per hour",
            "data": {
                "x": [
                    "12:00 AM",
                    "5:00 AM",
                    "6:00 AM"
                ],
                "y": [
                    17,
                    25,
                    24
                ],
                "ticktext": [
                    "12:00 AM:00",
                    "6:00 AM:00"
                ]
            },
            "type": "bar"
        },
        {
            "title": "Top species",
            "data": {
                "x": [
                    2,
                    2,
                    4,
                    4,
                    4,
                    4,
                    5,
                    5,
                    8,
                    11
                ],
                "y": [
                    "Agrius cingulata",
                    "Macaria abydata",
                    "Perigramma vicina",
                    "Plodia interpunctella",
                    "Pilocrocis ramentalis",
                    "Manduca florestan",
                    "Acrolophus panamae",
                    "Samea ecclesialis",
                    "Ascalapha odorata",
                    "Herpetogramma phaeopteralis"
                ]
            },
            "type": "bar",
            "orientation": "h"
        }
    ],
    "capture_page_offset": null,
    "created_at": "2024-04-29T14:51:50.836467",
    "updated_at": "2024-09-20T06:53:39.474498",
    "user_permissions": []
}