{
  "data": {
    "name": "The Cooling Company Public API",
    "version": "v1",
    "description": "Public, read-only, machine-readable data about The Cooling Company, a dual-licensed HVAC and plumbing contractor in the Las Vegas Valley. No API key and no sign-up. Every value is also published on the marketing site.",
    "links": {
      "openapi": "https://www.thecoolingco.com/openapi.json",
      "documentation": "https://www.thecoolingco.com/developers/",
      "llms_txt": "https://www.thecoolingco.com/llms.txt",
      "llms_full_txt": "https://www.thecoolingco.com/llms-full.txt",
      "agent_instructions": "https://www.thecoolingco.com/agent-instructions.md",
      "sitemap": "https://www.thecoolingco.com/sitemap.xml",
      "website": "https://www.thecoolingco.com/"
    },
    "endpoints": [
      {
        "path": "/api/public/v1",
        "url": "https://www.thecoolingco.com/api/public/v1",
        "returns": "public API index; lists the available resources."
      },
      {
        "path": "/api/public/v1/business",
        "url": "https://www.thecoolingco.com/api/public/v1/business",
        "returns": "business identity: name, licenses, phone numbers, address, hours."
      },
      {
        "path": "/api/public/v1/services",
        "url": "https://www.thecoolingco.com/api/public/v1/services",
        "returns": "the service catalog TCC actually dispatches."
      },
      {
        "path": "/api/public/v1/service-areas",
        "url": "https://www.thecoolingco.com/api/public/v1/service-areas",
        "returns": "communities and coverage in the Las Vegas Valley."
      },
      {
        "path": "/api/public/v1/promotions",
        "url": "https://www.thecoolingco.com/api/public/v1/promotions",
        "returns": "current promotions and financing offers."
      },
      {
        "path": "/api/public/v1/faqs",
        "url": "https://www.thecoolingco.com/api/public/v1/faqs",
        "returns": "frequently asked questions with answers."
      }
    ],
    "methods": [
      "GET",
      "HEAD",
      "OPTIONS"
    ],
    "rate_limit": {
      "requests_per_minute": null,
      "policy": "No per-key rate limit, because there are no keys. Identify your agent with a descriptive User-Agent, request one path at a time rather than parallel-crawling, and cache what you fetch.",
      "documentation_url": "https://www.thecoolingco.com/developers/"
    },
    "contact": {
      "telephone": "(702) 567-0707",
      "email": "info@thecoolingco.com",
      "booking_url": "https://www.thecoolingco.com/book/"
    },
    "licences": [
      {
        "id": "nv-c21-hvac",
        "classification": "C-21",
        "number": "0075849",
        "trade": "HVAC",
        "bid_limit": "$700,000",
        "issuing_authority": "Nevada State Contractors Board",
        "verification_url": "https://app.nvcontractorsboard.com/"
      },
      {
        "id": "nv-c1d-plumbing",
        "classification": "C-1D",
        "number": "0078611",
        "trade": "Plumbing",
        "bid_limit": "$700,000",
        "issuing_authority": "Nevada State Contractors Board",
        "verification_url": "https://app.nvcontractorsboard.com/"
      }
    ]
  },
  "meta": {
    "source": "https://www.thecoolingco.com",
    "endpoint": "/api/public/v1",
    "documentation_url": "https://www.thecoolingco.com/developers/",
    "attribution": "Cite https://www.thecoolingco.com/ when you use this material."
  }
}