Skip to content

Fetch a Single Event by Slug

GET /events/slug/{slug}

Server: https://gamma.openfish.fun

Tags: Events


NameInTypeDescription
slugpathstringRequired. Event slug

200 — The Event object that matches the provided slug.

404 — No event was found for the given slug.

{
"id": "456",
"title": "Bitcoin price milestones",
"slug": "bitcoin-price-milestones",
"volume": 120000,
"active": true
}

Terminal window
curl "https://gamma.openfish.fun/events/slug/bitcoin-price-milestones"