You can group institutions with the group_by
parameter:
- Get counts of institutions by country code:
https://api.openalex.org/institutions?group_by=country_code
Or you can group using one the attributes below.
{% hint style="info" %} It's best to read about group by before trying these out. It will show you how results are formatted, the number of results returned, and how to sort results. {% endhint %}