Event List Endpoint
Access public community event data programmatically through the PEARS Event List API endpoint.
Last updated
?ordering=-start_date?q=agriculture?unit=1&has_fee=true&zip_code=66502&is_virtual=false&max_range=50{
"default_ordering": "",
"ordering": "",
"next": null,
"previous": null,
"count": 3,
"num_pages": 1,
"page_size": 20,
"current_page_num": 1,
"results": [
{
"id": 1,
"title": "The Art and Science of Agricultural Technology (Symposium)",
"summary": "Agricultural Technology stands as a pillar in our quest for advancement and understanding.",
"event_image_upload": 428743,
"event_image_download_url": "http://localhost:8000/uploads/download/428743/",
"start_date": "2024-04-23T00:00:00-05:00",
"end_date": null,
"site_display": "4-H",
"is_published": true,
"is_in_person": true,
"is_virtual": true,
"created_at": "2024-03-11T20:44:40.225542-05:00",
"modified_at": "2024-04-03T08:59:16.416519-05:00",
"confirmation_message": "<p>Thank you for registering...</p>",
"payment_instructions": null,
"has_fee": false,
"time_zone": "US/Central",
"display_name": "The Art And Science Of Agricultural Technology (Symposium)"
}
]
}