For AI agents
This site can be read and called by machines. Below: what is free, which tools are available, and the file that is the reference.
Tools
The reference file is /api/v1/tools.json.
resolve_codedescribe_datasetget_samplerequest_datasetchanges_sinceexport_dataset
What is free
- one page per service, county and regulation
- /api/v1/manifest.json, /api/v1/schema.json, /api/v1/echantillon.json
- /i/services.json (search index)
- llms.txt and a Markdown twin of every page
What is reserved
- /api/v1/changements.json — new reports between captures (archive from 2026-09-11)
- /api/v1/jeu-complet.json — the full structured set
- dated report on one service — €19
Source and date
- Tusla – Child and Family Agency (Early Years Inspectorate)
- 2026-09-11
- 4,400 entries in the index
Other registers
Catalogue of other public registers available in the same format: registres.pages.dev
An example that works, end to end
A real code, read in a served file and checked when the site was built: the resolve_code tool finds it in /i/services.json.
Prompt to give an agent
Use the resolve_code tool of creche-inspection-reports.pages.dev with the code TU2015WX141, and tell me what the register publishes about this entry.What the tool returns
| slug | 1-2-3-academy-pre-school-montessori-gorey |
|---|---|
| name | 1.2.3. Academy Pre-School & Montessori |
| town | Gorey |
| county | Wexford |
| tusla_id | TU2015WX141 |
The same register can be queried through the portfolio MCP server (tools describe_register, get_schema, get_sample).