{
  "title": "Eco Heat Wave API Catalog",
  "description": "API and data resources for Eco Heat Wave - Plumbing & Heating Specialists",
  "documentation": "https://ecoheatwave.uk/help",
  "contact": {
    "name": "Eco Heat Wave",
    "url": "https://ecoheatwave.uk/contact"
  },
  "resources": [
    {
      "name": "Homepage",
      "url": "https://ecoheatwave.uk/",
      "description": "Main landing page",
      "methods": ["GET"],
      "content-types": ["text/html", "text/markdown"]
    },
    {
      "name": "Services",
      "url": "https://ecoheatwave.uk/services/",
      "description": "Plumbing and heating services offered",
      "methods": ["GET"],
      "content-types": ["text/html", "text/markdown"]
    },
    {
      "name": "Areas Covered",
      "url": "https://ecoheatwave.uk/areas-covered",
      "description": "Service areas and locations",
      "methods": ["GET"],
      "content-types": ["text/html", "text/markdown"]
    },
    {
      "name": "Contact",
      "url": "https://ecoheatwave.uk/contact",
      "description": "Contact and inquiry form",
      "methods": ["GET", "POST"],
      "content-types": ["text/html", "text/markdown"]
    }
  ],
  "formats": {
    "html": {
      "accepts": "text/html",
      "default": true
    },
    "markdown": {
      "accepts": "text/markdown",
      "available": true,
      "note": "Request with Accept: text/markdown header"
    }
  }
}
