Agara
Calendars

Get a venue

Metadata and entered-coverage range for a single venue.

GET
/api/v1/calendars/{mic}

Path Parameters

mic
Required
string

ISO 10383 MIC of the venue, case-insensitive (e.g. XNAS). List them with GET /api/v1/calendars.

curl -X GET "https://app.agara.xyz/api/v1/calendars/string"

Success

{
  "mic": "string",
  "name": "string",
  "timezone": "string",
  "country": "string",
  "currency": "string",
  "default_segments": [
    {
      "open": "string",
      "close": "string"
    }
  ],
  "active": true
}