{
  "service": "The Chicagoland Lawyer API",
  "version": "v1",
  "release": "1.1.0",
  "sandbox": false,
  "description": "Public, unauthenticated REST API for Abdilla & Associates, an Illinois law firm: published flat fees, practice areas, free legal document packs, and client intake.",
  "authentication": "none",
  "documentation": "https://thechicagolandlawyer.com/developers/",
  "openapi": "https://thechicagolandlawyer.com/api/openapi.json",
  "versions": "https://thechicagolandlawyer.com/api/versions.json",
  "sandbox_base_url": "https://thechicagolandlawyer.com/api/v1/sandbox/",
  "rate_limit": {
    "requests": 120,
    "window_seconds": 60,
    "scope": "client IP",
    "headers": "RateLimit, RateLimit-Policy (RFC 9331)"
  },
  "endpoints": [
    {
      "method": "GET",
      "path": "/api/v1/health",
      "description": "Liveness check"
    },
    {
      "method": "GET",
      "path": "/api/v1/fees",
      "description": "Published flat fee schedule"
    },
    {
      "method": "GET",
      "path": "/api/v1/practice-areas",
      "description": "Practice areas with page and skill links"
    },
    {
      "method": "GET",
      "path": "/api/v1/document-packs",
      "description": "Free document packs available for request"
    },
    {
      "method": "POST",
      "path": "/api/v1/document-packs",
      "description": "Request a free document pack by email"
    },
    {
      "method": "POST",
      "path": "/api/v1/intake",
      "description": "Submit an identity protection intake"
    },
    {
      "method": "GET",
      "path": "/api/v1/resources",
      "description": "Machine-readable resources for agents"
    }
  ]
}
