/festivals/{slug}
Base URL: https://hippohonk-api-642586320677.herokuapp.com/
GET
Summary: Get festival by slug
Returns the festival at the user-specified pretty path.
Responses
Response 200
OK (null if not found)
Response fields
| Field (*) | Type | Description | Example |
|---|---|---|---|
id | integer | ||
name | string | Name of the festival | "SXSW 2025" |
slug | object | Short name to use as the browser path. | "sxsw-2025" |
date | string | Festival date. | "2026-03-10" |
(*) Required field
Response 500
Server error
Response fields
| Field (*) | Type | Description | Example |
|---|---|---|---|
message * | string |
(*) Required field