{
  "data": {
    "name": "Dunn Infrastructure Group Public API",
    "description": "Read-only access to the services, projects, markets, service areas, and glossary of an underground utility contractor in Savannah, Georgia. No authentication required.",
    "api_version": "1.0.0",
    "openapi_url": "https://www.dunninfrastructuregroup.com/openapi.json",
    "agent_instructions_url": "https://www.dunninfrastructuregroup.com/agent-instructions.md",
    "llms_txt_url": "https://www.dunninfrastructuregroup.com/llms.txt",
    "sitemap_url": "https://www.dunninfrastructuregroup.com/sitemap.xml",
    "endpoints": [
      {
        "method": "GET",
        "path": "/api/v1/company",
        "description": "Company identity, licensing, coverage, hours, and contact details."
      },
      {
        "method": "GET",
        "path": "/api/v1/services",
        "description": "Construction scopes self-performed by in-house crews."
      },
      {
        "method": "GET",
        "path": "/api/v1/services/{slug}",
        "description": "One service, with its process and FAQs."
      },
      {
        "method": "GET",
        "path": "/api/v1/projects",
        "description": "Completed and in-progress projects. Filters: featured, service, city."
      },
      {
        "method": "GET",
        "path": "/api/v1/projects/{slug}",
        "description": "One project case study."
      },
      {
        "method": "GET",
        "path": "/api/v1/markets",
        "description": "Client types with a dedicated offering."
      },
      {
        "method": "GET",
        "path": "/api/v1/markets/{slug}",
        "description": "One market offering."
      },
      {
        "method": "GET",
        "path": "/api/v1/service-areas",
        "description": "Cities with crew coverage, with coordinates."
      },
      {
        "method": "GET",
        "path": "/api/v1/service-areas/{slug}",
        "description": "One service area."
      },
      {
        "method": "GET",
        "path": "/api/v1/glossary",
        "description": "Underground utility terminology. Filter: q."
      },
      {
        "method": "GET",
        "path": "/api/v1/glossary/{slug}",
        "description": "One glossary term."
      },
      {
        "method": "POST",
        "path": "/api/v1/contact",
        "description": "Submit a bid request. Delivers a real email to an estimator."
      }
    ]
  },
  "meta": {
    "api_version": "1.0.0",
    "documentation_url": "https://www.dunninfrastructuregroup.com/developers",
    "count": 12
  }
}