CribScore
Back to docs

API

Childcare Licensing API

This guide focuses on the licensing layer: canonical provider identity, public status, source URLs, and state coverage readiness.

Licensing surface

Use facility detail to read license status, provider identity, address, source provenance, and canonical merge context for a provider.

Coverage truth

Use the state directory and trust surfaces before promising coverage quality in a workflow. Launch-ready and score-ready states are explicitly gated.

Facility Detail

curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.cribscore.co/v1/facilities/FACILITY_ID"

Related guides