API endpoint that allows projects to be viewed or edited.

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

{
    "id": 18,
    "name": "Vermont Atlas of Life",
    "description": "The Vermont Atlas of Life is a library of knowledge on Vermont’s animals, plants, fungi and microorganisms – an online, real-time resource with maps, photographs, and primary biodiversity data open for anyone to use. Visit https://val.vtecostudies.org",
    "details": "https://api.beluga.insectai.org/api/v2/projects/18/?format=api",
    "deployments_count": 3,
    "created_at": "2023-10-12T14:43:24.372534",
    "updated_at": "2025-01-29T23:38:16.345766",
    "image": "https://object-arbutus.cloud.computecanada.ca/ami-media-staging/uploads/projects/Vermont_Atlas_of_Life_logo_5EpzCbZ.png",
    "draft": false,
    "deployments": [
        {
            "id": 53,
            "name": "Luna",
            "image": "https://object-arbutus.cloud.computecanada.ca/ami-media-staging/uploads/deployments/kent-deployment-cover-1.jpg",
            "details": "https://api.beluga.insectai.org/api/v2/deployments/53/?format=api",
            "latitude": 43.57876,
            "longitude": -72.54442,
            "events_count": 107,
            "user_permissions": []
        },
        {
            "id": 52,
            "name": "Mothra",
            "image": "https://object-arbutus.cloud.computecanada.ca/ami-media-staging/uploads/deployments/kent-deployment-cover-2_GCHt7pV.jpg",
            "details": "https://api.beluga.insectai.org/api/v2/deployments/52/?format=api",
            "latitude": 43.62451,
            "longitude": -72.5046,
            "events_count": 140,
            "user_permissions": []
        },
        {
            "id": 70,
            "name": "Wingscape Mothwatch",
            "image": "https://object-arbutus.cloud.computecanada.ca/ami-media-staging/uploads/deployments/kent-deployment-cover-3.jpg",
            "details": "https://api.beluga.insectai.org/api/v2/deployments/70/?format=api",
            "latitude": 43.62435,
            "longitude": -72.50492,
            "events_count": 6,
            "user_permissions": []
        }
    ],
    "summary_data": [
        {
            "id": "captures",
            "title": "Captures",
            "plots": [
                {
                    "title": "Average captures per hour",
                    "data": {
                        "x": [
                            "1:00 PM",
                            "2:00 PM",
                            "3:00 PM",
                            "4:00 PM",
                            "5: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",
                            "8:00 AM",
                            "10:00 AM",
                            "11:00 AM",
                            "12:00 PM"
                        ],
                        "y": [
                            356.0,
                            356.0,
                            198.0,
                            198.0,
                            356.0,
                            356.0,
                            33.0,
                            130.0,
                            474.0,
                            644.0,
                            714.0,
                            726.0,
                            657.0,
                            601.0,
                            559.0,
                            217.0,
                            86.0,
                            6.0,
                            69.0,
                            2.0,
                            189.0,
                            320.0
                        ],
                        "ticktext": [
                            "1:00 PM",
                            "12:00 PM"
                        ]
                    },
                    "type": "bar"
                },
                {
                    "title": "Captures per month",
                    "data": {
                        "x": [
                            "Jan",
                            "Feb",
                            "Mar",
                            "Apr",
                            "May",
                            "Jun",
                            "Jul",
                            "Aug",
                            "Sep",
                            "Oct",
                            "Nov",
                            "Dec"
                        ],
                        "y": [
                            221,
                            0,
                            0,
                            0,
                            56860,
                            257077,
                            382185,
                            129847,
                            57933,
                            37793,
                            6789,
                            0
                        ],
                        "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": [
                            "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",
                            "8:00 AM"
                        ],
                        "y": [
                            2.0,
                            4.0,
                            9.0,
                            14.0,
                            20.0,
                            20.0,
                            17.0,
                            19.0,
                            9.0,
                            12.0,
                            11.0,
                            1.0
                        ],
                        "ticktext": [
                            "8:00 PM",
                            "8:00 AM"
                        ]
                    },
                    "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,
                            1313,
                            2174,
                            4007,
                            3988,
                            231,
                            13,
                            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": [
                            197,
                            200,
                            280,
                            310,
                            315,
                            365,
                            506,
                            591,
                            1018,
                            1267
                        ],
                        "y": [
                            "Eudonia strigalis",
                            "Adela caeruleella",
                            "Dryocampa rubicunda",
                            "Pandemis lamprosana",
                            "Platynota exasperatana",
                            "Drepana arcuata",
                            "Hydrelia inornata",
                            "Campaea perlata",
                            "Not a Moth",
                            "Hypoprepia fucosa"
                        ]
                    },
                    "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,
                            132,
                            245,
                            371,
                            290,
                            81,
                            9,
                            0,
                            0
                        ],
                        "tickvals": [
                            "Jan",
                            "Feb",
                            "Mar",
                            "Apr",
                            "May",
                            "Jun",
                            "Jul",
                            "Aug",
                            "Sep",
                            "Oct",
                            "Nov",
                            "Dec"
                        ]
                    },
                    "type": "bar"
                }
            ]
        }
    ],
    "owner": {
        "id": 32,
        "name": "Kent McFarland",
        "image": "https://object-arbutus.cloud.computecanada.ca/ami-media-staging/uploads/users/KEnt-UK_.jpg",
        "details": "https://api.beluga.insectai.org/api/v2/users/32/?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": []
}