{
  "name": "ProductionList Data API",
  "description": "The earliest structured feed of new US film & TV productions, by the Film & Television Industry Alliance.",
  "version": "v1",
  "documentation": "https://api.productionlist.com/docs",
  "openapi": "https://api.productionlist.com/openapi.json",
  "authentication": "Bearer API key (Authorization: Bearer pl_live_…). Request access at https://www.productionlist.com/api",
  "endpoints": {
    "GET /v1/productions": "List & search production detections",
    "GET /v1/productions/{id_or_slug}": "Single production",
    "GET /v1/productions/changes": "Delta-sync feed (Pipeline+; launching soon)",
    "GET /v1/companies": "List production companies",
    "GET /v1/companies/{id_or_slug}": "Single company",
    "GET /v1/taxonomies": "Valid filter slugs (types, statuses, stages, categories)"
  },
  "notes": "v1 contains no personal contact data (crew/company emails or phones)."
}