curl -X GET "https://api.shoal.xyz/v1/events/all?limit=50&offset=0" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"data": [
{
"organization": "Organization Name",
"events": [
{
"subevent_id": 123,
"subevent_label": "Subevent Name",
"subevent_type": "Type",
"normalized_title": "Normalized Title",
"injected_summary": "Summary",
"posts": [
{
"id": 1,
"content": "Post content",
"date": "2026-01-22T12:00:00Z"
}
]
}
]
}
]
}
Get all events
curl -X GET "https://api.shoal.xyz/v1/events/all?limit=50&offset=0" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"data": [
{
"organization": "Organization Name",
"events": [
{
"subevent_id": 123,
"subevent_label": "Subevent Name",
"subevent_type": "Type",
"normalized_title": "Normalized Title",
"injected_summary": "Summary",
"posts": [
{
"id": 1,
"content": "Post content",
"date": "2026-01-22T12:00:00Z"
}
]
}
]
}
]
}
curl -X GET "https://api.shoal.xyz/v1/events/all?limit=50&offset=0" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"data": [
{
"organization": "Organization Name",
"events": [
{
"subevent_id": 123,
"subevent_label": "Subevent Name",
"subevent_type": "Type",
"normalized_title": "Normalized Title",
"injected_summary": "Summary",
"posts": [
{
"id": 1,
"content": "Post content",
"date": "2026-01-22T12:00:00Z"
}
]
}
]
}
]
}