| name | eric-education-api |
| description | Search 2M+ education research records via the ERIC database API |
| metadata | {"openclaw":{"emoji":"🎓","category":"literature","subcategory":"search","keywords":["ERIC","education research","IES","pedagogy","teaching","educational technology"],"source":"https://eric.ed.gov/"}} |
ERIC (Education Resources Information Center) API
Overview
ERIC is the world's largest digital library of education research, sponsored by the U.S. Institute of Education Sciences (IES). It indexes 2M+ records including journal articles, reports, conference papers, and dissertations covering all aspects of education. The API provides free, unauthenticated access to metadata and links to full text where available.
API Endpoints
Base URL
https://api.ies.ed.gov/eric/
Search
curl "https://api.ies.ed.gov/eric/?search=online+learning&format=json&rows=20"
curl "https://api.ies.ed.gov/eric/?search=title:\"blended learning\"&format=json"
curl "https://api.ies.ed.gov/eric/?search=STEM+education&start=0&rows=25&\
publicationdatestart=2023-01-01&publicationdateend=2026-12-31&format=json"
curl "https://api.ies.ed.gov/eric/?search=formative+assessment&\
publicationtype=Journal+Articles&format=json"
curl
curl