Project Instance
API endpoint that allows projects to be viewed or edited.
GET /api/v2/projects/39/?format=api
{ "id": 39, "name": "AMT Aranda", "description": "Detections from Aranda ACT Australia", "details": "https://api.beluga.insectai.org/api/v2/projects/39/?format=api", "deployments_count": 1, "created_at": "2024-04-11T20:58:56.739485", "updated_at": "2024-04-25T03:44:38.108008", "image": "https://object-arbutus.cloud.computecanada.ca/ami-media-staging/uploads/projects/donald_IMG_20210521_185504-2048x1536.jpg", "draft": false, "deployments": [ { "id": 86, "name": "Front of house", "image": null, "details": "https://api.beluga.insectai.org/api/v2/deployments/86/?format=api", "latitude": -35.2641, "longitude": 149.08335, "events_count": 2, "user_permissions": [] } ], "summary_data": [ { "id": "captures", "title": "Captures", "plots": [ { "title": "Average captures per hour", "data": { "x": [ "9:00 PM", "10:00 PM" ], "y": [ 1.0, 1.0 ], "ticktext": [ "9:00 PM", "10:00 PM" ] }, "type": "bar" }, { "title": "Captures per month", "data": { "x": [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ], "y": [ 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 ], "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": [ "9:00 PM", "10:00 PM" ], "y": [ 3.0, 2.0 ], "ticktext": [ "9:00 PM", "10:00 PM" ] }, "type": "bar" }, { "title": "Occurrences per month", "data": { "x": [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ], "y": [ 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 2 ], "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, 0, 0, 1, 1, 1, 1, 1 ], "y": [ "Catocala hymenaea", "Plodia interpunctella", "Artace cribrarius", "Cecrita biundata", "Gonodonta sinaldus", "Olbonoma triptycha", "Not Lepidoptera", "Morpheis pyracmon", "Erebinae", "Nolidae" ] }, "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, 3, 0, 0, 0, 0, 0, 0, 0, 0, 2 ], "tickvals": [ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ] }, "type": "bar" } ] } ], "owner": null, "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": [] }