Filtering
ROR REST API v2
This page documents v2 of the ROR REST API. For v1 documentation of the ROR REST API, see https://ror.readme.io/v1/docs/api-filtering. You can also read more about ROR API versions and a summary of what's new in Schema 2.0.
About filtering
Results can be filtered by record status, organization type, ISO 3166 country code, and country name.
In version 2 of the ROR API and schema, values formerly in the field country.country_code
are now in the field locations.geonames_details.country_code
and values formerly in the field country.country_name
are now in the field locations.geonames_details.country_name
. The v1 and v2 field names for country names and country codes can be used interchangeably in v2 of the ROR API.
status
- filter records by record statustypes
- filter records by organization typecountry.country_code
andlocations.geonames_details.country_code
- filter records by country codecountry.country_name
andlocations.geonames_details.country_name
- filter records by country name
See Data structure and Fields and sub-fields for more details about these fields.
Filter format
https://api.ror.org/v2/organizations?filter=[filter]:[value]
Filter by record status
Available statuses: active, inactive, and withdrawn. Requests for a specific record by its exact ROR ID will always return the record regardless of its status without need for the all_status parameter or for status filters.
Example
curl 'https://api.ror.org/v2/organizations?filter=status:inactive' | json_pp
Retrieves a list of records for inactive research organizations.
{
"items" : [
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1846,
"external_ids" : [
{
"all" : [
"grid.421071.1"
],
"preferred" : "grid.421071.1",
"type" : "grid"
},
{
"all" : [
"0000 0004 0414 2807"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q6722050"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/04yw47259",
"links" : [
{
"type" : "website",
"value" : "https://www.mac.edu/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/MacMurray_College"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "US",
"country_name" : "United States",
"lat" : 39.73394,
"lng" : -90.22901,
"name" : "Jacksonville"
},
"geonames_id" : 4241704
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Macmurray College"
}
],
"relationships" : [],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1952,
"external_ids" : [
{
"all" : [
"grid.465799.0"
],
"preferred" : "grid.465799.0",
"type" : "grid"
},
{
"all" : [
"0000 0004 0535 7949"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q7007272"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/01952nm43",
"links" : [
{
"type" : "website",
"value" : "https://www.artinstitutes.edu/boston/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/New_England_Institute_of_Art"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "US",
"country_name" : "United States",
"lat" : 42.33176,
"lng" : -71.12116,
"name" : "Brookline"
},
"geonames_id" : 4931482
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "NEiA"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "New England Institute of Art"
}
],
"relationships" : [
{
"id" : "https://ror.org/01p2ej961",
"label" : "The Art Institutes",
"type" : "parent"
}
],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1990,
"external_ids" : [
{
"all" : [
"grid.411330.4"
],
"preferred" : "grid.411330.4",
"type" : "grid"
},
{
"all" : [
"Q5146629"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/0114f6s34",
"links" : [
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/College_of_Allied_Medical_Science_Akita_University"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "JP",
"country_name" : "Japan",
"lat" : 39.71667,
"lng" : 140.11667,
"name" : "Akita"
},
"geonames_id" : 2113126
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "College of Allied Medical Science Akita University"
},
{
"lang" : "ja",
"types" : [
"label"
],
"value" : "秋田大学医療技術短期大学部"
}
],
"relationships" : [
{
"id" : "https://ror.org/03hv1ad10",
"label" : "Akita University",
"type" : "related"
}
],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1999,
"external_ids" : [
{
"all" : [
"grid.471118.a"
],
"preferred" : "grid.471118.a",
"type" : "grid"
},
{
"all" : [
"0000 0004 6044 5191"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q1124769"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/05rx1xe20",
"links" : [
{
"type" : "website",
"value" : "http://www.conexant.com/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Conexant"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "US",
"country_name" : "United States",
"lat" : 33.66946,
"lng" : -117.82311,
"name" : "Irvine"
},
"geonames_id" : 5359777
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Conexant (United States)"
}
],
"relationships" : [
{
"id" : "https://ror.org/031tq8403",
"label" : "Synaptics (United States)",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"company"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1964,
"external_ids" : [
{
"all" : [
"grid.411243.1"
],
"preferred" : "grid.411243.1",
"type" : "grid"
},
{
"all" : [
"0000 0001 2112 6516"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q6452850"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/00w0f8567",
"links" : [
{
"type" : "website",
"value" : "http://www.ktokai-u.ac.jp/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/Kyushu_Tokai_University"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "JP",
"country_name" : "Japan",
"lat" : 32.80589,
"lng" : 130.69181,
"name" : "Kumamoto"
},
"geonames_id" : 1858421
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Kyushu Tokai University"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Kyūshū Tōkai Daigaku"
},
{
"lang" : "ja",
"types" : [
"label"
],
"value" : "九州東海大学"
}
],
"relationships" : [
{
"id" : "https://ror.org/01p7qe739",
"label" : "Tokai University",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1951,
"external_ids" : [
{
"all" : [
"grid.446226.0"
],
"preferred" : "grid.446226.0",
"type" : "grid"
},
{
"all" : [
"0000 0001 0370 2102"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q4304073"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/04dstfg97",
"links" : [
{
"type" : "website",
"value" : "http://www.mggu-sh.ru/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Sholokhov_Moscow_State_University_for_Humanities"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "RU",
"country_name" : "Russia",
"lat" : 55.75222,
"lng" : 37.61556,
"name" : "Moscow"
},
"geonames_id" : 524901
}
],
"names" : [
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Moscow State University for Humanities named after M.A. Sholokhov"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Sholokhov Moscow State University for Humanities"
},
{
"lang" : "ru",
"types" : [
"label"
],
"value" : "Московский государственный гуманитарный университет имени М. А. Шолохова"
}
],
"relationships" : [
{
"id" : "https://ror.org/03a9mf398",
"label" : "Moscow State Pedagogical University",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1985,
"external_ids" : [
{
"all" : [
"grid.471885.7"
],
"preferred" : "grid.471885.7",
"type" : "grid"
},
{
"all" : [
"0000 0000 9356 4825"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/01kjjpm11",
"links" : [
{
"type" : "website",
"value" : "http://www.meijo.ac.jp/about/education.html"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "JP",
"country_name" : "Japan",
"lat" : 34.69374,
"lng" : 135.50218,
"name" : "Osaka"
},
"geonames_id" : 1853909
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Osaka Meijo Women's College"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Osakameijojoshitankidaigaku"
},
{
"lang" : "ja",
"types" : [
"label"
],
"value" : "大阪明浄女子短期大学"
}
],
"relationships" : [],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1982,
"external_ids" : [
{
"all" : [
"grid.471701.4"
],
"preferred" : "grid.471701.4",
"type" : "grid"
}
],
"id" : "https://ror.org/035713c15",
"links" : [
{
"type" : "website",
"value" : "http://koryo.nucba.ac.jp/en/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Koryo_International_College"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "JP",
"country_name" : "Japan",
"lat" : 35.18147,
"lng" : 136.90641,
"name" : "Nagoya"
},
"geonames_id" : 1856057
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Koryo International College"
},
{
"lang" : "ja",
"types" : [
"label"
],
"value" : "光陵女子短期大学"
}
],
"relationships" : [],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1999,
"external_ids" : [
{
"all" : [
"grid.434040.7"
],
"preferred" : "grid.434040.7",
"type" : "grid"
},
{
"all" : [
"0000 0004 0452 7467"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q3156887"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/01a5v8x09",
"links" : [
{
"type" : "website",
"value" : "https://www.JDSU.com"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/JDSU"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "US",
"country_name" : "United States",
"lat" : 37.42827,
"lng" : -121.90662,
"name" : "Milpitas"
},
"geonames_id" : 5373327
}
],
"names" : [
{
"lang" : null,
"types" : [
"alias"
],
"value" : "JDS Uniphase"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "JDSU (United States)"
}
],
"relationships" : [
{
"id" : "https://ror.org/025j82f41",
"label" : "JDSU (Canada)",
"type" : "child"
},
{
"id" : "https://ror.org/01d3ncs59",
"label" : "JDSU (China)",
"type" : "child"
},
{
"id" : "https://ror.org/00wz65j53",
"label" : "JDSU (Switzerland)",
"type" : "child"
},
{
"id" : "https://ror.org/059a9e323",
"label" : "Viavi Solutions (United States)",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"company"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1965,
"external_ids" : [
{
"all" : [
"grid.454678.c"
],
"preferred" : "grid.454678.c",
"type" : "grid"
},
{
"all" : [
"0000 0004 0437 0738"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q5219048"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/002c7gt96",
"links" : [
{
"type" : "website",
"value" : "http://www.dwc.edu/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Daniel_Webster_College"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "US",
"country_name" : "United States",
"lat" : 42.76537,
"lng" : -71.46757,
"name" : "Nashua"
},
"geonames_id" : 5090046
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "DWC"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Daniel Webster College"
}
],
"relationships" : [],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2004,
"external_ids" : [
{
"all" : [
"grid.434617.3"
],
"preferred" : "grid.434617.3",
"type" : "grid"
},
{
"all" : [
"0000 0004 5930 4682"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/03q0p7c86",
"links" : [
{
"type" : "website",
"value" : "http://www.cmrb.eu/en_index.html"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ES",
"country_name" : "Spain",
"lat" : 41.38879,
"lng" : 2.15899,
"name" : "Barcelona"
},
"geonames_id" : 3128760
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "CMR"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "CMR-CERCA"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Center of Regenerative Medicine in Barcelona"
}
],
"relationships" : [
{
"id" : "https://ror.org/01bkbaq61",
"label" : "CERCA Institution",
"type" : "parent"
}
],
"status" : "inactive",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2019-02-17",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2011,
"external_ids" : [
{
"all" : [
"grid.501421.3"
],
"preferred" : "grid.501421.3",
"type" : "grid"
}
],
"id" : "https://ror.org/05524hb64",
"links" : [
{
"type" : "website",
"value" : "https://www.xsede.org/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "US",
"country_name" : "United States",
"lat" : 40.11059,
"lng" : -88.20727,
"name" : "Urbana"
},
"geonames_id" : 4914570
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Extreme Science and Engineering Discovery Environment"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "XSEDE"
}
],
"relationships" : [
{
"id" : "https://ror.org/03r10zj06",
"label" : "National Center for Supercomputing Applications",
"type" : "parent"
},
{
"id" : "https://ror.org/01v6d0b34",
"label" : "Advanced Cyberinfrastructure Coordination Ecosystem: Services & Support",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1991,
"external_ids" : [
{
"all" : [
"grid.465477.3"
],
"preferred" : "grid.465477.3",
"type" : "grid"
},
{
"all" : [
"0000 0001 2106 4693"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/00em52312",
"links" : [
{
"type" : "website",
"value" : "http://www.polarcom.gc.ca/eng/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Canadian_Polar_Commission"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "CA",
"country_name" : "Canada",
"lat" : 45.41117,
"lng" : -75.69812,
"name" : "Ottawa"
},
"geonames_id" : 6094817
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Canadian Polar Commission"
}
],
"relationships" : [
{
"id" : "https://ror.org/00rfash91",
"label" : "Polar Knowledge Canada",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"government"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2001,
"external_ids" : [
{
"all" : [
"grid.472777.6"
],
"preferred" : "grid.472777.6",
"type" : "grid"
},
{
"all" : [
"0000 0004 0640 4399"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/05r35r527",
"links" : [
{
"type" : "website",
"value" : "http://www.mylan.com/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "AU",
"country_name" : "Australia",
"lat" : -37.814,
"lng" : 144.96332,
"name" : "Melbourne"
},
"geonames_id" : 2158177
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Mylan (Australia)"
}
],
"relationships" : [
{
"id" : "https://ror.org/04nsw4151",
"label" : "Mylan (United States)",
"type" : "parent"
},
{
"id" : "https://ror.org/01g1gvr46",
"label" : "Viatris",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"company"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1946,
"external_ids" : [
{
"all" : [
"grid.471559.b"
],
"preferred" : "grid.471559.b",
"type" : "grid"
}
],
"id" : "https://ror.org/0010rmz96",
"links" : [
{
"type" : "website",
"value" : "http://www.akatsuki.ed.jp/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "JP",
"country_name" : "Japan",
"lat" : 34.96667,
"lng" : 136.61667,
"name" : "Yokkaichi"
},
"geonames_id" : 1848373
}
],
"names" : [
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Akatsuki Gakuen Junior College"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Yokkaichi University Junior College"
},
{
"lang" : "ja",
"types" : [
"label"
],
"value" : "四日市大学短期大学部"
}
],
"relationships" : [],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1961,
"external_ids" : [
{
"all" : [
"100016259"
],
"preferred" : "100016259",
"type" : "fundref"
},
{
"all" : [
"grid.476548.c"
],
"preferred" : "grid.476548.c",
"type" : "grid"
},
{
"all" : [
"Q30714477"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/04nsw4151",
"links" : [
{
"type" : "website",
"value" : "http://www.mylan.com/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Mylan"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "US",
"country_name" : "United States",
"lat" : 40.26257,
"lng" : -80.18728,
"name" : "Canonsburg"
},
"geonames_id" : 5183161
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Mylan (United States)"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "UDL Laboratories, Inc."
}
],
"relationships" : [
{
"id" : "https://ror.org/05r35r527",
"label" : "Mylan (Australia)",
"type" : "child"
},
{
"id" : "https://ror.org/04fmf8z66",
"label" : "Mylan (Germany)",
"type" : "child"
},
{
"id" : "https://ror.org/039jjcy66",
"label" : "Mylan (India)",
"type" : "child"
},
{
"id" : "https://ror.org/04k443z34",
"label" : "Mylan (Italy)",
"type" : "child"
},
{
"id" : "https://ror.org/01gqqqf26",
"label" : "Mylan (South Africa)",
"type" : "child"
},
{
"id" : "https://ror.org/03jq8sq82",
"label" : "Mylan (Sweden)",
"type" : "child"
},
{
"id" : "https://ror.org/045sjkt56",
"label" : "Mylan (Switzerland)",
"type" : "child"
},
{
"id" : "https://ror.org/028rzxs74",
"label" : "Mylan (United Kingdom)",
"type" : "child"
},
{
"id" : "https://ror.org/01g1gvr46",
"label" : "Viatris",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"company"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1943,
"external_ids" : [
{
"all" : [
"grid.423402.3"
],
"preferred" : "grid.423402.3",
"type" : "grid"
}
],
"id" : "https://ror.org/05esm3b90",
"links" : [
{
"type" : "website",
"value" : "http://www.plastics.ca/home/index.php"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "CA",
"country_name" : "Canada",
"lat" : 43.5789,
"lng" : -79.6583,
"name" : "Mississauga"
},
"geonames_id" : 6075357
}
],
"names" : [
{
"lang" : "fr",
"types" : [
"label"
],
"value" : "Association Canadienne de l'Industrie des Plastiques"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "CPIA"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Canadian Plastics Industry Association"
}
],
"relationships" : [
{
"id" : "https://ror.org/05p0ja512",
"label" : "Chemistry Industry Association of Canada",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"nonprofit"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1880,
"external_ids" : [
{
"all" : [
"100015062"
],
"preferred" : "100015062",
"type" : "fundref"
},
{
"all" : [
"grid.261445.0"
],
"preferred" : "grid.261445.0",
"type" : "grid"
},
{
"all" : [
"0000 0001 1009 6411"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q1143396"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/02skfsw40",
"links" : [
{
"type" : "website",
"value" : "http://www.osaka-cu.ac.jp/en"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/Osaka_City_University"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "JP",
"country_name" : "Japan",
"lat" : 34.69374,
"lng" : 135.50218,
"name" : "Osaka"
},
"geonames_id" : 1853909
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "OCU"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Osaka City University"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Ōsaka shiritsu daigaku"
},
{
"lang" : "ja",
"types" : [
"label"
],
"value" : "大阪市立大学"
}
],
"relationships" : [
{
"id" : "https://ror.org/05mxean80",
"label" : "Osaka City University Hospital",
"type" : "related"
},
{
"id" : "https://ror.org/01hvx5h04",
"label" : "Osaka Metropolitan University",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1970,
"external_ids" : [
{
"all" : [
"501100004981"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.418154.d"
],
"preferred" : "grid.418154.d",
"type" : "grid"
},
{
"all" : [
"0000 0001 0684 6355"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q14328110"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/02dyxwz31",
"links" : [
{
"type" : "website",
"value" : "http://www.ait.ie/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Athlone_Institute_of_Technology"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "IE",
"country_name" : "Ireland",
"lat" : 53.42278,
"lng" : -7.93722,
"name" : "Athlone"
},
"geonames_id" : 3313472
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "AIT"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Athlone Institute of Technology"
},
{
"lang" : "ga",
"types" : [
"label"
],
"value" : "Institiúid Teicneolaíochta Bhaile Átha Luain"
}
],
"relationships" : [
{
"id" : "https://ror.org/01c4rxk68",
"label" : "Advanced Materials and BioEngineering Research",
"type" : "child"
},
{
"id" : "https://ror.org/04efm0253",
"label" : "Technological University of the Shannon: Midlands Midwest",
"type" : "related"
},
{
"id" : "https://ror.org/04efm0253",
"label" : "Technological University of the Shannon: Midlands Midwest",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1990,
"external_ids" : [
{
"all" : [
"grid.471653.2"
],
"preferred" : "grid.471653.2",
"type" : "grid"
},
{
"all" : [
"0000 0004 0371 1211"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q11474639"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/0524wfr80",
"links" : [
{
"type" : "website",
"value" : "http://www.iwate-nurse.ac.jp/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Iwate_College_of_Nursing"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "JP",
"country_name" : "Japan",
"lat" : 39.69414,
"lng" : 140.98442,
"name" : "Shizukuishi"
},
"geonames_id" : 2110994
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Iwate College of Nursing"
},
{
"lang" : "ja",
"types" : [
"label"
],
"value" : "岩手看護短期大学"
}
],
"relationships" : [
{
"id" : "https://ror.org/04cybtr86",
"label" : "Iwate Medical University",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"education"
]
}
],
"meta" : {
"countries" : [
{
"count" : 156,
"id" : "fr",
"title" : "France"
},
{
"count" : 125,
"id" : "us",
"title" : "United States"
},
{
"count" : 55,
"id" : "gb",
"title" : "United Kingdom"
},
{
"count" : 40,
"id" : "jp",
"title" : "Japan"
},
{
"count" : 39,
"id" : "es",
"title" : "Spain"
},
{
"count" : 27,
"id" : "au",
"title" : "Australia"
},
{
"count" : 21,
"id" : "de",
"title" : "Germany"
},
{
"count" : 20,
"id" : "ca",
"title" : "Canada"
},
{
"count" : 15,
"id" : "ie",
"title" : "Ireland"
},
{
"count" : 9,
"id" : "cn",
"title" : "China"
}
],
"statuses" : [
{
"count" : 619,
"id" : "inactive",
"title" : "inactive"
}
],
"types" : [
{
"count" : 185,
"id" : "facility",
"title" : "facility"
},
{
"count" : 136,
"id" : "company",
"title" : "company"
},
{
"count" : 131,
"id" : "education",
"title" : "education"
},
{
"count" : 87,
"id" : "government",
"title" : "government"
},
{
"count" : 43,
"id" : "nonprofit",
"title" : "nonprofit"
},
{
"count" : 30,
"id" : "healthcare",
"title" : "healthcare"
},
{
"count" : 20,
"id" : "other",
"title" : "other"
},
{
"count" : 1,
"id" : "archive",
"title" : "archive"
}
]
},
"number_of_results" : 619,
"time_taken" : 20
}
Filter by organization type
Available organization types:
- education
- funder
- healthcare
- company
- archive
- nonprofit
- government
- facility
- other
Example
curl 'https://api.ror.org/v2/organizations?filter=types:facility' | json_pp
Retrieves a list of research facilities.
{
"items" : [
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1998,
"external_ids" : [
{
"all" : [
"grid.1064.3"
],
"preferred" : "grid.1064.3",
"type" : "grid"
}
],
"id" : "https://ror.org/00nx6aa03",
"links" : [
{
"type" : "website",
"value" : "http://research.mater.org.au/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "AU",
"country_name" : "Australia",
"lat" : -27.484697,
"lng" : 153.028477,
"name" : "Brisbane"
},
"geonames_id" : 2174003
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Mater Research"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1989,
"external_ids" : [
{
"all" : [
"501100001208",
"100009021"
],
"preferred" : "501100001208",
"type" : "fundref"
},
{
"all" : [
"grid.1076.0"
],
"preferred" : "grid.1076.0",
"type" : "grid"
},
{
"all" : [
"0000 0004 0626 1885"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q17006364"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/046fa4y88",
"links" : [
{
"type" : "website",
"value" : "http://www.hri.org.au/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Heart_Research_Institute"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "AU",
"country_name" : "Australia",
"lat" : -33.89596,
"lng" : 151.178932,
"name" : "Newtown"
},
"geonames_id" : 2155386
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "HRI"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "The Heart Research Institute"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1956,
"external_ids" : [
{
"all" : [
"501100006427"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.4332.6"
],
"preferred" : "grid.4332.6",
"type" : "grid"
},
{
"all" : [
"0000 0000 9799 7097"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q783627"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/04knbh022",
"links" : [
{
"type" : "website",
"value" : "http://www.ait.ac.at/?L=1"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Austrian_Institute_of_Technology"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "AT",
"country_name" : "Austria",
"lat" : 47.976111,
"lng" : 16.508611,
"name" : "Vienna"
},
"geonames_id" : 2761369
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "AIT"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "ARC"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Austrian Institute of Technology"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Austrian Research Centers"
}
],
"relationships" : [
{
"id" : "https://ror.org/023dz9m50",
"label" : "Complexity Science Hub Vienna",
"type" : "related"
}
],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1992,
"external_ids" : [
{
"all" : [
"grid.4556.2"
],
"preferred" : "grid.4556.2",
"type" : "grid"
},
{
"all" : [
"0000 0004 0493 9031"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q251061"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/03e8s1d88",
"links" : [
{
"type" : "website",
"value" : "https://www.pik-potsdam.de/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/Potsdam_Institute_for_Climate_Impact_Research"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "DE",
"country_name" : "Germany",
"lat" : 52.381282,
"lng" : 13.064152,
"name" : "Potsdam"
},
"geonames_id" : 2852458
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "PIK"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Potsdam Institute for Climate Impact Research"
},
{
"lang" : "de",
"types" : [
"label"
],
"value" : "Potsdam-Institut für Klimafolgenforschung"
}
],
"relationships" : [
{
"id" : "https://ror.org/01n6r0e97",
"label" : "Leibniz Association",
"type" : "parent"
}
],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1966,
"external_ids" : [
{
"all" : [
"grid.4612.1"
],
"preferred" : "grid.4612.1",
"type" : "grid"
},
{
"all" : [
"0000 0000 9172 2308"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/02khfkr46",
"links" : [
{
"type" : "website",
"value" : "http://www.ite.waw.pl/en/index.php"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "PL",
"country_name" : "Poland",
"lat" : 52.176751,
"lng" : 21.008943,
"name" : "Warsaw"
},
"geonames_id" : 756135
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "ITE"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Institute of Electron Technology"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Instytut został utworzony w Warszawie"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1952,
"external_ids" : [
{
"all" : [
"grid.4616.5"
],
"preferred" : "grid.4616.5",
"type" : "grid"
},
{
"all" : [
"0000 0004 0542 3598"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/03fs4aq04",
"links" : [
{
"type" : "website",
"value" : "http://www.ippt.pan.pl/en/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "PL",
"country_name" : "Poland",
"lat" : 52.20679,
"lng" : 20.981253,
"name" : "Warsaw"
},
"geonames_id" : 756135
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "IPPT"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "IPPT PAN"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Institute of Fundamental Technological Research"
},
{
"lang" : "pl",
"types" : [
"label"
],
"value" : "Instytut Podstawowych Problemów Techniki"
}
],
"relationships" : [
{
"id" : "https://ror.org/01dr6c206",
"label" : "Polish Academy of Sciences",
"type" : "parent"
}
],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1964,
"external_ids" : [
{
"all" : [
"100007626"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.4836.9"
],
"preferred" : "grid.4836.9",
"type" : "grid"
},
{
"all" : [
"0000 0004 0633 9072"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q7727247"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/0249v7n71",
"links" : [
{
"type" : "website",
"value" : "https://www.sztaki.hu/?en"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/The_Computer_and_Automation_Research_Institute,_Hungarian_Academy_of_Sciences"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "HU",
"country_name" : "Hungary",
"lat" : 47.478417,
"lng" : 19.05215,
"name" : "Budapest"
},
"geonames_id" : 3054643
}
],
"names" : [
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Computer and Automation Research Institute"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Institute for Computer Science and Control"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "MTA SZTAKI"
},
{
"lang" : "hu",
"types" : [
"label"
],
"value" : "Magyar Tudományos Akadémia Számítástechnikai és Automatizálási Kutatóintézete"
}
],
"relationships" : [
{
"id" : "https://ror.org/02ks8qq67",
"label" : "Hungarian Academy of Sciences",
"type" : "parent"
}
],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1968,
"external_ids" : [
{
"all" : [
"grid.4843.b"
],
"preferred" : "grid.4843.b",
"type" : "grid"
},
{
"all" : [
"0000 0001 1703 001X"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q1408031"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/03kchyj69",
"links" : [
{
"type" : "website",
"value" : "http://www.twi-global.com/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/The_Welding_Institute"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 52.117429,
"lng" : 0.225809,
"name" : "Cambridge"
},
"geonames_id" : 2653941
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "TWI"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "The Welding Institute"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1950,
"external_ids" : [
{
"all" : [
"501100007259"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.4905.8"
],
"preferred" : "grid.4905.8",
"type" : "grid"
},
{
"all" : [
"0000 0004 0635 7705"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q7383690"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/02mw21745",
"links" : [
{
"type" : "website",
"value" : "http://www.irb.hr/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Ru%C4%91er_Bo%C5%A1kovi%C4%87_Institute"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "HR",
"country_name" : "Croatia",
"lat" : 45.829695,
"lng" : 15.988489,
"name" : "Zagreb"
},
"geonames_id" : 3186886
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "IRB"
},
{
"lang" : "hr",
"types" : [
"label"
],
"value" : "Institut Ruđer Bošković"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "RBI"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Rudjer Boskovic Institute"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-09-23",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1950,
"external_ids" : [
{
"all" : [
"grid.4987.2"
],
"preferred" : "grid.4987.2",
"type" : "grid"
}
],
"id" : "https://ror.org/01j5n9f07",
"links" : [
{
"type" : "website",
"value" : "http://www.aeki.kfki.hu/?lang=en"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "HU",
"country_name" : "Hungary",
"lat" : 47.487898,
"lng" : 18.961522,
"name" : "Budapest"
},
"geonames_id" : 3054643
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "AEKI"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "AERI"
},
{
"lang" : "hu",
"types" : [
"label"
],
"value" : "Atomenergia Kutatóintézet"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Atomic Energy Research Institute"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Institute for Atomic Energy Research"
}
],
"relationships" : [
{
"id" : "https://ror.org/05wswj918",
"label" : "Centre for Energy Research",
"type" : "parent"
}
],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : null,
"external_ids" : [
{
"all" : [
"grid.5474.2"
],
"preferred" : "grid.5474.2",
"type" : "grid"
}
],
"id" : "https://ror.org/04zsytt76",
"links" : [
{
"type" : "website",
"value" : "http://www.wisenmunro.org/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "NL",
"country_name" : "Netherlands",
"lat" : 52.070578,
"lng" : 4.298536,
"name" : "The Hague"
},
"geonames_id" : 2747373
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Wise & Munro Learning Research"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1991,
"external_ids" : [
{
"all" : [
"grid.5637.7"
],
"preferred" : "grid.5637.7",
"type" : "grid"
},
{
"all" : [
"Q2007462"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/003sav189",
"links" : [
{
"type" : "website",
"value" : "http://www.offis.de/en/start.html"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/OFFIS"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "DE",
"country_name" : "Germany",
"lat" : 53.148845,
"lng" : 8.200071,
"name" : "Oldenburg"
},
"geonames_id" : 2857458
}
],
"names" : [
{
"lang" : "en",
"types" : [
"label"
],
"value" : "Institute for Information Technology"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "OFFIS"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Oldenburger Institut für Informatik"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1987,
"external_ids" : [
{
"all" : [
"grid.5740.6"
],
"preferred" : "grid.5740.6",
"type" : "grid"
},
{
"all" : [
"0000 0000 9120 5458"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q30252673"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/01t0n3b84",
"links" : [
{
"type" : "website",
"value" : "http://www.cpr.it/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "IT",
"country_name" : "Italy",
"lat" : 43.712468,
"lng" : 10.399651,
"name" : "Pisa"
},
"geonames_id" : 3170647
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Consorzio Pisa Ricerche"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1988,
"external_ids" : [
{
"all" : [
"grid.5855.d"
],
"preferred" : "grid.5855.d",
"type" : "grid"
},
{
"all" : [
"0000 0004 0625 0529"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/034fmtr90",
"links" : [
{
"type" : "website",
"value" : "http://empirica.com/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "DE",
"country_name" : "Germany",
"lat" : 50.7358511,
"lng" : 7.1006599,
"name" : "Bonn"
},
"geonames_id" : 2946447
}
],
"names" : [
{
"lang" : "de",
"types" : [
"label"
],
"value" : "Empirica. Gesellschaft für Kommunikations- und Technologieforschung"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "empirica - Communication and Technology Research"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1976,
"external_ids" : [
{
"all" : [
"grid.6050.3"
],
"preferred" : "grid.6050.3",
"type" : "grid"
},
{
"all" : [
"Q30252676"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/04d4dxm04",
"links" : [
{
"type" : "website",
"value" : "http://www.smash.fr/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "FR",
"country_name" : "France",
"lat" : 48.833061,
"lng" : 2.305537,
"name" : "Paris"
},
"geonames_id" : 2988507
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "SMASH"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Société de Mathématiques Appliquées et de Sciences Humaines"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1978,
"external_ids" : [
{
"all" : [
"grid.6276.5"
],
"preferred" : "grid.6276.5",
"type" : "grid"
},
{
"all" : [
"0000 0004 0618 8606"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/00b7dkt53",
"links" : [
{
"type" : "website",
"value" : "https://www.crf.it/EN"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "IT",
"country_name" : "Italy",
"lat" : 45.014239,
"lng" : 7.568164,
"name" : "Orbassano"
},
"geonames_id" : 3171986
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "CRF"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Centro Ricerche FIAT"
}
],
"relationships" : [
{
"id" : "https://ror.org/005m6rn77",
"label" : "Fiat Chrysler Automobiles (Italy)",
"type" : "related"
}
],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2008,
"external_ids" : [
{
"all" : [
"501100007142"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.6385.8"
],
"preferred" : "grid.6385.8",
"type" : "grid"
},
{
"all" : [
"0000 0000 9294 0542"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/01deh9c76",
"links" : [
{
"type" : "website",
"value" : "https://www.deltares.nl/en"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "NL",
"country_name" : "Netherlands",
"lat" : 51.986071,
"lng" : 4.379089,
"name" : "Delft"
},
"geonames_id" : 2757345
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Deltares"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1999,
"external_ids" : [
{
"all" : [
"grid.6606.6"
],
"preferred" : "grid.6606.6",
"type" : "grid"
},
{
"all" : [
"Q29576195"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/042e7c302",
"links" : [
{
"type" : "website",
"value" : "http://www.multitel.be/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "BE",
"country_name" : "Belgium",
"lat" : 50.457627,
"lng" : 3.925131,
"name" : "Mons"
},
"geonames_id" : 2790869
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Multitel"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-04-06",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1952,
"external_ids" : [
{
"all" : [
"grid.6933.f"
],
"preferred" : "grid.6933.f",
"type" : "grid"
},
{
"all" : [
"0000 0001 2369 3573"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/02q8h2f47",
"links" : [
{
"type" : "website",
"value" : "http://www.fcba.fr/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "FR",
"country_name" : "France",
"lat" : 48.83712,
"lng" : 2.592774,
"name" : "Paris"
},
"geonames_id" : 2988507
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "FCBA"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Institut Technologique FCBA"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Institut Technologique Forêt Cellulose Bois-Construction Ameublement"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1945,
"external_ids" : [
{
"all" : [
"grid.6975.d"
],
"preferred" : "grid.6975.d",
"type" : "grid"
},
{
"all" : [
"0000 0004 0410 5926"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q21015571"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/030wyr187",
"links" : [
{
"type" : "website",
"value" : "http://www.ttl.fi/en/Pages/default.aspx"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Finnish_Institute_of_Occupational_Health"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "FI",
"country_name" : "Finland",
"lat" : 60.189613,
"lng" : 24.911928,
"name" : "Helsinki"
},
"geonames_id" : 658225
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "FIOH"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Finnish Institute of Occupational Health"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Työterveyslaitos"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
}
],
"meta" : {
"countries" : [
{
"count" : 2018,
"id" : "fr",
"title" : "France"
},
{
"count" : 1241,
"id" : "cn",
"title" : "China"
},
{
"count" : 1216,
"id" : "us",
"title" : "United States"
},
{
"count" : 810,
"id" : "ru",
"title" : "Russia"
},
{
"count" : 768,
"id" : "de",
"title" : "Germany"
},
{
"count" : 381,
"id" : "in",
"title" : "India"
},
{
"count" : 338,
"id" : "es",
"title" : "Spain"
},
{
"count" : 324,
"id" : "it",
"title" : "Italy"
},
{
"count" : 304,
"id" : "jp",
"title" : "Japan"
},
{
"count" : 302,
"id" : "gb",
"title" : "United Kingdom"
}
],
"statuses" : [
{
"count" : 10931,
"id" : "active",
"title" : "active"
}
],
"types" : [
{
"count" : 10931,
"id" : "facility",
"title" : "facility"
},
{
"count" : 121,
"id" : "government",
"title" : "government"
}
]
},
"number_of_results" : 10931,
"time_taken" : 3
}
Filter by country code
Available country codes are those in the ISO 3166 alpha-2 list.
Example
curl 'https://api.ror.org/v2/organizations?filter=country.country_code:ZA' | json_pp
Returns a list of research organizations in South Africa.
{
"items" : [
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1945,
"external_ids" : [
{
"all" : [
"501100001332",
"501100007174"
],
"preferred" : "501100001332",
"type" : "fundref"
},
{
"all" : [
"grid.7327.1"
],
"preferred" : "grid.7327.1",
"type" : "grid"
},
{
"all" : [
"0000 0004 0607 1766"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q849145"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/05j00sr48",
"links" : [
{
"type" : "website",
"value" : "http://www.csir.co.za/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Council_for_Scientific_and_Industrial_Research"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -25.7481,
"lng" : 28.2762,
"name" : "Pretoria"
},
"geonames_id" : 964137
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "CSIR"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Council for Scientific and Industrial Research"
},
{
"lang" : "af",
"types" : [
"label"
],
"value" : "Wetenskaplike en Nywerheidnavorsingsraad"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"government"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2004,
"external_ids" : [
{
"all" : [
"501100004695"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.16463.36"
],
"preferred" : "grid.16463.36",
"type" : "grid"
},
{
"all" : [
"0000 0001 0723 4123"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q727516"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/04qzfn040",
"links" : [
{
"type" : "website",
"value" : "http://www.ukzn.ac.za/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/University_of_KwaZulu-Natal"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -29.86752,
"lng" : 30.98081,
"name" : "Durban"
},
"geonames_id" : 1007311
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "UKZN "
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "University of KwaZulu-Natal"
}
],
"relationships" : [
{
"id" : "https://ror.org/01vx7zt03",
"label" : "Addington Hospital",
"type" : "related"
},
{
"id" : "https://ror.org/03gvpk069",
"label" : "Edendale Hospital",
"type" : "related"
},
{
"id" : "https://ror.org/00xnmcq32",
"label" : "Grey's Hospital",
"type" : "related"
},
{
"id" : "https://ror.org/04ap0ew90",
"label" : "Hlabisa Hospital",
"type" : "related"
},
{
"id" : "https://ror.org/03r56rv89",
"label" : "King Edward VIII Hospital",
"type" : "related"
},
{
"id" : "https://ror.org/02p2egt14",
"label" : "McCord Hospital",
"type" : "related"
},
{
"id" : "https://ror.org/04xz2c768",
"label" : "R. K. Khan Hospital",
"type" : "related"
},
{
"id" : "https://ror.org/055ne9q08",
"label" : "Wentworth Hospital",
"type" : "related"
}
],
"status" : "active",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2004,
"external_ids" : [
{
"all" : [
"501100005274"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.25881.36"
],
"preferred" : "grid.25881.36",
"type" : "grid"
},
{
"all" : [
"0000 0000 9769 2525"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q1998811"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/010f1sq29",
"links" : [
{
"type" : "website",
"value" : "http://www.nwu.ac.za/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/North-West_University"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -26.690454,
"lng" : 27.093144,
"name" : "Potchefstroom"
},
"geonames_id" : 964349
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "NWU"
},
{
"lang" : "af",
"types" : [
"label"
],
"value" : "Noordwes-Universiteit"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "North-West University"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Potchefstroom University"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Potchefstroom University for Christian Higher Education"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "University of Bophuthatswana"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1904,
"external_ids" : [
{
"all" : [
"501100001333"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.91354.3a"
],
"preferred" : "grid.91354.3a",
"type" : "grid"
},
{
"all" : [
"0000 0001 2364 1300"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q377757"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/016sewp10",
"links" : [
{
"type" : "website",
"value" : "https://www.ru.ac.za/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/Rhodes_University"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -33.313611,
"lng" : 26.519722,
"name" : "Grahamstown"
},
"geonames_id" : 1000501
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "RU"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Rhodes University"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Rhodes University College"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2005,
"external_ids" : [
{
"all" : [
"grid.411732.2"
],
"preferred" : "grid.411732.2",
"type" : "grid"
},
{
"all" : [
"0000 0001 2105 2799"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q45612"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/017p87168",
"links" : [
{
"type" : "website",
"value" : "http://www.ul.ac.za/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/University_of_Limpopo"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -23.876985,
"lng" : 29.739293,
"name" : "Polokwane"
},
"geonames_id" : 965289
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "University of Limpopo"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2005,
"external_ids" : [
{
"all" : [
"501100004512"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.411921.e"
],
"preferred" : "grid.411921.e",
"type" : "grid"
},
{
"all" : [
"0000 0001 0177 134X"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q1034468"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/056e9h402",
"links" : [
{
"type" : "website",
"value" : "http://www.cput.ac.za/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/Cape_Peninsula_University_of_Technology"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -33.932222,
"lng" : 18.640278,
"name" : "Cape Town"
},
"geonames_id" : 3369157
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Cape Peninsula University of Technology"
},
{
"lang" : "af",
"types" : [
"label"
],
"value" : "Kaapse Skiereiland Universiteit van Tegnologie"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2002,
"external_ids" : [
{
"all" : [
"100007648"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.412114.3"
],
"preferred" : "grid.412114.3",
"type" : "grid"
},
{
"all" : [
"0000 0000 9360 9165"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q926710"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/0303y7a51",
"links" : [
{
"type" : "website",
"value" : "http://www.dut.ac.za/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/Durban_University_of_Technology"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -29.853557,
"lng" : 31.005941,
"name" : "Durban"
},
"geonames_id" : 1007311
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "DUT"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Durban Institute of Technology"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Durban University of Technology"
},
{
"lang" : "zu",
"types" : [
"label"
],
"value" : "Inyuvesi yasethekwini yezobuchwepheshe"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-09-23",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1904,
"external_ids" : [
{
"all" : [
"501100004765"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.412219.d"
],
"preferred" : "grid.412219.d",
"type" : "grid"
},
{
"all" : [
"0000 0001 2284 638X"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q1678733"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/009xwd568",
"links" : [
{
"type" : "website",
"value" : "http://www.ufs.ac.za/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/University_of_the_Free_State"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -29.104444,
"lng" : 26.175278,
"name" : "Bloemfontein"
},
"geonames_id" : 1018725
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "UFS"
},
{
"lang" : "af",
"types" : [
"label"
],
"value" : "Universiteit van die Vrystaat"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "University of the Free State"
},
{
"lang" : "st",
"types" : [
"label"
],
"value" : "Yunivesithi ya Freistata"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1873,
"external_ids" : [
{
"all" : [
"501100008227"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.412801.e"
],
"preferred" : "grid.412801.e",
"type" : "grid"
},
{
"all" : [
"0000 0004 0610 3238"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q677993"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/048cwvf49",
"links" : [
{
"type" : "website",
"value" : "http://www.unisa.ac.za/default.html"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/University_of_South_Africa"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -25.768574,
"lng" : 28.201243,
"name" : "Pretoria"
},
"geonames_id" : 964137
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "UNISA"
},
{
"lang" : "af",
"types" : [
"label"
],
"value" : "Universiteit van Suid-Afrika"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "University of South Africa"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "University of the Cape of Good Hope"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2005,
"external_ids" : [
{
"all" : [
"grid.412870.8"
],
"preferred" : "grid.412870.8",
"type" : "grid"
},
{
"all" : [
"0000 0001 0447 7939"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q248919"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/02svzjn28",
"links" : [
{
"type" : "website",
"value" : "http://www.wsu.ac.za/waltersisulu/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/Walter_Sisulu_University"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -31.603333,
"lng" : 28.750556,
"name" : "Mthatha"
},
"geonames_id" : 946058
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "WSU"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Walter Sisulu University"
}
],
"relationships" : [
{
"id" : "https://ror.org/02qgf1459",
"label" : "Dora Nginza Hospital",
"type" : "related"
},
{
"id" : "https://ror.org/044sjfg03",
"label" : "Frere Hospital",
"type" : "related"
},
{
"id" : "https://ror.org/036z4hp15",
"label" : "Nelson Mandela Academic Hospital",
"type" : "related"
}
],
"status" : "active",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2005,
"external_ids" : [
{
"all" : [
"501100006565"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.412988.e"
],
"preferred" : "grid.412988.e",
"type" : "grid"
},
{
"all" : [
"0000 0001 0109 131X"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q1972050"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/04z6c2n17",
"links" : [
{
"type" : "website",
"value" : "https://www.uj.ac.za/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/University_of_Johannesburg"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -26.189432,
"lng" : 28.013746,
"name" : "Johannesburg"
},
"geonames_id" : 993800
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "UJ"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "University of Johannesburg"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-09-23",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1879,
"external_ids" : [
{
"all" : [
"grid.413302.7"
],
"preferred" : "grid.413302.7",
"type" : "grid"
},
{
"all" : [
"0000 0001 0044 1330"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q30254227"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/01vx7zt03",
"links" : [
{
"type" : "website",
"value" : "http://www.kznhealth.gov.za/addingtonhospital.htm"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -29.862083,
"lng" : 31.041184,
"name" : "Durban"
},
"geonames_id" : 1007311
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Addington Hospital"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "The Bayside Hospital"
}
],
"relationships" : [
{
"id" : "https://ror.org/04qzfn040",
"label" : "University of KwaZulu-Natal",
"type" : "related"
}
],
"status" : "active",
"types" : [
"healthcare"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-09-23",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1855,
"external_ids" : [
{
"all" : [
"grid.413331.7"
],
"preferred" : "grid.413331.7",
"type" : "grid"
},
{
"all" : [
"0000 0004 0635 1477"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q30254236"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/00xnmcq32",
"links" : [
{
"type" : "website",
"value" : "http://www.kznhealth.gov.za/greyshospital.htm"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -29.580625,
"lng" : 30.363012,
"name" : "Pietermaritzburg"
},
"geonames_id" : 965301
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Grey's Hospital"
}
],
"relationships" : [
{
"id" : "https://ror.org/04qzfn040",
"label" : "University of KwaZulu-Natal",
"type" : "related"
}
],
"status" : "active",
"types" : [
"healthcare"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1938,
"external_ids" : [
{
"all" : [
"grid.413335.3"
],
"preferred" : "grid.413335.3",
"type" : "grid"
},
{
"all" : [
"0000 0004 0635 1506"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q368400"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/00c879s84",
"links" : [
{
"type" : "website",
"value" : "https://www.westerncape.gov.za/your_gov/163"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Groote_Schuur_Hospital"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -33.941,
"lng" : 18.463,
"name" : "Cape Town"
},
"geonames_id" : 3369157
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Groote Schuur Hospital"
}
],
"relationships" : [
{
"id" : "https://ror.org/02nys7898",
"label" : "Western Cape Department of Health",
"type" : "parent"
},
{
"id" : "https://ror.org/03p74gp79",
"label" : "University of Cape Town",
"type" : "related"
}
],
"status" : "active",
"types" : [
"healthcare"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1884,
"external_ids" : [
{
"all" : [
"grid.413821.d"
],
"preferred" : "grid.413821.d",
"type" : "grid"
}
],
"id" : "https://ror.org/000vg5909",
"links" : [
{
"type" : "website",
"value" : "http://www.samj.org.za/index.php/samj"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -33.959187,
"lng" : 18.470777,
"name" : "Cape Town"
},
"geonames_id" : 3369157
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Health & Medical Publishing Group"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "SAMJ"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "South African Medical Journal"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1998,
"external_ids" : [
{
"all" : [
"grid.414087.e"
],
"preferred" : "grid.414087.e",
"type" : "grid"
},
{
"all" : [
"0000 0004 0635 7844"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/01tcy5w98",
"links" : [
{
"type" : "website",
"value" : "http://www.auruminstitute.org/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -26.17514,
"lng" : 28.042162,
"name" : "Johannesburg"
},
"geonames_id" : 993800
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Aurum Institute"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"nonprofit"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-09-23",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1999,
"external_ids" : [
{
"all" : [
"grid.414191.8"
],
"preferred" : "grid.414191.8",
"type" : "grid"
},
{
"all" : [
"Q30279920"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/04ap0ew90",
"links" : [
{
"type" : "website",
"value" : "http://www.kznhealth.gov.za/hlabisahospital.htm"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -28.144404,
"lng" : 31.880643,
"name" : "Hlabisa"
},
"geonames_id" : 996377
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Hlabisa Hospital"
}
],
"relationships" : [
{
"id" : "https://ror.org/04qzfn040",
"label" : "University of KwaZulu-Natal",
"type" : "related"
}
],
"status" : "active",
"types" : [
"healthcare"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1941,
"external_ids" : [
{
"all" : [
"grid.414240.7"
],
"preferred" : "grid.414240.7",
"type" : "grid"
},
{
"all" : [
"0000 0004 0367 6954"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q1077277"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/02g48bh60",
"links" : [
{
"type" : "website",
"value" : "https://www.chrishanibaragwanathhospital.co.za/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Chris_Hani_Baragwanath_Hospital"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -26.260683,
"lng" : 27.942339,
"name" : "Johannesburg"
},
"geonames_id" : 993800
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "CHBH"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Chris Hani Baragwanath Hospital"
}
],
"relationships" : [
{
"id" : "https://ror.org/03rp50x72",
"label" : "University of the Witwatersrand",
"type" : "related"
}
],
"status" : "active",
"types" : [
"healthcare"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1954,
"external_ids" : [
{
"all" : [
"grid.414386.c"
],
"preferred" : "grid.414386.c",
"type" : "grid"
},
{
"all" : [
"0000 0004 0576 7753"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q5336985"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/03gvpk069",
"links" : [
{
"type" : "website",
"value" : "http://www.kznhealth.gov.za/edendalehospital.htm"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Edendale_Hospital"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -29.647869,
"lng" : 30.331808,
"name" : "Pietermaritzburg"
},
"geonames_id" : 965301
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Edendale Hospital"
}
],
"relationships" : [
{
"id" : "https://ror.org/04qzfn040",
"label" : "University of KwaZulu-Natal",
"type" : "related"
}
],
"status" : "active",
"types" : [
"healthcare"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : null,
"external_ids" : [
{
"all" : [
"grid.414707.1"
],
"preferred" : "grid.414707.1",
"type" : "grid"
},
{
"all" : [
"0000 0001 0364 9292"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q5086067"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/047x96110",
"links" : [
{
"type" : "website",
"value" : "http://www.johannesburghospital.org.za/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Charlotte_Maxeke_Johannesburg_Academic_Hospital"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ZA",
"country_name" : "South Africa",
"lat" : -26.176783,
"lng" : 28.042594,
"name" : "Johannesburg"
},
"geonames_id" : 993800
}
],
"names" : [
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Charlotte Maxeke Johannesburg Academic Hospital"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Johannesburg General Hospital"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Johannesburg Hospital"
}
],
"relationships" : [
{
"id" : "https://ror.org/03rp50x72",
"label" : "University of the Witwatersrand",
"type" : "related"
}
],
"status" : "active",
"types" : [
"healthcare"
]
}
],
"meta" : {
"countries" : [
{
"count" : 514,
"id" : "za",
"title" : "South Africa"
}
],
"statuses" : [
{
"count" : 514,
"id" : "active",
"title" : "active"
}
],
"types" : [
{
"count" : 132,
"id" : "nonprofit",
"title" : "nonprofit"
},
{
"count" : 118,
"id" : "healthcare",
"title" : "healthcare"
},
{
"count" : 62,
"id" : "education",
"title" : "education"
},
{
"count" : 59,
"id" : "company",
"title" : "company"
},
{
"count" : 59,
"id" : "other",
"title" : "other"
},
{
"count" : 40,
"id" : "facility",
"title" : "facility"
},
{
"count" : 35,
"id" : "government",
"title" : "government"
},
{
"count" : 10,
"id" : "archive",
"title" : "archive"
}
]
},
"number_of_results" : 514,
"time_taken" : 33
}
Filter by country name
Available country names are those in the ISO 3166 alpha-2 list. Be sure to use current names: e.g., "Czechia" not "Czech Republic" or "Czechoslovakia."
Example
curl 'https://api.ror.org/v2/organizations?filter=locations.geonames_details.country_name:Djibouti' | json_pp
Returns a list of research organizations in Djibouti.
{
"items" : [
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2006,
"external_ids" : [
{
"all" : [
"grid.449656.c"
],
"preferred" : "grid.449656.c",
"type" : "grid"
},
{
"all" : [
"0000 0000 8895 9179"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q3551582"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/04wk53b95",
"links" : [
{
"type" : "website",
"value" : "http://www.univ.edu.dj/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/University_of_Djibouti"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "DJ",
"country_name" : "Djibouti",
"lat" : 11.539394,
"lng" : 43.116782,
"name" : "Djibouti"
},
"geonames_id" : 223817
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "UD"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "University of Djibouti"
},
{
"lang" : "fr",
"types" : [
"label"
],
"value" : "Université de djibouti"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-09-23",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : null,
"external_ids" : [
{
"all" : [
"grid.473221.1"
],
"preferred" : "grid.473221.1",
"type" : "grid"
}
],
"id" : "https://ror.org/045rh7r61",
"links" : [
{
"type" : "website",
"value" : "http://www.cerd.dj/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "DJ",
"country_name" : "Djibouti",
"lat" : 11.5688,
"lng" : 43.152697,
"name" : "Djibouti"
},
"geonames_id" : 223817
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "CERD"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Centre d'Étude et de Recherche de Djibouti"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
}
],
"meta" : {
"countries" : [
{
"count" : 2,
"id" : "dj",
"title" : "Djibouti"
}
],
"statuses" : [
{
"count" : 2,
"id" : "active",
"title" : "active"
}
],
"types" : [
{
"count" : 1,
"id" : "education",
"title" : "education"
},
{
"count" : 1,
"id" : "facility",
"title" : "facility"
}
]
},
"number_of_results" : 2,
"time_taken" : 6
}
Combine filters
You can combine multiple filters in a single request.
Format: Combined filters
https://api.ror.org/v2/organizations?filter=<filter>:<value>,<filter>:<value>
Example
curl 'https://api.ror.org/v2/organizations?filter=status:inactive,status:withdrawn' | json_pp
Returns a list of both inactive and withdrawn records in ROR.
{
"items" : [
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1846,
"external_ids" : [
{
"all" : [
"grid.421071.1"
],
"preferred" : "grid.421071.1",
"type" : "grid"
},
{
"all" : [
"0000 0004 0414 2807"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q6722050"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/04yw47259",
"links" : [
{
"type" : "website",
"value" : "https://www.mac.edu/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/MacMurray_College"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "US",
"country_name" : "United States",
"lat" : 39.73394,
"lng" : -90.22901,
"name" : "Jacksonville"
},
"geonames_id" : 4241704
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Macmurray College"
}
],
"relationships" : [],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1952,
"external_ids" : [
{
"all" : [
"grid.465799.0"
],
"preferred" : "grid.465799.0",
"type" : "grid"
},
{
"all" : [
"0000 0004 0535 7949"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q7007272"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/01952nm43",
"links" : [
{
"type" : "website",
"value" : "https://www.artinstitutes.edu/boston/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/New_England_Institute_of_Art"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "US",
"country_name" : "United States",
"lat" : 42.33176,
"lng" : -71.12116,
"name" : "Brookline"
},
"geonames_id" : 4931482
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "NEiA"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "New England Institute of Art"
}
],
"relationships" : [
{
"id" : "https://ror.org/01p2ej961",
"label" : "The Art Institutes",
"type" : "parent"
}
],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1990,
"external_ids" : [
{
"all" : [
"grid.411330.4"
],
"preferred" : "grid.411330.4",
"type" : "grid"
},
{
"all" : [
"Q5146629"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/0114f6s34",
"links" : [
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/College_of_Allied_Medical_Science_Akita_University"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "JP",
"country_name" : "Japan",
"lat" : 39.71667,
"lng" : 140.11667,
"name" : "Akita"
},
"geonames_id" : 2113126
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "College of Allied Medical Science Akita University"
},
{
"lang" : "ja",
"types" : [
"label"
],
"value" : "秋田大学医療技術短期大学部"
}
],
"relationships" : [
{
"id" : "https://ror.org/03hv1ad10",
"label" : "Akita University",
"type" : "related"
}
],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1999,
"external_ids" : [
{
"all" : [
"grid.471118.a"
],
"preferred" : "grid.471118.a",
"type" : "grid"
},
{
"all" : [
"0000 0004 6044 5191"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q1124769"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/05rx1xe20",
"links" : [
{
"type" : "website",
"value" : "http://www.conexant.com/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Conexant"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "US",
"country_name" : "United States",
"lat" : 33.66946,
"lng" : -117.82311,
"name" : "Irvine"
},
"geonames_id" : 5359777
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Conexant (United States)"
}
],
"relationships" : [
{
"id" : "https://ror.org/031tq8403",
"label" : "Synaptics (United States)",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"company"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1964,
"external_ids" : [
{
"all" : [
"grid.411243.1"
],
"preferred" : "grid.411243.1",
"type" : "grid"
},
{
"all" : [
"0000 0001 2112 6516"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q6452850"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/00w0f8567",
"links" : [
{
"type" : "website",
"value" : "http://www.ktokai-u.ac.jp/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/Kyushu_Tokai_University"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "JP",
"country_name" : "Japan",
"lat" : 32.80589,
"lng" : 130.69181,
"name" : "Kumamoto"
},
"geonames_id" : 1858421
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Kyushu Tokai University"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Kyūshū Tōkai Daigaku"
},
{
"lang" : "ja",
"types" : [
"label"
],
"value" : "九州東海大学"
}
],
"relationships" : [
{
"id" : "https://ror.org/01p7qe739",
"label" : "Tokai University",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1951,
"external_ids" : [
{
"all" : [
"grid.446226.0"
],
"preferred" : "grid.446226.0",
"type" : "grid"
},
{
"all" : [
"0000 0001 0370 2102"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q4304073"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/04dstfg97",
"links" : [
{
"type" : "website",
"value" : "http://www.mggu-sh.ru/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Sholokhov_Moscow_State_University_for_Humanities"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "RU",
"country_name" : "Russia",
"lat" : 55.75222,
"lng" : 37.61556,
"name" : "Moscow"
},
"geonames_id" : 524901
}
],
"names" : [
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Moscow State University for Humanities named after M.A. Sholokhov"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Sholokhov Moscow State University for Humanities"
},
{
"lang" : "ru",
"types" : [
"label"
],
"value" : "Московский государственный гуманитарный университет имени М. А. Шолохова"
}
],
"relationships" : [
{
"id" : "https://ror.org/03a9mf398",
"label" : "Moscow State Pedagogical University",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1985,
"external_ids" : [
{
"all" : [
"grid.471885.7"
],
"preferred" : "grid.471885.7",
"type" : "grid"
},
{
"all" : [
"0000 0000 9356 4825"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/01kjjpm11",
"links" : [
{
"type" : "website",
"value" : "http://www.meijo.ac.jp/about/education.html"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "JP",
"country_name" : "Japan",
"lat" : 34.69374,
"lng" : 135.50218,
"name" : "Osaka"
},
"geonames_id" : 1853909
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Osaka Meijo Women's College"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Osakameijojoshitankidaigaku"
},
{
"lang" : "ja",
"types" : [
"label"
],
"value" : "大阪明浄女子短期大学"
}
],
"relationships" : [],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1982,
"external_ids" : [
{
"all" : [
"grid.471701.4"
],
"preferred" : "grid.471701.4",
"type" : "grid"
}
],
"id" : "https://ror.org/035713c15",
"links" : [
{
"type" : "website",
"value" : "http://koryo.nucba.ac.jp/en/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Koryo_International_College"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "JP",
"country_name" : "Japan",
"lat" : 35.18147,
"lng" : 136.90641,
"name" : "Nagoya"
},
"geonames_id" : 1856057
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Koryo International College"
},
{
"lang" : "ja",
"types" : [
"label"
],
"value" : "光陵女子短期大学"
}
],
"relationships" : [],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1999,
"external_ids" : [
{
"all" : [
"grid.434040.7"
],
"preferred" : "grid.434040.7",
"type" : "grid"
},
{
"all" : [
"0000 0004 0452 7467"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q3156887"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/01a5v8x09",
"links" : [
{
"type" : "website",
"value" : "https://www.JDSU.com"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/JDSU"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "US",
"country_name" : "United States",
"lat" : 37.42827,
"lng" : -121.90662,
"name" : "Milpitas"
},
"geonames_id" : 5373327
}
],
"names" : [
{
"lang" : null,
"types" : [
"alias"
],
"value" : "JDS Uniphase"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "JDSU (United States)"
}
],
"relationships" : [
{
"id" : "https://ror.org/025j82f41",
"label" : "JDSU (Canada)",
"type" : "child"
},
{
"id" : "https://ror.org/01d3ncs59",
"label" : "JDSU (China)",
"type" : "child"
},
{
"id" : "https://ror.org/00wz65j53",
"label" : "JDSU (Switzerland)",
"type" : "child"
},
{
"id" : "https://ror.org/059a9e323",
"label" : "Viavi Solutions (United States)",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"company"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1965,
"external_ids" : [
{
"all" : [
"grid.454678.c"
],
"preferred" : "grid.454678.c",
"type" : "grid"
},
{
"all" : [
"0000 0004 0437 0738"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q5219048"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/002c7gt96",
"links" : [
{
"type" : "website",
"value" : "http://www.dwc.edu/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Daniel_Webster_College"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "US",
"country_name" : "United States",
"lat" : 42.76537,
"lng" : -71.46757,
"name" : "Nashua"
},
"geonames_id" : 5090046
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "DWC"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Daniel Webster College"
}
],
"relationships" : [],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2004,
"external_ids" : [
{
"all" : [
"grid.434617.3"
],
"preferred" : "grid.434617.3",
"type" : "grid"
},
{
"all" : [
"0000 0004 5930 4682"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/03q0p7c86",
"links" : [
{
"type" : "website",
"value" : "http://www.cmrb.eu/en_index.html"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "ES",
"country_name" : "Spain",
"lat" : 41.38879,
"lng" : 2.15899,
"name" : "Barcelona"
},
"geonames_id" : 3128760
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "CMR"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "CMR-CERCA"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Center of Regenerative Medicine in Barcelona"
}
],
"relationships" : [
{
"id" : "https://ror.org/01bkbaq61",
"label" : "CERCA Institution",
"type" : "parent"
}
],
"status" : "inactive",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2019-02-17",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2011,
"external_ids" : [
{
"all" : [
"grid.501421.3"
],
"preferred" : "grid.501421.3",
"type" : "grid"
}
],
"id" : "https://ror.org/05524hb64",
"links" : [
{
"type" : "website",
"value" : "https://www.xsede.org/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "US",
"country_name" : "United States",
"lat" : 40.11059,
"lng" : -88.20727,
"name" : "Urbana"
},
"geonames_id" : 4914570
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Extreme Science and Engineering Discovery Environment"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "XSEDE"
}
],
"relationships" : [
{
"id" : "https://ror.org/03r10zj06",
"label" : "National Center for Supercomputing Applications",
"type" : "parent"
},
{
"id" : "https://ror.org/01v6d0b34",
"label" : "Advanced Cyberinfrastructure Coordination Ecosystem: Services & Support",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1991,
"external_ids" : [
{
"all" : [
"grid.465477.3"
],
"preferred" : "grid.465477.3",
"type" : "grid"
},
{
"all" : [
"0000 0001 2106 4693"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/00em52312",
"links" : [
{
"type" : "website",
"value" : "http://www.polarcom.gc.ca/eng/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Canadian_Polar_Commission"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "CA",
"country_name" : "Canada",
"lat" : 45.41117,
"lng" : -75.69812,
"name" : "Ottawa"
},
"geonames_id" : 6094817
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Canadian Polar Commission"
}
],
"relationships" : [
{
"id" : "https://ror.org/00rfash91",
"label" : "Polar Knowledge Canada",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"government"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2001,
"external_ids" : [
{
"all" : [
"grid.472777.6"
],
"preferred" : "grid.472777.6",
"type" : "grid"
},
{
"all" : [
"0000 0004 0640 4399"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/05r35r527",
"links" : [
{
"type" : "website",
"value" : "http://www.mylan.com/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "AU",
"country_name" : "Australia",
"lat" : -37.814,
"lng" : 144.96332,
"name" : "Melbourne"
},
"geonames_id" : 2158177
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Mylan (Australia)"
}
],
"relationships" : [
{
"id" : "https://ror.org/04nsw4151",
"label" : "Mylan (United States)",
"type" : "parent"
},
{
"id" : "https://ror.org/01g1gvr46",
"label" : "Viatris",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"company"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1946,
"external_ids" : [
{
"all" : [
"grid.471559.b"
],
"preferred" : "grid.471559.b",
"type" : "grid"
}
],
"id" : "https://ror.org/0010rmz96",
"links" : [
{
"type" : "website",
"value" : "http://www.akatsuki.ed.jp/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "JP",
"country_name" : "Japan",
"lat" : 34.96667,
"lng" : 136.61667,
"name" : "Yokkaichi"
},
"geonames_id" : 1848373
}
],
"names" : [
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Akatsuki Gakuen Junior College"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Yokkaichi University Junior College"
},
{
"lang" : "ja",
"types" : [
"label"
],
"value" : "四日市大学短期大学部"
}
],
"relationships" : [],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1961,
"external_ids" : [
{
"all" : [
"100016259"
],
"preferred" : "100016259",
"type" : "fundref"
},
{
"all" : [
"grid.476548.c"
],
"preferred" : "grid.476548.c",
"type" : "grid"
},
{
"all" : [
"Q30714477"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/04nsw4151",
"links" : [
{
"type" : "website",
"value" : "http://www.mylan.com/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Mylan"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "US",
"country_name" : "United States",
"lat" : 40.26257,
"lng" : -80.18728,
"name" : "Canonsburg"
},
"geonames_id" : 5183161
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Mylan (United States)"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "UDL Laboratories, Inc."
}
],
"relationships" : [
{
"id" : "https://ror.org/05r35r527",
"label" : "Mylan (Australia)",
"type" : "child"
},
{
"id" : "https://ror.org/04fmf8z66",
"label" : "Mylan (Germany)",
"type" : "child"
},
{
"id" : "https://ror.org/039jjcy66",
"label" : "Mylan (India)",
"type" : "child"
},
{
"id" : "https://ror.org/04k443z34",
"label" : "Mylan (Italy)",
"type" : "child"
},
{
"id" : "https://ror.org/01gqqqf26",
"label" : "Mylan (South Africa)",
"type" : "child"
},
{
"id" : "https://ror.org/03jq8sq82",
"label" : "Mylan (Sweden)",
"type" : "child"
},
{
"id" : "https://ror.org/045sjkt56",
"label" : "Mylan (Switzerland)",
"type" : "child"
},
{
"id" : "https://ror.org/028rzxs74",
"label" : "Mylan (United Kingdom)",
"type" : "child"
},
{
"id" : "https://ror.org/01g1gvr46",
"label" : "Viatris",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"company"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1943,
"external_ids" : [
{
"all" : [
"grid.423402.3"
],
"preferred" : "grid.423402.3",
"type" : "grid"
}
],
"id" : "https://ror.org/05esm3b90",
"links" : [
{
"type" : "website",
"value" : "http://www.plastics.ca/home/index.php"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "CA",
"country_name" : "Canada",
"lat" : 43.5789,
"lng" : -79.6583,
"name" : "Mississauga"
},
"geonames_id" : 6075357
}
],
"names" : [
{
"lang" : "fr",
"types" : [
"label"
],
"value" : "Association Canadienne de l'Industrie des Plastiques"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "CPIA"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Canadian Plastics Industry Association"
}
],
"relationships" : [
{
"id" : "https://ror.org/05p0ja512",
"label" : "Chemistry Industry Association of Canada",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"nonprofit"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1880,
"external_ids" : [
{
"all" : [
"100015062"
],
"preferred" : "100015062",
"type" : "fundref"
},
{
"all" : [
"grid.261445.0"
],
"preferred" : "grid.261445.0",
"type" : "grid"
},
{
"all" : [
"0000 0001 1009 6411"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q1143396"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/02skfsw40",
"links" : [
{
"type" : "website",
"value" : "http://www.osaka-cu.ac.jp/en"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/Osaka_City_University"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "JP",
"country_name" : "Japan",
"lat" : 34.69374,
"lng" : 135.50218,
"name" : "Osaka"
},
"geonames_id" : 1853909
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "OCU"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Osaka City University"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Ōsaka shiritsu daigaku"
},
{
"lang" : "ja",
"types" : [
"label"
],
"value" : "大阪市立大学"
}
],
"relationships" : [
{
"id" : "https://ror.org/05mxean80",
"label" : "Osaka City University Hospital",
"type" : "related"
},
{
"id" : "https://ror.org/01hvx5h04",
"label" : "Osaka Metropolitan University",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1970,
"external_ids" : [
{
"all" : [
"501100004981"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.418154.d"
],
"preferred" : "grid.418154.d",
"type" : "grid"
},
{
"all" : [
"0000 0001 0684 6355"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q14328110"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/02dyxwz31",
"links" : [
{
"type" : "website",
"value" : "http://www.ait.ie/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Athlone_Institute_of_Technology"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "IE",
"country_name" : "Ireland",
"lat" : 53.42278,
"lng" : -7.93722,
"name" : "Athlone"
},
"geonames_id" : 3313472
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "AIT"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Athlone Institute of Technology"
},
{
"lang" : "ga",
"types" : [
"label"
],
"value" : "Institiúid Teicneolaíochta Bhaile Átha Luain"
}
],
"relationships" : [
{
"id" : "https://ror.org/01c4rxk68",
"label" : "Advanced Materials and BioEngineering Research",
"type" : "child"
},
{
"id" : "https://ror.org/04efm0253",
"label" : "Technological University of the Shannon: Midlands Midwest",
"type" : "related"
},
{
"id" : "https://ror.org/04efm0253",
"label" : "Technological University of the Shannon: Midlands Midwest",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"education"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1990,
"external_ids" : [
{
"all" : [
"grid.471653.2"
],
"preferred" : "grid.471653.2",
"type" : "grid"
},
{
"all" : [
"0000 0004 0371 1211"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q11474639"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/0524wfr80",
"links" : [
{
"type" : "website",
"value" : "http://www.iwate-nurse.ac.jp/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Iwate_College_of_Nursing"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "JP",
"country_name" : "Japan",
"lat" : 39.69414,
"lng" : 140.98442,
"name" : "Shizukuishi"
},
"geonames_id" : 2110994
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Iwate College of Nursing"
},
{
"lang" : "ja",
"types" : [
"label"
],
"value" : "岩手看護短期大学"
}
],
"relationships" : [
{
"id" : "https://ror.org/04cybtr86",
"label" : "Iwate Medical University",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"education"
]
}
],
"meta" : {
"countries" : [
{
"count" : 582,
"id" : "us",
"title" : "United States"
},
{
"count" : 203,
"id" : "fr",
"title" : "France"
},
{
"count" : 164,
"id" : "gb",
"title" : "United Kingdom"
},
{
"count" : 88,
"id" : "de",
"title" : "Germany"
},
{
"count" : 73,
"id" : "jp",
"title" : "Japan"
},
{
"count" : 61,
"id" : "es",
"title" : "Spain"
},
{
"count" : 59,
"id" : "ru",
"title" : "Russia"
},
{
"count" : 51,
"id" : "ca",
"title" : "Canada"
},
{
"count" : 43,
"id" : "cn",
"title" : "China"
},
{
"count" : 38,
"id" : "au",
"title" : "Australia"
}
],
"statuses" : [
{
"count" : 1207,
"id" : "withdrawn",
"title" : "withdrawn"
},
{
"count" : 619,
"id" : "inactive",
"title" : "inactive"
}
],
"types" : [
{
"count" : 543,
"id" : "company",
"title" : "company"
},
{
"count" : 485,
"id" : "education",
"title" : "education"
},
{
"count" : 284,
"id" : "facility",
"title" : "facility"
},
{
"count" : 170,
"id" : "healthcare",
"title" : "healthcare"
},
{
"count" : 134,
"id" : "government",
"title" : "government"
},
{
"count" : 119,
"id" : "other",
"title" : "other"
},
{
"count" : 91,
"id" : "nonprofit",
"title" : "nonprofit"
},
{
"count" : 15,
"id" : "archive",
"title" : "archive"
}
]
},
"number_of_results" : 1826,
"time_taken" : 2
}
Example
curl 'https://api.ror.org/v2/organizations?filter=types:facility,country.country_code:GB' | json_pp
Returns a list of research facilities in Great Britain.
{
"items" : [
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1968,
"external_ids" : [
{
"all" : [
"grid.4843.b"
],
"preferred" : "grid.4843.b",
"type" : "grid"
},
{
"all" : [
"0000 0001 1703 001X"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q1408031"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/03kchyj69",
"links" : [
{
"type" : "website",
"value" : "http://www.twi-global.com/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/The_Welding_Institute"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 52.117429,
"lng" : 0.225809,
"name" : "Cambridge"
},
"geonames_id" : 2653941
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "TWI"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "The Welding Institute"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1947,
"external_ids" : [
{
"all" : [
"grid.12826.3f"
],
"preferred" : "grid.12826.3f",
"type" : "grid"
},
{
"all" : [
"0000 0000 8789 350X"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q5954474"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/00nxna028",
"links" : [
{
"type" : "website",
"value" : "http://www.hrwallingford.com/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/Hydraulics_Research_Station"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 51.604785,
"lng" : -1.109882,
"name" : "Wallingford"
},
"geonames_id" : 2634869
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "HR Wallingford"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Hydraulics Research Station"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1924,
"external_ids" : [
{
"all" : [
"grid.14454.30"
],
"preferred" : "grid.14454.30",
"type" : "grid"
},
{
"all" : [
"0000 0001 0708 0611"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/00yyp2526",
"links" : [
{
"type" : "website",
"value" : "http://www.silsoeresearch.org.uk/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 52.007969,
"lng" : -0.412107,
"name" : "Bedford"
},
"geonames_id" : 2656046
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "SRI"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Silsoe Research Institute"
}
],
"relationships" : [
{
"id" : "https://ror.org/00cwqg982",
"label" : "Biotechnology and Biological Sciences Research Council",
"type" : "parent"
}
],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1910,
"external_ids" : [
{
"all" : [
"grid.14830.3e"
],
"preferred" : "grid.14830.3e",
"type" : "grid"
},
{
"all" : [
"0000 0001 2175 7246"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q365105"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/055zmrh94",
"links" : [
{
"type" : "website",
"value" : "https://www.jic.ac.uk/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/John_Innes_Centre"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 52.622411,
"lng" : 1.221327,
"name" : "Norwich"
},
"geonames_id" : 2641181
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "JIC"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "John Innes Centre"
}
],
"relationships" : [
{
"id" : "https://ror.org/00cwqg982",
"label" : "Biotechnology and Biological Sciences Research Council",
"type" : "parent"
}
],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : null,
"external_ids" : [
{
"all" : [
"grid.17303.36"
],
"preferred" : "grid.17303.36",
"type" : "grid"
}
],
"id" : "https://ror.org/04qcftj32",
"links" : [
{
"type" : "website",
"value" : "http://www.uk-heri.org/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 52.770334,
"lng" : -0.892215,
"name" : "Melton Mowbray"
},
"geonames_id" : 2642763
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "UK Health and Environment Research Institute"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "UK-HERI"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1919,
"external_ids" : [
{
"all" : [
"100007674"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.17595.3f"
],
"preferred" : "grid.17595.3f",
"type" : "grid"
},
{
"all" : [
"0000 0004 0383 6532"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q15999923"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/010jx2260",
"links" : [
{
"type" : "website",
"value" : "http://www.niab.com/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/National_Institute_of_Agricultural_Botany"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 52.247309,
"lng" : 0.098535,
"name" : "Cambridge"
},
"geonames_id" : 2653941
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "NIAB"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "National Institute of Agricultural Botany"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1987,
"external_ids" : [
{
"all" : [
"grid.18888.31"
],
"preferred" : "grid.18888.31",
"type" : "grid"
},
{
"all" : [
"0000 0001 0036 6123"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q7400528"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/02tdtzx53",
"links" : [
{
"type" : "website",
"value" : "http://www.tsl.ac.uk/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/Sainsbury_Laboratory"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 52.62219,
"lng" : 1.222895,
"name" : "Norwich"
},
"geonames_id" : 2641181
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Sainsbury Laboratory"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "TSL"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2007,
"external_ids" : [
{
"all" : [
"grid.19603.3d"
],
"preferred" : "grid.19603.3d",
"type" : "grid"
},
{
"all" : [
"0000 0004 4669 5370"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/00knyd990",
"links" : [
{
"type" : "website",
"value" : "http://www.uk-isri.org/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 52.770503,
"lng" : -0.892168,
"name" : "Melton Mowbray"
},
"geonames_id" : 2642763
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "UK Intelligent Systems Research Institute"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "UK-ISRI"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : null,
"external_ids" : [
{
"all" : [
"grid.21864.39"
],
"preferred" : "grid.21864.39",
"type" : "grid"
},
{
"all" : [
"Q30279525"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/006c1jc70",
"links" : [],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 52.768971,
"lng" : -0.886773,
"name" : "Melton Mowbray"
},
"geonames_id" : 2642763
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "UK Material Technology Research Institute"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1921,
"external_ids" : [
{
"all" : [
"100008347"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.30073.37"
],
"preferred" : "grid.30073.37",
"type" : "grid"
},
{
"all" : [
"0000 0001 0816 3312"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q4986494"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/02fmkev06",
"links" : [
{
"type" : "website",
"value" : "https://www.bre.co.uk/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/Building_Research_Establishment"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 51.70036,
"lng" : -0.372747,
"name" : "Watford"
},
"geonames_id" : 2634677
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "BRE"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Building Research Establishment"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-04-06",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1962,
"external_ids" : [
{
"all" : [
"grid.42475.30"
],
"preferred" : "grid.42475.30",
"type" : "grid"
},
{
"all" : [
"0000 0004 0605 769X"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q185800"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/00tw3jy02",
"links" : [
{
"type" : "website",
"value" : "http://www2.mrc-lmb.cam.ac.uk/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/Laboratory_of_Molecular_Biology"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 52.175276,
"lng" : 0.133323,
"name" : "Cambridge"
},
"geonames_id" : 2653941
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "LMB"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "MRC Laboratory of Molecular Biology"
}
],
"relationships" : [
{
"id" : "https://ror.org/03x94j517",
"label" : "Medical Research Council",
"type" : "parent"
}
],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1987,
"external_ids" : [
{
"all" : [
"501100000870"
],
"preferred" : null,
"type" : "fundref"
},
{
"all" : [
"grid.63622.33"
],
"preferred" : "grid.63622.33",
"type" : "grid"
},
{
"all" : [
"0000 0004 0388 7540"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q6039151"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/04xv01a59",
"links" : [
{
"type" : "website",
"value" : "http://www.pirbright.ac.uk/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/Institute_for_Animal_Health"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 51.293022,
"lng" : -0.635093,
"name" : "Woking"
},
"geonames_id" : 2633709
}
],
"names" : [
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Institute for Animal Health"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "The Pirbright Institute"
}
],
"relationships" : [
{
"id" : "https://ror.org/00cwqg982",
"label" : "Biotechnology and Biological Sciences Research Council",
"type" : "parent"
}
],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1972,
"external_ids" : [
{
"all" : [
"grid.70909.37"
],
"preferred" : "grid.70909.37",
"type" : "grid"
},
{
"all" : [
"0000 0001 2199 6511"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q6973562"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/03dnc6n82",
"links" : [
{
"type" : "website",
"value" : "http://www.nibsc.org/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/National_Institute_for_Biological_Standards_and_Control"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 51.68848,
"lng" : -0.2414,
"name" : "Potters Bar"
},
"geonames_id" : 2639970
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "NIBSC"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "National Institute for Biological Standards and Control"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1969,
"external_ids" : [
{
"all" : [
"grid.73263.33"
],
"preferred" : "grid.73263.33",
"type" : "grid"
},
{
"all" : [
"0000 0004 0424 0001"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q15588566"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/04r1cjx59",
"links" : [
{
"type" : "website",
"value" : "http://www.ifs.org.uk/"
},
{
"type" : "wikipedia",
"value" : "http://en.wikipedia.org/wiki/Institute_for_Fiscal_Studies"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 51.520576,
"lng" : -0.131405,
"name" : "London"
},
"geonames_id" : 2643743
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "IFS"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Institute for Fiscal Studies"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1928,
"external_ids" : [
{
"all" : [
"grid.81532.3d"
],
"preferred" : "grid.81532.3d",
"type" : "grid"
},
{
"all" : [
"0000 0000 9276 2600"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/0015hpp74",
"links" : [
{
"type" : "website",
"value" : "http://www.hannahresearch.org.uk/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 55.480186,
"lng" : -4.575773,
"name" : "Ayr"
},
"geonames_id" : 2656708
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "HRF"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Hannah Research Foundation"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Hannah Research Institute"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1959,
"external_ids" : [
{
"all" : [
"grid.83033.3b"
],
"preferred" : "grid.83033.3b",
"type" : "grid"
},
{
"all" : [
"0000 0001 1955 3148"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/05dbe0q91",
"links" : [],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 51.671139,
"lng" : -1.288155,
"name" : "Stevenage"
},
"geonames_id" : 2636940
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "WSL"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Warren Spring Laboratory"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-09-23",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1989,
"external_ids" : [
{
"all" : [
"grid.173746.0"
],
"preferred" : "grid.173746.0",
"type" : "grid"
},
{
"all" : [
"0000 0004 0606 3678"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q30279629"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/02kcpr174",
"links" : [
{
"type" : "website",
"value" : "http://www.imm.ox.ac.uk/mrc-human-immunology-unit"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 51.763522,
"lng" : -1.21672,
"name" : "Oxford"
},
"geonames_id" : 2640729
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "HIU"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "MRC Human Immunology Unit"
}
],
"relationships" : [
{
"id" : "https://ror.org/01q496a73",
"label" : "MRC Weatherall Institute of Molecular Medicine",
"type" : "parent"
},
{
"id" : "https://ror.org/03x94j517",
"label" : "Medical Research Council",
"type" : "parent"
},
{
"id" : "https://ror.org/052gg0110",
"label" : "University of Oxford",
"type" : "parent"
}
],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1993,
"external_ids" : [
{
"all" : [
"grid.194084.0"
],
"preferred" : "grid.194084.0",
"type" : "grid"
}
],
"id" : "https://ror.org/00ajykz30",
"links" : [
{
"type" : "website",
"value" : "https://www.ukwir.org/eng/home"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 51.500094,
"lng" : -0.133495,
"name" : "London"
},
"geonames_id" : 2643743
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "UK Water Industry Research"
},
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "UKWIR"
}
],
"relationships" : [],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-04-06",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2004,
"external_ids" : [
{
"all" : [
"grid.224137.1"
],
"preferred" : "grid.224137.1",
"type" : "grid"
},
{
"all" : [
"0000 0000 9762 0345"
],
"preferred" : null,
"type" : "isni"
},
{
"all" : [
"Q30279648"
],
"preferred" : null,
"type" : "wikidata"
}
],
"id" : "https://ror.org/05jfq2w07",
"links" : [
{
"type" : "website",
"value" : "http://www.gla.ac.uk/research/az/suerc/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 55.753334,
"lng" : -4.1626,
"name" : "Glasgow"
},
"geonames_id" : 2648579
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "SUERC"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Scottish Universities Environmental Research Centre"
}
],
"relationships" : [
{
"id" : "https://ror.org/00vtgdb53",
"label" : "University of Glasgow",
"type" : "parent"
}
],
"status" : "active",
"types" : [
"facility"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2021-03-17",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 1992,
"external_ids" : [
{
"all" : [
"grid.449997.e"
],
"preferred" : "grid.449997.e",
"type" : "grid"
},
{
"all" : [
"0000 0004 0612 1794"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/03xbccz06",
"links" : [
{
"type" : "website",
"value" : "http://www.wcb.ed.ac.uk/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "GB",
"country_name" : "United Kingdom",
"lat" : 55.921466,
"lng" : -3.171918,
"name" : "Edinburgh"
},
"geonames_id" : 2650225
}
],
"names" : [
{
"lang" : null,
"types" : [
"acronym"
],
"value" : "WTCCB"
},
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Wellcome Centre for Cell Biology"
},
{
"lang" : null,
"types" : [
"alias"
],
"value" : "Wellcome Trust Centre for Cell Biology"
}
],
"relationships" : [
{
"id" : "https://ror.org/01nrxwf90",
"label" : "University of Edinburgh",
"type" : "parent"
},
{
"id" : "https://ror.org/029chgv08",
"label" : "Wellcome Trust",
"type" : "parent"
}
],
"status" : "active",
"types" : [
"facility"
]
}
],
"meta" : {
"countries" : [
{
"count" : 302,
"id" : "gb",
"title" : "United Kingdom"
}
],
"statuses" : [
{
"count" : 302,
"id" : "active",
"title" : "active"
}
],
"types" : [
{
"count" : 302,
"id" : "facility",
"title" : "facility"
}
]
},
"number_of_results" : 302,
"time_taken" : 2
}
Example
curl 'https://api.ror.org/v2/organizations?filter=status:inactive,types:company,locations.geonames_details.country_code:AU' | json_pp
Returns a list of inactive companies in Australia.
{
"items" : [
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2022-12-01",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : 2001,
"external_ids" : [
{
"all" : [
"grid.472777.6"
],
"preferred" : "grid.472777.6",
"type" : "grid"
},
{
"all" : [
"0000 0004 0640 4399"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/05r35r527",
"links" : [
{
"type" : "website",
"value" : "http://www.mylan.com/"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "AU",
"country_name" : "Australia",
"lat" : -37.814,
"lng" : 144.96332,
"name" : "Melbourne"
},
"geonames_id" : 2158177
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Mylan (Australia)"
}
],
"relationships" : [
{
"id" : "https://ror.org/04nsw4151",
"label" : "Mylan (United States)",
"type" : "parent"
},
{
"id" : "https://ror.org/01g1gvr46",
"label" : "Viatris",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"company"
]
},
{
"admin" : {
"created" : {
"date" : "2018-11-14",
"schema_version" : "1.0"
},
"last_modified" : {
"date" : "2023-02-16",
"schema_version" : "2.0"
}
},
"domains" : [],
"established" : null,
"external_ids" : [
{
"all" : [
"100011093"
],
"preferred" : "100011093",
"type" : "fundref"
},
{
"all" : [
"grid.473087.f"
],
"preferred" : "grid.473087.f",
"type" : "grid"
},
{
"all" : [
"0000 0004 0466 7849"
],
"preferred" : null,
"type" : "isni"
}
],
"id" : "https://ror.org/02z8ech05",
"links" : [
{
"type" : "website",
"value" : "http://www.shireaustralia.com.au/"
},
{
"type" : "wikipedia",
"value" : "https://en.wikipedia.org/wiki/Shire_(pharmaceutical_company)"
}
],
"locations" : [
{
"geonames_details" : {
"country_code" : "AU",
"country_name" : "Australia",
"lat" : -33.79677,
"lng" : 151.12436,
"name" : "North Ryde"
},
"geonames_id" : 7281782
}
],
"names" : [
{
"lang" : null,
"types" : [
"ror_display",
"label"
],
"value" : "Shire (Australia)"
}
],
"relationships" : [
{
"id" : "https://ror.org/04jfar564",
"label" : "Takeda (Australia)",
"type" : "successor"
}
],
"status" : "inactive",
"types" : [
"company"
]
}
],
"meta" : {
"countries" : [
{
"count" : 2,
"id" : "au",
"title" : "Australia"
}
],
"statuses" : [
{
"count" : 2,
"id" : "inactive",
"title" : "inactive"
}
],
"types" : [
{
"count" : 2,
"id" : "company",
"title" : "company"
}
]
},
"number_of_results" : 2,
"time_taken" : 0
}
Updated 8 months ago