{"name":"Racing Australia Horse Data API","version":"1.0.0","status":"running","endpoints":{"health":"/api/health","stats":"/api/stats","horses":{"list":"GET /api/horses","get":"GET /api/horses/:id","create":"POST /api/horses","batch":"POST /api/horses/batch","searchImport":"POST /api/horses/search-import","refresh":"POST /api/horses/:id/refresh"},"trainers":{"list":"GET /api/trainers","get":"GET /api/trainers/:id","sync":"POST /api/trainers/sync","delete":"DELETE /api/trainers/:id"},"owners":{"list":"GET /api/owners","get":"GET /api/owners/:id","delete":"DELETE /api/owners/:id"},"queue":{"pending":"GET /api/queue/pending","process":"POST /api/queue/process"},"audit":"GET /api/audit"}}