API Reference
Check API and catalog health
GET
/healthReturns service status and catalog import metadata. No API key is required.
Response Body
application/json
application/json
curl "https://api.swipeformovie.com/health"{ "data": [ { "status": "ok", "environment": "production", "catalog": { "catalog_version": "2.0.0", "title_count": 200000, "ingested_at": "2026-08-01T00:00:00.000Z", "enrichment_complete": true } } ], "meta": { "request_id": "req_01J7EXAMPLE" }}