API endpoint that allows projects to be viewed or edited.

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

{
    "id": 67,
    "name": "AMBER - Singapore",
    "description": "Singapore data",
    "details": "https://api.beluga.insectai.org/api/v2/projects/67/?format=api",
    "deployments_count": 10,
    "created_at": "2024-06-05T09:28:11.545052",
    "updated_at": "2025-01-30T05:47:43.891243",
    "image": "https://object-arbutus.cloud.computecanada.ca/ami-media-staging/uploads/projects/alan-turing-institute9245.logowik.com_Tv23tdP_zC1VQln.png",
    "draft": false,
    "deployments": [
        {
            "id": 146,
            "name": "BAMK",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/146/?format=api",
            "latitude": 0.0,
            "longitude": 0.0,
            "events_count": 32,
            "user_permissions": []
        },
        {
            "id": 142,
            "name": "BTNR",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/142/?format=api",
            "latitude": 0.0,
            "longitude": 0.0,
            "events_count": 0,
            "user_permissions": []
        },
        {
            "id": 145,
            "name": "ECOLINK",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/145/?format=api",
            "latitude": 0.0,
            "longitude": 0.0,
            "events_count": 0,
            "user_permissions": []
        },
        {
            "id": 148,
            "name": "JLG",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/148/?format=api",
            "latitude": 0.0,
            "longitude": 0.0,
            "events_count": 0,
            "user_permissions": []
        },
        {
            "id": 141,
            "name": "NTU",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/141/?format=api",
            "latitude": 0.0,
            "longitude": 0.0,
            "events_count": 0,
            "user_permissions": []
        },
        {
            "id": 150,
            "name": "RCHG",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/150/?format=api",
            "latitude": 0.0,
            "longitude": 0.0,
            "events_count": 7,
            "user_permissions": []
        },
        {
            "id": 149,
            "name": "SBG",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/149/?format=api",
            "latitude": 0.0,
            "longitude": 0.0,
            "events_count": 0,
            "user_permissions": []
        },
        {
            "id": 144,
            "name": "SBWR",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/144/?format=api",
            "latitude": 0.0,
            "longitude": 0.0,
            "events_count": 30,
            "user_permissions": []
        },
        {
            "id": 143,
            "name": "USRP",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/143/?format=api",
            "latitude": 0.0,
            "longitude": 0.0,
            "events_count": 0,
            "user_permissions": []
        },
        {
            "id": 147,
            "name": "W02",
            "image": null,
            "details": "https://api.beluga.insectai.org/api/v2/deployments/147/?format=api",
            "latitude": 0.0,
            "longitude": 0.0,
            "events_count": 0,
            "user_permissions": []
        }
    ],
    "summary_data": [
        {
            "id": "captures",
            "title": "Captures",
            "plots": [
                {
                    "title": "Average captures per hour",
                    "data": {
                        "x": [
                            "2: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",
                            "11:00 AM",
                            "12:00 PM"
                        ],
                        "y": [
                            4.0,
                            6.0,
                            2338.0,
                            2353.0,
                            2345.0,
                            2351.0,
                            2344.0,
                            2329.0,
                            2329.0,
                            2324.0,
                            2325.0,
                            8.0,
                            2.0,
                            4.0
                        ],
                        "ticktext": [
                            "2: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": [
                            0,
                            14,
                            0,
                            187672,
                            305493,
                            222488,
                            0,
                            0,
                            0,
                            0,
                            0,
                            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",
                            "12:00 AM",
                            "3:00 AM"
                        ],
                        "y": [
                            1.0,
                            1.0,
                            1.0
                        ],
                        "ticktext": [
                            "8:00 PM",
                            "3: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,
                            4,
                            4,
                            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": [
                            0,
                            0,
                            0,
                            1,
                            1,
                            1,
                            1,
                            1,
                            1,
                            2
                        ],
                        "y": [
                            "Endothenia hebesana",
                            "Strophedra nitidana",
                            "Adoxophyes privatana",
                            "Eriocrania semipurpurella",
                            "Galasa nigrinodis",
                            "Macaria abydata",
                            "Idia rotundalis",
                            "Adela caeruleella",
                            "Micropterix calthella",
                            "Creatonotos gangis"
                        ]
                    },
                    "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,
                            4,
                            4,
                            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": []
}