Canonical spec
Use the OpenAPI document as the source of truth for code generation, API client setup, mock servers, and contract review.
API
The OpenAPI document is the canonical typed contract for REST consumers, generated clients, and API tooling.
Use the OpenAPI document as the source of truth for code generation, API client setup, mock servers, and contract review.
The same spec feeds the API docs and the Postman collection source included in this repo.
https://api.cribscore.co/openapi.jsonChildcare API for Developers
Use the CribScore childcare API for facility search, facility detail, trust metrics, prices, and decision workflows.
Python Example for the Childcare API
Use Python and `httpx` to search facilities, read trust metrics, and integrate CribScore into backend workflows.
TypeScript Example for the Childcare API
Use TypeScript and `fetch` to call CribScore from web backends, serverless functions, and agent adapters.