Skip to content

Fetch a Series by ID

GET /series/{id}

Server: https://gamma.openfish.fun

Tags: Series


NameInTypeDescription
idpathstringRequired. Series ID

200 — The matching Series object with its nested events and tags included.

404 — No series exists with the specified ID.

{
"id": "s1",
"title": "Weekly Bitcoin Markets",
"slug": "weekly-bitcoin",
"seriesType": "recurring",
"recurrence": "weekly",
"events": [...],
"tags": [...]
}

Terminal window
curl "https://gamma.openfish.fun/series/s1"