{
  "name": "Ruja Media Mass Tort API",
  "version": "1.0.0",
  "description": "JSON data API for mass tort and awareness campaign sites",
  "endpoints": [
    {
      "path": "/v1/depo-provera/stats",
      "method": "GET",
      "description": "Depo-Provera MDL 3140 litigation statistics"
    },
    {
      "path": "/v1/glp1/stats",
      "method": "GET",
      "description": "GLP-1 vision loss MDL 3163 litigation statistics"
    },
    {
      "path": "/v1/pfas/stats",
      "method": "GET",
      "description": "PFAS MDL 2873 litigation statistics"
    },
    {
      "path": "/v1/suboxone/stats",
      "method": "GET",
      "description": "Suboxone dental injury MDL statistics"
    },
    {
      "path": "/v1/silicosis/stats",
      "method": "GET",
      "description": "Silicosis engineered stone litigation statistics"
    },
    {
      "path": "/v1/hair-relaxer/stats",
      "method": "GET",
      "description": "Hair relaxer cancer MDL statistics"
    },
    {
      "path": "/v1/cpap/stats",
      "method": "GET",
      "description": "Philips CPAP recall MDL statistics"
    },
    {
      "path": "/v1/social-media/stats",
      "method": "GET",
      "description": "Social media youth mental health MDL 3047 statistics"
    },
    {
      "path": "/v1/food-dye/stats",
      "method": "GET",
      "description": "Food dye litigation and regulatory statistics"
    },
    {
      "path": "/v1/sports-betting/stats",
      "method": "GET",
      "description": "Sports betting harm litigation/regulatory statistics"
    },
    {
      "path": "/v1/dupixent/stats",
      "method": "GET",
      "description": "Dupixent cancer signal monitoring statistics (awareness-only)"
    },
    {
      "path": "/v1/breast-mesh/stats",
      "method": "GET",
      "description": "GalaFLEX breast mesh monitoring statistics (awareness-only)"
    },
    {
      "path": "/v1/states/{state_code}",
      "method": "GET",
      "description": "State statute of limitations (e.g., /v1/states/TX)"
    },
    {
      "path": "/v1/states",
      "method": "GET",
      "description": "All states SOL data"
    },
    {
      "path": "/v1/qualify",
      "method": "GET",
      "description": "Eligibility assessment",
      "params": "litigation, state, diagnosed, years_used"
    }
  ],
  "cors": "All origins allowed",
  "sites": [
    "https://depoproveraclaims.com",
    "https://glp1visionlawsuit.com",
    "https://pfasexposureclaims.com",
    "https://suboxoneinjury.com",
    "https://silicosiscase.com",
    "https://relaxercancer.com",
    "https://cpapclaims.com",
    "https://screentimeclaims.com",
    "https://foodcoloringlawsuit.com",
    "https://sportsbettingharm.com",
    "https://dupixentcancer.com",
    "https://breastmeshlawsuit.com"
  ]
}