Mudanças entre as edições de "Research Organization Registry - ROR"
Ir para navegação
Ir para pesquisar
| Linha 4: | Linha 4: | ||
==API== | ==API== | ||
[https://ror.readme.io/docs/rest-api REST-API] | [https://ror.readme.io/docs/rest-api REST-API] | ||
| + | |||
| + | ===Query=== | ||
| + | curl https://api.ror.org/organizations?query=bath | ||
| + | |||
| + | ===Pages=== | ||
| + | curl https://api.ror.org/organizations?page=2 | ||
| + | |||
| + | ===Filters=== | ||
| + | curl https://api.ror.org/organizations?filter=types:Facility | ||
| + | curl https://api.ror.org/organizations?filter=types:Facility | ||
| + | curl https://api.ror.org/organizations?filter=country.country_code:GB | ||
| + | curl https://api.ror.org/organizations?filter=country.country_name:France | ||
Edição das 15h03min de 5 de janeiro de 2022
Research Organization Registry - ROR
API
Query
curl https://api.ror.org/organizations?query=bath
Pages
curl https://api.ror.org/organizations?page=2
Filters
curl https://api.ror.org/organizations?filter=types:Facility curl https://api.ror.org/organizations?filter=types:Facility curl https://api.ror.org/organizations?filter=country.country_code:GB curl https://api.ror.org/organizations?filter=country.country_name:France