Fetch a Single Event by Slug
Endpoint
Section titled “Endpoint”GET /events/slug/{slug}
Server: https://gamma.openfish.fun
Tags: Events
Path Parameters
Section titled “Path Parameters”| Name | In | Type | Description |
|---|---|---|---|
slug | path | string | Required. Event slug |
Response
Section titled “Response”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}curl "https://gamma.openfish.fun/events/slug/bitcoin-price-milestones"