Public data API

The live site is a searchable, filterable, shareable map of licensed Illinois daycare providers; this page documents the static JSON you can fetch over HTTPS to use the same dataset in your own app, notebook, or script. There are no query parameters or server-side filters—download the file and filter client-side.

Endpoints

Map URL (shared searches)

On the map, filters and search text can be encoded as ?s=<base64url> (compact JSON). Optional plain query parameters are also read: q, ft (comma-separated DCC/DCH/GDC), st (comma-separated licensed/pending/other), sort, night=1, fav=1, md (max distance mi), rings=1, addr, and lat / lon / ulbl for a shared map pin. Favorites and saved searches stay in the browser only and are not in the API JSON.

Usage notes