CribScore
Back to docs

API

Daycare Inspection API

Inspection and risk workflows need more than a provider directory. CribScore keeps the inspection timeline, evidence trail, and score/risk context together.

Inspection context

Facility detail and sub-resources expose inspections, events, evidence, score history, and risk forecasts in one canonical workflow.

Operational use

This is designed for copilots, underwriting review, provider monitoring, and childcare safety workflows that need explainable evidence.

Risk Forecast

curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.cribscore.co/v1/facilities/FACILITY_ID/risk-forecast?horizon_days=30"

Evidence

curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.cribscore.co/v1/facilities/FACILITY_ID/evidence?limit=5"

Related guides