Fetch a Series by ID
Endpoint
Section titled “Endpoint”GET /series/{id}
Server: https://gamma.openfish.fun
Tags: Series
Path Parameters
Section titled “Path Parameters”| Name | In | Type | Description |
|---|---|---|---|
id | path | string | Required. Series ID |
Response
Section titled “Response”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": [...]}curl "https://gamma.openfish.fun/series/s1"