cURL
curl --request GET \ --url http://localhost:10112/series/{identifier}
{ "id": "<string>", "active": true, "closed": true, "archived": true, "featured": true, "restricted": true, "tags": [ { "id": "", "label": "", "slug": null } ], "events": [ { "id": "", "slug": null, "title": null, "ticker": null, "description": null, "resolution_source": null, "category": null, "image_url": null, "active": true, "closed": false, "archived": false, "new": false, "featured": false, "restricted": false, "live": false, "ended": false, "market_count": 0, "start_date": null, "end_date": null, "creation_date": null, "published_at": null, "neg_risk": false, "neg_risk_market_id": null, "event_week": null, "score": null, "elapsed": null, "period": null, "game_status": null, "metrics": {}, "tags": [], "markets": [], "series": "<unknown>", "show_market_images": false, "automatically_resolved": false } ], "slug": "<string>", "ticker": "<string>", "title": "<string>", "description": "<string>", "series_type": "<string>", "recurrence": "<string>", "image_url": "<string>", "pyth_token_id": "<string>", "cg_asset_name": "<string>" }
Series slug or ID
Return minimal data without events (default: false)
Events to include (default: 20, max: 100)
Event pagination offset
Series details with events and tags
Show child attributes
Was this page helpful?