{
  "name": "Find Certified Installers API",
  "description": "Static JSON API for the UK's directory of MCS certified renewable energy installers. Data sourced from the MCS public register.",
  "version": "1.0.0",
  "website": "https://findcertifiedinstallers.co.uk",
  "generated_at": "2026-05-10T08:11:45Z",
  "stats": {
    "total_installers": 5620,
    "total_towns": 197,
    "total_technologies": 8,
    "search_radius_miles": 30
  },
  "endpoints": {
    "index": "https://findcertifiedinstallers.co.uk/api/index.json",
    "openapi": "https://findcertifiedinstallers.co.uk/api/openapi.json",
    "technologies": "https://findcertifiedinstallers.co.uk/api/technologies.json",
    "towns": "https://findcertifiedinstallers.co.uk/api/towns.json",
    "town_detail": "https://findcertifiedinstallers.co.uk/api/towns/{town_slug}.json",
    "installers": "https://findcertifiedinstallers.co.uk/api/installers.json"
  }
}