{
  "name": "Monograph Engine Global",
  "version": "3.0.0",
  "status": "operational",
  "sectors": [
    {
      "key": "hotels",
      "title": "Hotels",
      "listings": 8
    },
    {
      "key": "restaurants",
      "title": "Restaurants",
      "listings": 8
    },
    {
      "key": "estate",
      "title": "Estate Agents",
      "listings": 8
    },
    {
      "key": "automotive",
      "title": "Automotive",
      "listings": 6
    },
    {
      "key": "jobs",
      "title": "Jobs",
      "listings": 8
    },
    {
      "key": "events",
      "title": "Events",
      "listings": 6
    },
    {
      "key": "health",
      "title": "Health & Wellness",
      "listings": 6
    }
  ],
  "endpoints": {
    "pages": [
      "/",
      "/about",
      "/contact",
      "/sectors",
      "/hotels",
      "/restaurants",
      "/estate",
      "/automotive",
      "/jobs",
      "/events",
      "/health",
      "/hotels/:id",
      "/restaurants/:id",
      "/estate/:id",
      "/automotive/:id",
      "/jobs/:id",
      "/events/:id",
      "/health/:id"
    ],
    "api": [
      "/api",
      "/api/status",
      "/api/health",
      "/api/sectors",
      "/api/sectors/:sector"
    ]
  },
  "timestamp": "2026-09-11T03:04:12.332Z",
  "region": "CMH"
}