ror.search
mock data$0.001 / callSearch Research Organizations
Search the Research Organization Registry (ROR) for research institutions, universities, hospitals, companies, government agencies, and funders by name, acronym, or keyword. ROR is the open community-driven registry of 110,000+ research organizations worldwide, maintained by DataCite, CrossRef, and the California Digital Library. Each organization has a unique persistent ROR ID (e.g. https://ror.org/042nb2s44 for MIT) used in scholarly metadata, grant systems, and repositories like PubMed, Zenodo, and DataCite. Returns up to 20 results per page with name, acronym, types (Education/Funder/Healthcare/etc.), status, country, city, founding year, and website. Use page parameter to paginate. Ideal for disambiguating author affiliations, validating institution names, and building bibliometric analyses of research output by organization.
Input schema
Page number for pagination (1-indexed, default 1). Each page returns up to 20 results.
Keyword query to search research organizations by name, acronym, alias, or domain (e.g. "MIT", "Stanford University", "CERN").
When true, include inactive and withdrawn organizations in results. By default only active organizations are returned.
Call via REST
curl -X POST https://unifyapi.pro/api/call/ror.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"query":"<query>","all_status":"<all_status>"}'