ror.get
mock data$0.001 / callGet Research Organization by ROR ID
Retrieve full details for a specific research organization from the Research Organization Registry (ROR) using its unique ROR identifier. Accepts the full URL format (https://ror.org/042nb2s44) or the short alphanumeric ID (042nb2s44). Returns comprehensive organization metadata including all name variants in multiple languages, organization type (Education, Funder, Healthcare, Company, Government, etc.), current status, founding year, primary location with coordinates, official website and Wikipedia URL, cross-registry identifiers (GRID, ISNI, Wikidata, FundRef), and parent/child/related organization relationships. Use after ror.organizations.search to get complete details for a found organization, or when you already know the ROR ID from scholarly metadata.
Input schema
ROR identifier for the organization. Accepts the full URL format (e.g. "https://ror.org/042nb2s44") or the short alphanumeric ID (e.g. "042nb2s44").
Call via REST
curl -X POST https://unifyapi.pro/api/call/ror.get \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"ror_id":"<ror_id>"}'