API endpoint that allows projects to be viewed or edited.

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

{
    "id": 88,
    "name": "Costa Rica- Labelling",
    "description": "Project for experts to label data",
    "details": "https://api.beluga.insectai.org/api/v2/projects/88/?format=api",
    "deployments_count": 10,
    "created_at": "2025-01-13T07:05:12.973259",
    "updated_at": "2025-01-30T05:48:34.846090",
    "image": "https://object-arbutus.cloud.computecanada.ca/ami-media-staging/uploads/projects/20240205_172826.jpg",
    "draft": false,
    "deployments": [
        {
            "id": 244,
            "name": "Costa Rica - Butterfly",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/244/?format=api",
            "latitude": 9.937355,
            "longitude": -84.050435,
            "events_count": 41,
            "user_permissions": []
        },
        {
            "id": 245,
            "name": "Costa Rica - Dry Forest",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/245/?format=api",
            "latitude": 10.34498,
            "longitude": -85.339332,
            "events_count": 5,
            "user_permissions": []
        },
        {
            "id": 246,
            "name": "Costa Rica - Forest Edge",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/246/?format=api",
            "latitude": 10.43034,
            "longitude": -84.007262,
            "events_count": 133,
            "user_permissions": []
        },
        {
            "id": 247,
            "name": "Costa Rica - Garden",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/247/?format=api",
            "latitude": 8.78514,
            "longitude": -82.960373,
            "events_count": 84,
            "user_permissions": []
        },
        {
            "id": 248,
            "name": "Costa Rica - Old Growth",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/248/?format=api",
            "latitude": 10.432295,
            "longitude": -84.010643,
            "events_count": 47,
            "user_permissions": []
        },
        {
            "id": 249,
            "name": "Costa Rica - Pre-montane forest",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/249/?format=api",
            "latitude": 8.783784,
            "longitude": -82.960928,
            "events_count": 83,
            "user_permissions": []
        },
        {
            "id": 250,
            "name": "Costa Rica - Restoration",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/250/?format=api",
            "latitude": 8.409125,
            "longitude": -83.349612,
            "events_count": 2,
            "user_permissions": []
        },
        {
            "id": 253,
            "name": "Costa Rica - Station",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/253/?format=api",
            "latitude": 8.404135,
            "longitude": -83.336879,
            "events_count": 2,
            "user_permissions": []
        },
        {
            "id": 251,
            "name": "Costa Rica - Swamp",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/251/?format=api",
            "latitude": 10.432685,
            "longitude": -84.008057,
            "events_count": 111,
            "user_permissions": []
        },
        {
            "id": 252,
            "name": "Costa Rica - Wetland",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/252/?format=api",
            "latitude": 10.34384,
            "longitude": -85.33845,
            "events_count": 2,
            "user_permissions": []
        }
    ],
    "summary_data": [
        {
            "id": "captures",
            "title": "Captures",
            "plots": [
                {
                    "title": "Average captures per hour",
                    "data": {
                        "x": [
                            "2:00 PM",
                            "3:00 PM",
                            "4:00 PM",
                            "6:00 PM",
                            "7:00 PM",
                            "8:00 PM",
                            "9:00 PM",
                            "10:00 PM",
                            "11:00 PM",
                            "12:00 AM",
                            "1:00 AM",
                            "2:00 AM",
                            "3:00 AM",
                            "4:00 AM",
                            "5:00 AM",
                            "6:00 AM",
                            "9:00 AM"
                        ],
                        "y": [
                            7.0,
                            3.0,
                            4.0,
                            623.0,
                            1241.0,
                            1240.0,
                            1239.0,
                            1240.0,
                            1231.0,
                            1228.0,
                            1227.0,
                            1225.0,
                            1216.0,
                            17.0,
                            360.0,
                            6.0,
                            2.0
                        ],
                        "ticktext": [
                            "2:00 PM",
                            "9:00 AM"
                        ]
                    },
                    "type": "bar"
                },
                {
                    "title": "Captures per month",
                    "data": {
                        "x": [
                            "Jan",
                            "Feb",
                            "Mar",
                            "Apr",
                            "May",
                            "Jun",
                            "Jul",
                            "Aug",
                            "Sep",
                            "Oct",
                            "Nov",
                            "Dec"
                        ],
                        "y": [
                            2149,
                            202368,
                            228717,
                            194379,
                            182320,
                            169963,
                            185856,
                            152873,
                            86080,
                            97505,
                            88955,
                            27378
                        ],
                        "tickvals": [
                            "Jan",
                            "Feb",
                            "Mar",
                            "Apr",
                            "May",
                            "Jun",
                            "Jul",
                            "Aug",
                            "Sep",
                            "Oct",
                            "Nov",
                            "Dec"
                        ]
                    },
                    "type": "bar"
                }
            ]
        },
        {
            "id": "occurrences",
            "title": "Occurrences",
            "plots": [
                {
                    "title": "Average detections per hour",
                    "data": {
                        "x": [],
                        "y": [],
                        "ticktext": []
                    },
                    "type": "bar"
                },
                {
                    "title": "Occurrences per month",
                    "data": {
                        "x": [
                            "Jan",
                            "Feb",
                            "Mar",
                            "Apr",
                            "May",
                            "Jun",
                            "Jul",
                            "Aug",
                            "Sep",
                            "Oct",
                            "Nov",
                            "Dec"
                        ],
                        "y": [
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0
                        ],
                        "tickvals": [
                            "Jan",
                            "Feb",
                            "Mar",
                            "Apr",
                            "May",
                            "Jun",
                            "Jul",
                            "Aug",
                            "Sep",
                            "Oct",
                            "Nov",
                            "Dec"
                        ]
                    },
                    "type": "bar"
                }
            ]
        },
        {
            "id": "taxa",
            "title": "Taxa",
            "plots": [
                {
                    "title": "Top species observed",
                    "data": {
                        "x": [],
                        "y": []
                    },
                    "type": "bar",
                    "orientation": "h"
                },
                {
                    "title": "Unique species per month",
                    "data": {
                        "x": [
                            "Jan",
                            "Feb",
                            "Mar",
                            "Apr",
                            "May",
                            "Jun",
                            "Jul",
                            "Aug",
                            "Sep",
                            "Oct",
                            "Nov",
                            "Dec"
                        ],
                        "y": [
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0,
                            0
                        ],
                        "tickvals": [
                            "Jan",
                            "Feb",
                            "Mar",
                            "Apr",
                            "May",
                            "Jun",
                            "Jul",
                            "Aug",
                            "Sep",
                            "Oct",
                            "Nov",
                            "Dec"
                        ]
                    },
                    "type": "bar"
                }
            ]
        }
    ],
    "owner": {
        "id": 72,
        "name": "Jenna Louise Lawson",
        "image": null,
        "details": "https://api.beluga.insectai.org/api/v2/users/72/?format=api",
        "user_permissions": []
    },
    "feature_flags": {
        "tags": false,
        "reprocess_existing_detections": false,
        "default_filters": false,
        "reprocess_all_images": false,
        "async_pipeline_workers": false
    },
    "settings": {
        "default_filters_exclude_taxa": [],
        "default_filters_include_taxa": [],
        "default_filters_score_threshold": 0.5,
        "default_processing_pipeline": null,
        "session_time_gap_seconds": 7200,
        "user_permissions": []
    },
    "is_member": false,
    "user_permissions": []
}