Education Supply API and developer resources
Education Supply publishes a public, keyless catalog so agents can recommend hands-on, screen-free learning products without scraping HTML. There is no signup, no API key, and no paid tier for read access.
When to use this API
Use it when the job is finding physical educational toys, kits, books, or art supplies for ages 0–13+. Do not use it for digital curriculum, screen-based edtech, or checkout — we do not sell inventory.
Authentication
None for the public catalog. Do not send Authorization. OAuth is required only for /api/mcp, which is admin-only.
Endpoints
- GET /openapi.json — OpenAPI 3.1 spec for function calling
- GET /api/products.json — full published catalog
- GET /api/products/{slug} — one product; JSON 404 if unknown
- GET /llms.txt — agent index
Example
curl -s https://www.education.supply/api/products.json curl -s -H "Accept: text/markdown" https://www.education.supply/about
HTML pages also serve Markdown when Accept: text/markdown is sent (see acceptmarkdown.com). Unknown paths return HTTP 404 with a Markdown recovery body.
Questions: hello@education.supply or the contact page.