{
  "id": "party-screening",
  "name": "Party and Export Screening",
  "description": "Consolidated restricted-party, sanctions, debarment, enforcement, and wanted-person screening metadata.",
  "kind": "api",
  "audience": "public",
  "access": "open",
  "auth": "No authentication is required for documented public read operations.",
  "lifecycle": "active",
  "health": "operational",
  "canonicalUrl": "https://partyscreening.datasourceapi.com",
  "aliases": [
    "https://exportscreening.datasourceapi.com"
  ],
  "docsUrl": "https://partyscreening.datasourceapi.com/docs.html",
  "docsMediaType": "text/html",
  "openapiUrl": "https://partyscreening.datasourceapi.com/openapi.json",
  "openapiMediaType": "application/json",
  "statusUrl": "https://partyscreening.datasourceapi.com/api/status",
  "statusMediaType": "application/json",
  "repository": "https://github.com/coopalliance/cca-party-screening",
  "serviceBinding": {
    "supported": true,
    "description": "Approved fleet Workers can use the API through a Cloudflare service binding."
  },
  "provenance": [
    {
      "name": "Government restricted-party programs",
      "description": "OFAC, U.S. Consolidated Screening List, United Nations, United Kingdom, European Union, Canada, Switzerland, Australia, Japan, and New Zealand lists."
    },
    {
      "name": "U.S. enforcement sources",
      "description": "SAM exclusions, FDA debarments, HHS OIG exclusions, and FBI wanted records."
    }
  ],
  "freshness": {
    "cadence": "Full source sweep every six hours; CSL, OFAC, and FBI checks hourly.",
    "lastVerified": "2026-09-03"
  },
  "capabilities": [
    "debarment",
    "export-screening",
    "restricted-parties",
    "sanctions"
  ],
  "examples": [
    {
      "label": "Service status",
      "description": "Inspect source release and service readiness.",
      "method": "GET",
      "url": "https://partyscreening.datasourceapi.com/api/status"
    }
  ],
  "operations": [
    {
      "operationId": "getPartyScreeningStatus",
      "summary": "Get party-screening source and service health.",
      "method": "GET",
      "path": "/api/status"
    }
  ],
  "agentReadiness": {
    "level": "partial",
    "score": 78,
    "summary": "Canonical OpenAPI, documentation, and status are available, with conservative scoring due to fleet-wide schema and example gaps."
  }
}