{
  "name": "Amusement Park Community API Catalog",
  "description": "Directory of real-time web services, news wire APIs, and coaster telemetry.",
  "url": "https://amusementparkcommunity.com",
  "version": "1.0.0",
  "apis": [
    {
      "name": "Amusement Park News & POV Wire",
      "description": "Breaking news, park expansion updates, and POV dispatches.",
      "baseURL": "https://amusementparkcommunity.com/api/news",
      "humanURL": "https://amusementparkcommunity.com",
      "properties": [
        {
          "type": "OpenAPI",
          "url": "https://amusementparkcommunity.com/openapi.json"
        }
      ]
    },
    {
      "name": "Live Roller Coaster Queue Telemetry",
      "description": "Real-time queue durations and coaster operating stats.",
      "baseURL": "https://amusementparkcommunity.com/api/live-queue-ticker",
      "humanURL": "https://amusementparkcommunity.com",
      "properties": [
        {
          "type": "OpenAPI",
          "url": "https://amusementparkcommunity.com/openapi.json"
        }
      ]
    },
    {
      "name": "Community Rider Reports",
      "description": "Crowd level evaluations and enthusiast ratings.",
      "baseURL": "https://amusementparkcommunity.com/api/trip-reports",
      "humanURL": "https://amusementparkcommunity.com",
      "properties": [
        {
          "type": "OpenAPI",
          "url": "https://amusementparkcommunity.com/openapi.json"
        }
      ]
    }
  ]
}