Advanced query parameter
About the advanced query parameter
The advanced query parameter allows thorough and precise searching of any and all ROR record fields. Complex queries using field names, wildcards, and Boolean operators can be constructed using Elasticsearch query string syntax. The advanced query approach is recommended for the following purposes:
- Analysis of the ROR registry to answer research questions
- Searching for records with very specific characteristics or combinations of characteristics
While the Query parameter is designed to help users find organization names quickly with a lightweight keyword search, the advanced query parameter is designed to help users construct more complex and powerful searches. The query parameter searches only five of the many available fields in a ROR record (name
, acronyms
, aliases
, labels
, and external_ids
), whereas the advanced query parameter allows for searching of all fields and sub-fields in ROR records, including location fields, web address fields, relationship fields, and more.
See All ROR fields and sub-fields for a complete alphabetical list of the fields and sub-fields that can be searched with the advanced query parameter.
Formatting searches
All request strings must be URL-encoded.
Special characters
Some organization names contain characters like &, (), : and /, which have special meaning in URI syntax, Elasticsearch syntax or both. To avoid error responses or bad results:
- Be sure to URL-encode all advanced query parameter values.
- Escape any Elasticsearch reserved characters in the organization name with a URL-encoded backslash \ character. Reserved characters include
+ - = && || > < ! ( ) { } [ ] ^ " ~ * ? : \ /
Spaces and quotation marks
Elasticsearch query string syntax will treat words separated by a space as separate parts of an advanced query. It is therefore advisable to surround multi-word search terms of the ROR API with URL-encoded quotation marks.
Wildcards, Boolean operators, and field names
Consult the Elasticsearch query string syntax documentation for any additional help not provided by the examples below on how to search specific field names and use wildcards and Boolean operators with the advanced query parameter of the ROR REST API.
Case sensitivity
Currently, the advanced query parameter is case-sensitive, meaning that the same search may return different results depending on the letter case of the input string. For best results, capitalize location names (Colorado not colorado) and be aware of uppercase and lowercase differences in other field data. We may change this behavior in future to support case insensitivity for all searches.
Search all fields
The advanced query parameter allows you to perform a keyword search of all ROR record fields and sub-fields.
Advanced query parameter format, all fields
https://api.ror.org/organizations?query.advanced=[value]
Example
curl 'https://api.ror.org/organizations?query.advanced=%22Harvard%20University%22'
The response returns all instances of the exact phrase "Harvard University" in all fields of all records. Note that the phrase is often found in the relationships
field of ROR records for organizations that are related to Harvard University.
{
"items" : [
{
"acronyms" : [],
"addresses" : [
{
"city" : "Cambridge",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Cambridge",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Middlesex",
"code" : "US.MA.017",
"id" : 4943909,
"name" : "Middlesex"
},
"id" : 4931972,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.3751,
"line" : null,
"lng" : -71.10561,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : "",
"established" : 1636,
"external_ids" : {
"FundRef" : {
"all" : [
"100007229",
"100010520",
"100009802",
"100009868",
"100008548",
"100008549",
"100008126",
"100005724",
"100005578",
"100009116",
"100008036",
"100009345",
"100005668",
"100009403",
"100010952",
"100008024",
"100005487",
"100005473",
"100005293",
"100008035",
"100006075",
"100005915",
"100005469",
"100005650",
"100005678",
"100005692",
"100005802",
"100005856",
"100005893",
"100005941",
"100006007",
"100006011",
"100006274",
"100007230",
"100007300",
"100007877",
"100007887",
"100008263",
"100005574",
"100007299",
"100006691",
"100007301"
],
"preferred" : "100007229"
},
"GRID" : {
"all" : "grid.38142.3c",
"preferred" : "grid.38142.3c"
},
"ISNI" : {
"all" : [
"0000 0004 1936 754X"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"18426501",
"1074613",
"1562949",
"18998741",
"260879",
"158984",
"329529"
],
"preferred" : "18426501"
},
"Wikidata" : {
"all" : [
"Q13371",
"Q5676556"
],
"preferred" : "Q13371"
}
},
"id" : "https://ror.org/03vek6s52",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Universidad de Harvard"
}
],
"links" : [
"http://www.harvard.edu/"
],
"name" : "Harvard University",
"relationships" : [
{
"id" : "https://ror.org/04drvxt59",
"label" : "Beth Israel Deaconess Medical Center",
"type" : "Related"
},
{
"id" : "https://ror.org/00dvg7y05",
"label" : "Boston Children's Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/05xckek43",
"label" : "Boston IVF",
"type" : "Related"
},
{
"id" : "https://ror.org/04rkbns44",
"label" : "Botswana Harvard AIDS Institute Partnership",
"type" : "Related"
},
{
"id" : "https://ror.org/03w44ff23",
"label" : "Brigham and Women's Faulkner Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/04b6nzv94",
"label" : "Brigham and Women's Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/05a0ya142",
"label" : "Broad Institute",
"type" : "Related"
},
{
"id" : "https://ror.org/059c3mv67",
"label" : "Cambridge Health Alliance",
"type" : "Related"
},
{
"id" : "https://ror.org/02jzgtq86",
"label" : "Dana-Farber Cancer Institute",
"type" : "Related"
},
{
"id" : "https://ror.org/01zxdeg39",
"label" : "Harvard Pilgrim Health Care",
"type" : "Related"
},
{
"id" : "https://ror.org/00jjeh629",
"label" : "HarvardâMIT Division of Health Sciences and Technology",
"type" : "Related"
},
{
"id" : "https://ror.org/02vptss42",
"label" : "Hebrew SeniorLife",
"type" : "Related"
},
{
"id" : "https://ror.org/044hpwe09",
"label" : "IIT@Harvard",
"type" : "Related"
},
{
"id" : "https://ror.org/0280a3n32",
"label" : "Joslin Diabetes Center",
"type" : "Related"
},
{
"id" : "https://ror.org/05tby3y60",
"label" : "Judge Baker Children's Center",
"type" : "Related"
},
{
"id" : "https://ror.org/03mbq3y29",
"label" : "Lahey Hospital and Medical Center",
"type" : "Related"
},
{
"id" : "https://ror.org/04g3dn724",
"label" : "Massachusetts Eye and Ear Infirmary",
"type" : "Related"
},
{
"id" : "https://ror.org/002pd6e78",
"label" : "Massachusetts General Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/05par7p11",
"label" : "Massachusetts Green High Performance Computing Center",
"type" : "Related"
},
{
"id" : "https://ror.org/01kta7d96",
"label" : "McLean Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/03hrxmf69",
"label" : "Newton Wellesley Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/023pf5e38",
"label" : "Somerville Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/011dvr318",
"label" : "Spaulding Rehabilitation Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/032q5ym94",
"label" : "Athinoula A. Martinos Center for Biomedical Imaging",
"type" : "Child"
},
{
"id" : "https://ror.org/03hj6c016",
"label" : "Berenson Allen Center for Noninvasive Brain Stimulation",
"type" : "Child"
},
{
"id" : "https://ror.org/03c3r2d17",
"label" : "Center for Astrophysics Harvard & Smithsonian",
"type" : "Child"
},
{
"id" : "https://ror.org/05r3dyn47",
"label" : "Center for Systems Biology",
"type" : "Child"
},
{
"id" : "https://ror.org/04wsv7966",
"label" : "Center for Vascular Biology Research",
"type" : "Child"
},
{
"id" : "https://ror.org/004y4rj95",
"label" : "Gordon Center for Medical Imaging",
"type" : "Child"
},
{
"id" : "https://ror.org/04kj1hn59",
"label" : "Harvard Stem Cell Institute",
"type" : "Child"
},
{
"id" : "https://ror.org/006v7bf86",
"label" : "Harvard University Press",
"type" : "Child"
},
{
"id" : "https://ror.org/053tmcn30",
"label" : "MIT-Harvard Center for Ultracold Atoms",
"type" : "Child"
},
{
"id" : "https://ror.org/053r20n13",
"label" : "Ragon Institute of MGH, MIT and Harvard",
"type" : "Child"
},
{
"id" : "https://ror.org/04r5ess67",
"label" : "Sleep and Human Health Institute",
"type" : "Child"
},
{
"id" : "https://ror.org/04pvzz946",
"label" : "The NSF AI Institute for Artificial Intelligence and Fundamental Interactions",
"type" : "Child"
},
{
"id" : "https://ror.org/05xsxgs79",
"label" : "Arnold Arboretum",
"type" : "Child"
},
{
"id" : "https://ror.org/059cpzx98",
"label" : "Harvard Forest Long Term Ecological Research",
"type" : "Child"
},
{
"id" : "https://ror.org/008cfmj78",
"label" : "Wyss Institute for Biologically Inspired Engineering",
"type" : "Child"
}
],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "http://en.wikipedia.org/wiki/Harvard_University"
},
{
"acronyms" : [
"HUP"
],
"addresses" : [
{
"city" : "Cambridge",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Cambridge",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Middlesex County",
"code" : "US.MA.017",
"id" : 4943909,
"name" : "Middlesex County"
},
"id" : 4931972,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.383016,
"line" : null,
"lng" : -71.12706,
"postcode" : null,
"primary" : false,
"state" : "Massachusetts",
"state_code" : "US-MA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1913,
"external_ids" : {
"GRID" : {
"all" : "grid.446714.4",
"preferred" : "grid.446714.4"
},
"ISNI" : {
"all" : [
"0000 0001 0694 1061"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q1587900"
],
"preferred" : null
}
},
"id" : "https://ror.org/006v7bf86",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.hup.harvard.edu/"
],
"name" : "Harvard University Press",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Other"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Harvard_University_Press"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Boston",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Boston",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Suffolk County",
"code" : "US.MA.025",
"id" : 4952349,
"name" : "Suffolk County"
},
"id" : 4930956,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 43.002984,
"line" : null,
"lng" : -71.25765,
"postcode" : null,
"primary" : false,
"state" : "Massachusetts",
"state_code" : "US-MA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1980,
"external_ids" : {
"GRID" : {
"all" : "grid.67104.34",
"preferred" : "grid.67104.34"
},
"ISNI" : {
"all" : [
"0000 0004 0415 0102"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q5676515"
],
"preferred" : null
}
},
"id" : "https://ror.org/01zxdeg39",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.harvardpilgrim.org/portal/page?_pageid=1391,1&_dad=portal&_schema=PORTAL"
],
"name" : "Harvard Pilgrim Health Care",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Harvard_Pilgrim_Health_Care"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Boston",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Boston",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Suffolk County",
"code" : "US.MA.025",
"id" : 4952349,
"name" : "Suffolk County"
},
"id" : 4930956,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.332102,
"line" : null,
"lng" : -71.110192,
"postcode" : null,
"primary" : false,
"state" : "Massachusetts",
"state_code" : "US-MA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1917,
"external_ids" : {
"FundRef" : {
"all" : [
"100006690",
"100006689"
],
"preferred" : "100006690"
},
"GRID" : {
"all" : "grid.280934.4",
"preferred" : "grid.280934.4"
},
"ISNI" : {
"all" : [
"0000 0001 0320 631X"
],
"preferred" : null
}
},
"id" : "https://ror.org/05tby3y60",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://jbcc.harvard.edu/"
],
"name" : "Judge Baker Children's Center",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Albuquerque",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Albuquerque",
"geonames_admin1" : {
"ascii_name" : "New Mexico",
"code" : "US.NM",
"id" : 5481136,
"name" : "New Mexico"
},
"geonames_admin2" : {
"ascii_name" : "Bernalillo County",
"code" : "US.NM.001",
"id" : 5457180,
"name" : "Bernalillo County"
},
"id" : 5454711,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 35.146683,
"line" : null,
"lng" : -106.56761,
"postcode" : null,
"primary" : false,
"state" : "New Mexico",
"state_code" : "US-NM"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : null,
"external_ids" : {
"GRID" : {
"all" : "grid.416039.9",
"preferred" : "grid.416039.9"
}
},
"id" : "https://ror.org/04r5ess67",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://sleep.med.harvard.edu/ext/tmanual/Institutions/Sleep_Human_Health.htm"
],
"name" : "Sleep and Human Health Institute",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"BHP"
],
"addresses" : [
{
"city" : "Gaborone",
"country_geonames_id" : 933860,
"geonames_city" : {
"city" : "Gaborone",
"geonames_admin1" : {
"ascii_name" : "Gaborone",
"code" : "BW.14",
"id" : 11778169,
"name" : "Gaborone"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 933773,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -24.65661,
"line" : null,
"lng" : 25.923299,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "BW",
"country_name" : "Botswana"
},
"email_address" : null,
"established" : 1996,
"external_ids" : {
"GRID" : {
"all" : "grid.462829.3",
"preferred" : "grid.462829.3"
}
},
"id" : "https://ror.org/04rkbns44",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.bhp.org.bw/"
],
"name" : "Botswana Harvard AIDS Institute Partnership",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Other"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"HSL"
],
"addresses" : [
{
"city" : "Boston",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Boston",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Suffolk County",
"code" : "US.MA.025",
"id" : 4952349,
"name" : "Suffolk County"
},
"id" : 4930956,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.298473,
"line" : null,
"lng" : -71.131193,
"postcode" : null,
"primary" : false,
"state" : "Massachusetts",
"state_code" : "US-MA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : null,
"external_ids" : {
"GRID" : {
"all" : "grid.497274.b",
"preferred" : "grid.497274.b"
},
"ISNI" : {
"all" : [
"0000 0004 0627 5136"
],
"preferred" : null
}
},
"id" : "https://ror.org/02vptss42",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.hebrewseniorlife.org/"
],
"name" : "Hebrew SeniorLife",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Boston",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Boston",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Suffolk",
"code" : "US.MA.025",
"id" : 4952349,
"name" : "Suffolk"
},
"id" : 4930956,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.35843,
"line" : null,
"lng" : -71.05977,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [
"Arnold Arboretum of Harvard University"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1872,
"external_ids" : {
"FundRef" : {
"all" : [
"100009403"
],
"preferred" : "100009403"
},
"ISNI" : {
"all" : [
"0000 0001 2293 3096"
],
"preferred" : "0000 0001 2293 3096"
},
"Wikidata" : {
"all" : [
"Q568666"
],
"preferred" : "Q568666"
}
},
"id" : "https://ror.org/05xsxgs79",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.arboretum.harvard.edu/"
],
"name" : "Arnold Arboretum",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Archive"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Arnold_Arboretum"
},
{
"acronyms" : [
"HSCI"
],
"addresses" : [
{
"city" : "Cambridge",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Cambridge",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Middlesex",
"code" : "US.MA.017",
"id" : 4943909,
"name" : "Middlesex"
},
"id" : 4931972,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.3751,
"line" : null,
"lng" : -71.10561,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 2004,
"external_ids" : {
"FundRef" : {
"all" : [
"100008035"
],
"preferred" : "100008035"
},
"GRID" : {
"all" : "grid.511171.2",
"preferred" : "grid.511171.2"
},
"Wikidata" : {
"all" : [
"Q40771227"
],
"preferred" : null
}
},
"id" : "https://ror.org/04kj1hn59",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://hsci.harvard.edu/"
],
"name" : "Harvard Stem Cell Institute",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Facility"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Boston",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Boston",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Suffolk",
"code" : "US.MA.025",
"id" : 4952349,
"name" : "Suffolk"
},
"id" : 4930956,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.35843,
"line" : null,
"lng" : -71.05977,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1952,
"external_ids" : {
"FundRef" : {
"all" : [
"100007877"
],
"preferred" : "100007877"
},
"GRID" : {
"all" : "grid.16694.3c",
"preferred" : "grid.16694.3c"
},
"ISNI" : {
"all" : [
"0000 0001 2183 9479"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q1708743"
],
"preferred" : null
}
},
"id" : "https://ror.org/0280a3n32",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.joslin.org/"
],
"name" : "Joslin Diabetes Center",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Facility"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Joslin_Diabetes_Center"
},
{
"acronyms" : [
"BWFH"
],
"addresses" : [
{
"city" : "Boston",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Boston",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Suffolk County",
"code" : "US.MA.025",
"id" : 4952349,
"name" : "Suffolk County"
},
"id" : 4930956,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.301654,
"line" : null,
"lng" : -71.129055,
"postcode" : null,
"primary" : false,
"state" : "Massachusetts",
"state_code" : "US-MA"
}
],
"aliases" : [
"Faulkner Hospital"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1900,
"external_ids" : {
"GRID" : {
"all" : "grid.415122.1",
"preferred" : "grid.415122.1"
},
"ISNI" : {
"all" : [
"0000 0004 0378 8518"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"8134183"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q5438132"
],
"preferred" : null
}
},
"id" : "https://ror.org/03w44ff23",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.brighamandwomensfaulkner.org/default.aspx#.V3tN99J97IV"
],
"name" : "Brigham and Women's Faulkner Hospital",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Related"
},
{
"id" : "https://ror.org/05wvpxv85",
"label" : "Tufts University",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Faulkner_Hospital"
},
{
"acronyms" : [
"NWH"
],
"addresses" : [
{
"city" : "Newton",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Newton",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Middlesex County",
"code" : "US.MA.017",
"id" : 4943909,
"name" : "Middlesex County"
},
"id" : 4945283,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.33285,
"line" : null,
"lng" : -71.246203,
"postcode" : null,
"primary" : false,
"state" : "Massachusetts",
"state_code" : "US-MA"
}
],
"aliases" : [
"Newton Cottage Hospital"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1881,
"external_ids" : {
"GRID" : {
"all" : "grid.416176.3",
"preferred" : "grid.416176.3"
},
"ISNI" : {
"all" : [
"0000 0000 9957 1751"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"20821581"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q14715774"
],
"preferred" : null
}
},
"id" : "https://ror.org/03hrxmf69",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.nwh.org/"
],
"name" : "Newton Wellesley Hospital",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Related"
},
{
"id" : "https://ror.org/05wvpxv85",
"label" : "Tufts University",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Newton-Wellesley_Hospital"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Somerville",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Somerville",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Middlesex County",
"code" : "US.MA.017",
"id" : 4943909,
"name" : "Middlesex County"
},
"id" : 4951257,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.390039,
"line" : null,
"lng" : -71.109333,
"postcode" : null,
"primary" : false,
"state" : "Massachusetts",
"state_code" : "US-MA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1891,
"external_ids" : {
"GRID" : {
"all" : "grid.461485.a",
"preferred" : "grid.461485.a"
},
"ISNI" : {
"all" : [
"0000 0001 0101 1658"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"12890831"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q7559973"
],
"preferred" : null
}
},
"id" : "https://ror.org/023pf5e38",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.challiance.org/Locations/SomervilleHospitalcampus.aspx"
],
"name" : "Somerville Hospital",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Related"
},
{
"id" : "https://ror.org/059c3mv67",
"label" : "Cambridge Health Alliance",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Somerville_Hospital"
},
{
"acronyms" : [
"CSB"
],
"addresses" : [
{
"city" : "Boston",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Boston",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Suffolk County",
"code" : "US.MA.025",
"id" : 4952349,
"name" : "Suffolk County"
},
"id" : 4930956,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.363159,
"line" : null,
"lng" : -71.068734,
"postcode" : null,
"primary" : false,
"state" : "Massachusetts",
"state_code" : "US-MA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1999,
"external_ids" : {
"GRID" : {
"all" : "grid.483004.b",
"preferred" : "grid.483004.b"
}
},
"id" : "https://ror.org/05r3dyn47",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://csb.mgh.harvard.edu/"
],
"name" : "Center for Systems Biology",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Parent"
},
{
"id" : "https://ror.org/002pd6e78",
"label" : "Massachusetts General Hospital",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Facility"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Boston",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Boston",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Suffolk County",
"code" : "US.MA.025",
"id" : 4952349,
"name" : "Suffolk County"
},
"id" : 4930956,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.367998,
"line" : null,
"lng" : -71.0672402,
"postcode" : null,
"primary" : false,
"state" : "Massachusetts",
"state_code" : "US-MA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 2015,
"external_ids" : {
"GRID" : {
"all" : "grid.512020.4",
"preferred" : "grid.512020.4"
},
"Wikidata" : {
"all" : [
"Q30625556"
],
"preferred" : null
}
},
"id" : "https://ror.org/004y4rj95",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://gordon.mgh.harvard.edu/"
],
"name" : "Gordon Center for Medical Imaging",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Parent"
},
{
"id" : "https://ror.org/002pd6e78",
"label" : "Massachusetts General Hospital",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Facility"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Gordon_Center_for_Medical_Imaging"
},
{
"acronyms" : [
"MEE"
],
"addresses" : [
{
"city" : "Boston",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Boston",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Suffolk County",
"code" : "US.MA.025",
"id" : 4952349,
"name" : "Suffolk County"
},
"id" : 4930956,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.363755,
"line" : null,
"lng" : -71.070775,
"postcode" : null,
"primary" : false,
"state" : "Massachusetts",
"state_code" : "US-MA"
}
],
"aliases" : [
"Mass. Eye and Ear",
"Boston Eye Infirmary"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1824,
"external_ids" : {
"FundRef" : {
"all" : [
"100010572",
"100007337"
],
"preferred" : null
},
"GRID" : {
"all" : "grid.39479.30",
"preferred" : "grid.39479.30"
},
"ISNI" : {
"all" : [
"0000 0000 8800 3003"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"6092313"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q6784269"
],
"preferred" : null
}
},
"id" : "https://ror.org/04g3dn724",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.masseyeandear.org/"
],
"name" : "Massachusetts Eye and Ear Infirmary",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Related"
},
{
"id" : "https://ror.org/04v00sg98",
"label" : "VA Boston Healthcare System",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Massachusetts_Eye_and_Ear_Infirmary"
},
{
"acronyms" : [
"HST"
],
"addresses" : [
{
"city" : "Cambridge",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Cambridge",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Middlesex County",
"code" : "US.MA.017",
"id" : 4943909,
"name" : "Middlesex County"
},
"id" : 4931972,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.361777,
"line" : null,
"lng" : -71.086911,
"postcode" : null,
"primary" : false,
"state" : "Massachusetts",
"state_code" : "US-MA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1970,
"external_ids" : {
"GRID" : {
"all" : "grid.413735.7",
"preferred" : "grid.413735.7"
},
"ISNI" : {
"all" : [
"0000 0004 0475 2760"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"4391692"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q5676651"
],
"preferred" : null
}
},
"id" : "https://ror.org/00jjeh629",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://hst.mit.edu/"
],
"name" : "HarvardâMIT Division of Health Sciences and Technology",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Related"
},
{
"id" : "https://ror.org/042nb2s44",
"label" : "Massachusetts Institute of Technology",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Harvard%E2%80%93MIT_Division_of_Health_Sciences_and_Technology"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Burlington",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Burlington",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Middlesex County",
"code" : "US.MA.017",
"id" : 4943909,
"name" : "Middlesex County"
},
"id" : 4931737,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.4842,
"line" : null,
"lng" : -71.2047,
"postcode" : null,
"primary" : false,
"state" : "Massachusetts",
"state_code" : "US-MA"
}
],
"aliases" : [
"Lahey Clinic"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1923,
"external_ids" : {
"GRID" : {
"all" : "grid.415731.5",
"preferred" : "grid.415731.5"
},
"ISNI" : {
"all" : [
"0000 0001 0725 1353"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q6473221"
],
"preferred" : null
}
},
"id" : "https://ror.org/03mbq3y29",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.lahey.org/"
],
"name" : "Lahey Hospital and Medical Center",
"relationships" : [
{
"id" : "https://ror.org/05qwgg493",
"label" : "Boston University",
"type" : "Related"
},
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Related"
},
{
"id" : "https://ror.org/05wvpxv85",
"label" : "Tufts University",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Lahey_Hospital_%26_Medical_Center"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Cambridge",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Cambridge",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Middlesex County",
"code" : "US.MA.017",
"id" : 4943909,
"name" : "Middlesex County"
},
"id" : 4931972,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.3360243,
"line" : null,
"lng" : -71.1056212,
"postcode" : null,
"primary" : false,
"state" : "Massachusetts",
"state_code" : "US-MA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : null,
"external_ids" : {
"GRID" : {
"all" : "grid.509953.3",
"preferred" : "grid.509953.3"
}
},
"id" : "https://ror.org/044hpwe09",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.iit.it/research/lines/iit-harvard"
],
"name" : "IIT@Harvard",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Related"
},
{
"id" : "https://ror.org/042t93s57",
"label" : "Italian Institute of Technology",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Facility"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"CUA"
],
"addresses" : [
{
"city" : "Cambridge",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Cambridge",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Middlesex",
"code" : "US.MA.017",
"id" : 4943909,
"name" : "Middlesex"
},
"id" : 4931972,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.3751,
"line" : null,
"lng" : -71.10561,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : null,
"external_ids" : {
"FundRef" : {
"all" : [
"100019611"
],
"preferred" : "100019611"
},
"GRID" : {
"all" : "grid.509519.1",
"preferred" : "grid.509519.1"
}
},
"id" : "https://ror.org/053tmcn30",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://cuaweb.mit.edu/"
],
"name" : "MIT-Harvard Center for Ultracold Atoms",
"relationships" : [
{
"id" : "https://ror.org/03vek6s52",
"label" : "Harvard University",
"type" : "Parent"
},
{
"id" : "https://ror.org/042nb2s44",
"label" : "Massachusetts Institute of Technology",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Facility"
],
"wikipedia_url" : ""
}
],
"meta" : {
"countries" : [
{
"count" : 38,
"id" : "us",
"title" : "United States"
},
{
"count" : 1,
"id" : "bw",
"title" : "Botswana"
}
],
"statuses" : [
{
"count" : 39,
"id" : "active",
"title" : "active"
}
],
"types" : [
{
"count" : 16,
"id" : "healthcare",
"title" : "Healthcare"
},
{
"count" : 14,
"id" : "facility",
"title" : "Facility"
},
{
"count" : 4,
"id" : "education",
"title" : "Education"
},
{
"count" : 2,
"id" : "nonprofit",
"title" : "Nonprofit"
},
{
"count" : 2,
"id" : "other",
"title" : "Other"
},
{
"count" : 1,
"id" : "archive",
"title" : "Archive"
}
]
},
"number_of_results" : 39,
"time_taken" : 14
}
Consider refining your advanced query searches
Searching all fields with the advanced query may produce more results than desired, slow the speed of the search, and affect the performance of the ROR API. We recommend searching one or more specific fields instead, as in the examples below.
Search a single field
Elastic Search field name syntax fieldname:query
can be used to search within a single field. When using this syntax, fieldname
must exactly match a field name in the list of All ROR fields and sub-fields, e.g., addresses.geonames_city.city:Melbourne
not addresses:Melbourne
.
Advanced query parameter format, single field
https://api.ror.org/organizations?query.advanced=[fieldname]:[value]
Example
curl 'https://api.ror.org/organizations?query.advanced=name:%22Harvard%20University%22'
{
"number_of_results": 2,
"time_taken": 1,
"items": [
{
"id": "https://ror.org/03vek6s52",
"name": "Harvard University",
"email_address": "",
"ip_addresses": [],
"established": 1636,
"types": [
"Education"
],
"relationships": [
{
"label": "Beth Israel Deaconess Medical Center",
"type": "Related",
"id": "https://ror.org/04drvxt59"
},
{
"label": "Boston Children's Hospital",
"type": "Related",
"id": "https://ror.org/00dvg7y05"
},
{
"label": "Boston IVF",
"type": "Related",
"id": "https://ror.org/05xckek43"
},
{
"label": "Botswana Harvard AIDS Institute Partnership",
"type": "Related",
"id": "https://ror.org/04rkbns44"
},
{
"label": "Brigham and Women's Faulkner Hospital",
"type": "Related",
"id": "https://ror.org/03w44ff23"
},
{
"label": "Brigham and Women's Hospital",
"type": "Related",
"id": "https://ror.org/04b6nzv94"
},
{
"label": "Broad Institute",
"type": "Related",
"id": "https://ror.org/05a0ya142"
},
{
"label": "Cambridge Health Alliance",
"type": "Related",
"id": "https://ror.org/059c3mv67"
},
{
"label": "Dana-Farber Cancer Institute",
"type": "Related",
"id": "https://ror.org/02jzgtq86"
},
{
"label": "Harvard Pilgrim Health Care",
"type": "Related",
"id": "https://ror.org/01zxdeg39"
},
{
"label": "Harvard–MIT Division of Health Sciences and Technology",
"type": "Related",
"id": "https://ror.org/00jjeh629"
},
{
"label": "Hebrew SeniorLife",
"type": "Related",
"id": "https://ror.org/02vptss42"
},
{
"label": "IIT@Harvard",
"type": "Related",
"id": "https://ror.org/044hpwe09"
},
{
"label": "Joslin Diabetes Center",
"type": "Related",
"id": "https://ror.org/0280a3n32"
},
{
"label": "Judge Baker Children's Center",
"type": "Related",
"id": "https://ror.org/05tby3y60"
},
{
"label": "Lahey Hospital and Medical Center",
"type": "Related",
"id": "https://ror.org/03mbq3y29"
},
{
"label": "Massachusetts Eye and Ear Infirmary",
"type": "Related",
"id": "https://ror.org/04g3dn724"
},
{
"label": "Massachusetts General Hospital",
"type": "Related",
"id": "https://ror.org/002pd6e78"
},
{
"label": "Massachusetts Green High Performance Computing Center",
"type": "Related",
"id": "https://ror.org/05par7p11"
},
{
"label": "McLean Hospital",
"type": "Related",
"id": "https://ror.org/01kta7d96"
},
{
"label": "Newton Wellesley Hospital",
"type": "Related",
"id": "https://ror.org/03hrxmf69"
},
{
"label": "Somerville Hospital",
"type": "Related",
"id": "https://ror.org/023pf5e38"
},
{
"label": "Spaulding Rehabilitation Hospital",
"type": "Related",
"id": "https://ror.org/011dvr318"
},
{
"label": "Athinoula A. Martinos Center for Biomedical Imaging",
"type": "Child",
"id": "https://ror.org/032q5ym94"
},
{
"label": "Berenson Allen Center for Noninvasive Brain Stimulation",
"type": "Child",
"id": "https://ror.org/03hj6c016"
},
{
"label": "Center for Astrophysics Harvard & Smithsonian",
"type": "Child",
"id": "https://ror.org/03c3r2d17"
},
{
"label": "Center for Systems Biology",
"type": "Child",
"id": "https://ror.org/05r3dyn47"
},
{
"label": "Center for Vascular Biology Research",
"type": "Child",
"id": "https://ror.org/04wsv7966"
},
{
"label": "Gordon Center for Medical Imaging",
"type": "Child",
"id": "https://ror.org/004y4rj95"
},
{
"label": "Harvard Stem Cell Institute",
"type": "Child",
"id": "https://ror.org/04kj1hn59"
},
{
"label": "Harvard University Press",
"type": "Child",
"id": "https://ror.org/006v7bf86"
},
{
"label": "MIT-Harvard Center for Ultracold Atoms",
"type": "Child",
"id": "https://ror.org/053tmcn30"
},
{
"label": "Ragon Institute of MGH, MIT and Harvard",
"type": "Child",
"id": "https://ror.org/053r20n13"
},
{
"label": "Sleep and Human Health Institute",
"type": "Child",
"id": "https://ror.org/04r5ess67"
},
{
"label": "The NSF AI Institute for Artificial Intelligence and Fundamental Interactions",
"type": "Child",
"id": "https://ror.org/04pvzz946"
},
{
"label": "Arnold Arboretum",
"type": "Child",
"id": "https://ror.org/05xsxgs79"
},
{
"label": "Harvard Forest Long Term Ecological Research",
"type": "Child",
"id": "https://ror.org/059cpzx98"
},
{
"label": "Wyss Institute for Biologically Inspired Engineering",
"type": "Child",
"id": "https://ror.org/008cfmj78"
}
],
"addresses": [
{
"lat": 42.3751,
"lng": -71.10561,
"state": null,
"state_code": null,
"city": "Cambridge",
"geonames_city": {
"id": 4931972,
"city": "Cambridge",
"geonames_admin1": {
"name": "Massachusetts",
"id": 6254926,
"ascii_name": "Massachusetts",
"code": "US.MA"
},
"geonames_admin2": {
"name": "Middlesex",
"id": 4943909,
"ascii_name": "Middlesex",
"code": "US.MA.017"
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": null,
"code": null
},
"nuts_level2": {
"name": null,
"code": null
},
"nuts_level3": {
"name": null,
"code": null
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 6252001
}
],
"links": [
"http://www.harvard.edu/"
],
"aliases": [],
"acronyms": [],
"status": "active",
"wikipedia_url": "http://en.wikipedia.org/wiki/Harvard_University",
"labels": [
{
"label": "Universidad de Harvard",
"iso639": "es"
}
],
"country": {
"country_name": "United States",
"country_code": "US"
},
"external_ids": {
"ISNI": {
"preferred": null,
"all": [
"0000 0004 1936 754X"
]
},
"FundRef": {
"preferred": "100007229",
"all": [
"100007229",
"100010520",
"100009802",
"100009868",
"100008548",
"100008549",
"100008126",
"100005724",
"100005578",
"100009116",
"100008036",
"100009345",
"100005668",
"100009403",
"100010952",
"100008024",
"100005487",
"100005473",
"100005293",
"100008035",
"100006075",
"100005915",
"100005469",
"100005650",
"100005678",
"100005692",
"100005802",
"100005856",
"100005893",
"100005941",
"100006007",
"100006011",
"100006274",
"100007230",
"100007300",
"100007877",
"100007887",
"100008263",
"100005574",
"100007299",
"100006691",
"100007301"
]
},
"OrgRef": {
"preferred": "18426501",
"all": [
"18426501",
"1074613",
"1562949",
"18998741",
"260879",
"158984",
"329529"
]
},
"Wikidata": {
"preferred": "Q13371",
"all": [
"Q13371",
"Q5676556"
]
},
"GRID": {
"preferred": "grid.38142.3c",
"all": "grid.38142.3c"
}
}
},
{
"id": "https://ror.org/006v7bf86",
"name": "Harvard University Press",
"email_address": null,
"ip_addresses": [],
"established": 1913,
"types": [
"Other"
],
"relationships": [
{
"label": "Harvard University",
"type": "Parent",
"id": "https://ror.org/03vek6s52"
}
],
"addresses": [
{
"lat": 42.383016,
"lng": -71.12706,
"state": "Massachusetts",
"state_code": "US-MA",
"city": "Cambridge",
"geonames_city": {
"id": 4931972,
"city": "Cambridge",
"geonames_admin1": {
"name": "Massachusetts",
"id": 6254926,
"ascii_name": "Massachusetts",
"code": "US.MA"
},
"geonames_admin2": {
"name": "Middlesex County",
"id": 4943909,
"ascii_name": "Middlesex County",
"code": "US.MA.017"
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": null,
"code": null
},
"nuts_level2": {
"name": null,
"code": null
},
"nuts_level3": {
"name": null,
"code": null
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 6252001
}
],
"links": [
"http://www.hup.harvard.edu/"
],
"aliases": [],
"acronyms": [
"HUP"
],
"status": "active",
"wikipedia_url": "https://en.wikipedia.org/wiki/Harvard_University_Press",
"labels": [],
"country": {
"country_name": "United States",
"country_code": "US"
},
"external_ids": {
"ISNI": {
"preferred": null,
"all": [
"0000 0001 0694 1061"
]
},
"Wikidata": {
"preferred": null,
"all": [
"Q1587900"
]
},
"GRID": {
"preferred": "grid.446714.4",
"all": "grid.446714.4"
}
}
}
],
"meta": {
"types": [
{
"id": "education",
"title": "Education",
"count": 1
},
{
"id": "other",
"title": "Other",
"count": 1
}
],
"countries": [
{
"id": "us",
"title": "United States",
"count": 2
}
],
"statuses": [
{
"id": "active",
"title": "active",
"count": 2
}
]
}
}
Search multiple fields
Search multiple fields and form complex queries with Elasticsearch boolean operator syntax (AND, OR, NOT). Note that the Boolean operator must be surrounded by URL-encoded spaces.
Advanced query parameter format, multiple fields
https://api.ror.org/organizations?query.advanced=[fieldname]:[value]+[Boolean operator]+[fieldname]:[value]
Example
curl 'https://api.ror.org/organizations?query.advanced=name:Cornell+AND+addresses.geonames_city.city:Ithaca'
The response is a single record with the keyword "Cornell" in the name
field and the city "Ithaca" in the addresses.geonames_city.city
field.
{
"items" : [
{
"acronyms" : [
"CU"
],
"addresses" : [
{
"city" : "Ithaca",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Ithaca",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : "Tompkins",
"code" : "US.NY.109",
"id" : 5141153,
"name" : "Tompkins"
},
"id" : 5122432,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.44063,
"line" : null,
"lng" : -76.49661,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1865,
"external_ids" : {
"FundRef" : {
"all" : [
"100007231",
"100007604",
"100006480",
"100006077",
"100006471",
"100006923",
"100007272",
"100007273",
"100008586",
"100007232",
"100009083",
"100008674",
"100008585"
],
"preferred" : "100007231"
},
"GRID" : {
"all" : "grid.5386.8",
"preferred" : "grid.5386.8"
},
"ISNI" : {
"all" : [
"0000 0004 1936 877X"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"7954422",
"329738",
"2551571"
],
"preferred" : "7954422"
},
"Wikidata" : {
"all" : [
"Q49115"
],
"preferred" : null
}
},
"id" : "https://ror.org/05bnh6r87",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Universidad Cornell"
}
],
"links" : [
"http://www.cornell.edu/"
],
"name" : "Cornell University",
"relationships" : [
{
"id" : "https://ror.org/02sp1z620",
"label" : "Burke Medical Research Institute",
"type" : "Related"
},
{
"id" : "https://ror.org/04dnsc767",
"label" : "Burke Rehabilitation Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/027zt9171",
"label" : "Houston Methodist",
"type" : "Related"
},
{
"id" : "https://ror.org/035a72598",
"label" : "Lincoln Medical Center",
"type" : "Related"
},
{
"id" : "https://ror.org/01skxn174",
"label" : "Lower Manhattan Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/02yrq0923",
"label" : "Memorial Sloan Kettering Cancer Center",
"type" : "Related"
},
{
"id" : "https://ror.org/016m8pd54",
"label" : "Morgan Stanley Children's Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/03f91xw18",
"label" : "Museum of the Earth",
"type" : "Related"
},
{
"id" : "https://ror.org/01j17xg39",
"label" : "New York Hospital Queens",
"type" : "Related"
},
{
"id" : "https://ror.org/04929s478",
"label" : "NewYorkâPresbyterian Brooklyn Methodist Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/03gzbrs57",
"label" : "NewYorkâPresbyterian Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/05dvpaj72",
"label" : "The Rogosin Institute",
"type" : "Related"
},
{
"id" : "https://ror.org/05v5hg569",
"label" : "Weill Cornell Medical College in Qatar",
"type" : "Related"
},
{
"id" : "https://ror.org/00yzb1d91",
"label" : "Wyckoff Heights Medical Center",
"type" : "Related"
},
{
"id" : "https://ror.org/031m8s392",
"label" : "New York Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/03ycy6g75",
"label" : "New York Space Grant Consortium",
"type" : "Child"
},
{
"id" : "https://ror.org/00j52pq61",
"label" : "New York State College of Agriculture & Life Sciences",
"type" : "Child"
},
{
"id" : "https://ror.org/04r17kf39",
"label" : "New York State College of Veterinary Medicine",
"type" : "Child"
},
{
"id" : "https://ror.org/00zg6dt46",
"label" : "New York State School of Industrial and Labor Relations",
"type" : "Child"
},
{
"id" : "https://ror.org/047g2xp14",
"label" : "New York State University College of Human Ecology",
"type" : "Child"
},
{
"id" : "https://ror.org/00mkh7345",
"label" : "Hubbard Brook Long Term Ecological Research",
"type" : "Related"
},
{
"id" : "https://ror.org/02r109517",
"label" : "Weill Cornell Medicine",
"type" : "Child"
}
],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "http://en.wikipedia.org/wiki/Cornell_University"
}
],
"meta" : {
"countries" : [
{
"count" : 1,
"id" : "us",
"title" : "United States"
}
],
"statuses" : [
{
"count" : 1,
"id" : "active",
"title" : "active"
}
],
"types" : [
{
"count" : 1,
"id" : "education",
"title" : "Education"
}
]
},
"number_of_results" : 1,
"time_taken" : 1
}
Example
curl 'https://api.ror.org/organizations?query.advanced=name:Cornell+NOT+addresses.geonames_city.city:Ithaca'
The response is a list of records with the keyword "Cornell" in the name
field without the city "Ithaca" in the addresses.geonames_city.city
field.
{
"items" : [
{
"acronyms" : [],
"addresses" : [
{
"city" : "Mount Vernon",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Mount Vernon",
"geonames_admin1" : {
"ascii_name" : "Iowa",
"code" : "US.IA",
"id" : 4862182,
"name" : "Iowa"
},
"geonames_admin2" : {
"ascii_name" : "Linn",
"code" : "US.IA.113",
"id" : 4864924,
"name" : "Linn"
},
"id" : 4868251,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 41.92195,
"line" : null,
"lng" : -91.41684,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1853,
"external_ids" : {
"FundRef" : {
"all" : [
"100013072"
],
"preferred" : "100013072"
},
"GRID" : {
"all" : "grid.254690.c",
"preferred" : "grid.254690.c"
},
"ISNI" : {
"all" : [
"0000 0004 0436 344X"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"589217"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q5171517"
],
"preferred" : null
}
},
"id" : "https://ror.org/01wvxpc32",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.cornellcollege.edu/"
],
"name" : "Cornell College",
"relationships" : [],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Cornell_College"
},
{
"acronyms" : [
"WCM"
],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.71427,
"line" : null,
"lng" : -74.00597,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1989,
"external_ids" : {
"FundRef" : {
"all" : [
"100007273"
],
"preferred" : "100007273"
},
"GRID" : {
"all" : "grid.471410.7",
"preferred" : "grid.471410.7"
},
"ISNI" : {
"all" : [
"0000 0001 2179 7643"
],
"preferred" : "0000 0001 2179 7643"
},
"Wikidata" : {
"all" : [
"Q3567094"
],
"preferred" : "Q3567094"
}
},
"id" : "https://ror.org/02r109517",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://weill.cornell.edu"
],
"name" : "Weill Cornell Medicine",
"relationships" : [
{
"id" : "https://ror.org/03zjqec80",
"label" : "Hospital for Special Surgery",
"type" : "Related"
},
{
"id" : "https://ror.org/05bnh6r87",
"label" : "Cornell University",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Weill_Cornell_Medicine"
},
{
"acronyms" : [
"CSHHC"
],
"addresses" : [
{
"city" : "New Haven",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New Haven",
"geonames_admin1" : {
"ascii_name" : "Connecticut",
"code" : "US.CT",
"id" : 4831725,
"name" : "Connecticut"
},
"geonames_admin2" : {
"ascii_name" : "New Haven County",
"code" : "US.CT.009",
"id" : 4839373,
"name" : "New Haven County"
},
"id" : 4839366,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 41.29773,
"line" : null,
"lng" : -72.939067,
"postcode" : null,
"primary" : false,
"state" : "Connecticut",
"state_code" : "US-CT"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1968,
"external_ids" : {
"GRID" : {
"all" : "grid.434882.1",
"preferred" : "grid.434882.1"
},
"ISNI" : {
"all" : [
"0000 0004 0481 8993"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q30256999"
],
"preferred" : null
}
},
"id" : "https://ror.org/04cx6n327",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://cornellscott.org/"
],
"name" : "Cornell Scott-Hill Health Center",
"relationships" : [],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"CCESC"
],
"addresses" : [
{
"city" : "Liberty",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Liberty",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : "Sullivan County",
"code" : "US.NY.105",
"id" : 5140135,
"name" : "Sullivan County"
},
"id" : 5124323,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 41.786391,
"line" : null,
"lng" : -74.778157,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1914,
"external_ids" : {
"GRID" : {
"all" : "grid.486913.1",
"preferred" : "grid.486913.1"
}
},
"id" : "https://ror.org/05snsev90",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://sullivancce.org/"
],
"name" : "Cornell Cooperative Extension Sullivan County",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"CCE"
],
"addresses" : [
{
"city" : "Riverhead",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Riverhead",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : "Suffolk County",
"code" : "US.NY.103",
"id" : 5140076,
"name" : "Suffolk County"
},
"id" : 5133926,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.920332,
"line" : null,
"lng" : -72.667168,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1917,
"external_ids" : {
"GRID" : {
"all" : "grid.448516.a",
"preferred" : "grid.448516.a"
},
"ISNI" : {
"all" : [
"0000 0001 2222 496X"
],
"preferred" : null
}
},
"id" : "https://ror.org/0581e0971",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://ccesuffolk.org/"
],
"name" : "Cornell Cooperative Extension of Suffolk County",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"WCMC-Q"
],
"addresses" : [
{
"city" : "Doha",
"country_geonames_id" : 289688,
"geonames_city" : {
"city" : "Doha",
"geonames_admin1" : {
"ascii_name" : "Baladīyat ad Dawḩah",
"code" : "QA.01",
"id" : 389470,
"name" : "Baladīyat ad Dawḩah"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 290030,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 25.28545,
"line" : null,
"lng" : 51.53096,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "QA",
"country_name" : "Qatar"
},
"email_address" : null,
"established" : 2001,
"external_ids" : {
"FundRef" : {
"all" : [
"100019460"
],
"preferred" : "100019460"
},
"GRID" : {
"all" : "grid.416973.e",
"preferred" : "grid.416973.e"
},
"ISNI" : {
"all" : [
"0000 0004 0582 4340"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"2525484"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q4118834"
],
"preferred" : null
}
},
"id" : "https://ror.org/05v5hg569",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "ar",
"label" : "ÙÙÙØ© طب ÙØ§ÙÙ ÙÙØ±ÙÙÙ"
}
],
"links" : [
"http://qatar-weill.cornell.edu/"
],
"name" : "Weill Cornell Medical College in Qatar",
"relationships" : [
{
"id" : "https://ror.org/05bnh6r87",
"label" : "Cornell University",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Weill_Cornell_Medical_College_in_Qatar"
},
{
"acronyms" : [
"CCE"
],
"addresses" : [
{
"city" : "Watertown",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Watertown",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : "Jefferson County",
"code" : "US.NY.045",
"id" : 5122581,
"name" : "Jefferson County"
},
"id" : 5143396,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 43.972889,
"line" : null,
"lng" : -75.894944,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : null,
"external_ids" : {
"GRID" : {
"all" : "grid.486908.b",
"preferred" : "grid.486908.b"
}
},
"id" : "https://ror.org/055hhfr85",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://ccejefferson.org"
],
"name" : "Cornell Cooperative Extension Association of Jefferson County",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : ""
}
],
"meta" : {
"countries" : [
{
"count" : 6,
"id" : "us",
"title" : "United States"
},
{
"count" : 1,
"id" : "qa",
"title" : "Qatar"
}
],
"statuses" : [
{
"count" : 7,
"id" : "active",
"title" : "active"
}
],
"types" : [
{
"count" : 3,
"id" : "education",
"title" : "Education"
},
{
"count" : 3,
"id" : "nonprofit",
"title" : "Nonprofit"
},
{
"count" : 1,
"id" : "healthcare",
"title" : "Healthcare"
}
]
},
"number_of_results" : 7,
"time_taken" : 1
}
Search all sub-fields of a parent field
Elasticsearch field name syntax can be used to search all sub-fields of a parent field.
Advanced query parameter format, sub-fields of a parent field
https://api.ror.org/organizations?query.advanced=[parent fieldname]%5c*:[value]
Note that \ characters must be URL-encoded.
Example
curl 'https://api.ror.org/organizations?query.advanced=addresses.%5c*:Melbourne'
The response is a list of records in which the term "Melbourne" appears in one of the sub-fields of the addresses
field.
{
"items" : [
{
"acronyms" : [
"ATSE"
],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 2077456,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Victoria",
"code" : "AU.07",
"id" : 2145234,
"name" : "Victoria"
},
"geonames_admin2" : {
"ascii_name" : "Melbourne",
"code" : "AU.07.24600",
"id" : 7839805,
"name" : "Melbourne"
},
"id" : 2158177,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -37.834929,
"line" : null,
"lng" : 144.973821,
"postcode" : null,
"primary" : false,
"state" : "Victoria",
"state_code" : "AU-VIC"
}
],
"aliases" : [
"Australian Academy of Technological Sciences"
],
"country" : {
"country_code" : "AU",
"country_name" : "Australia"
},
"email_address" : null,
"established" : 1976,
"external_ids" : {
"FundRef" : {
"all" : [
"501100001183"
],
"preferred" : null
},
"GRID" : {
"all" : "grid.423058.8",
"preferred" : "grid.423058.8"
},
"ISNI" : {
"all" : [
"0000 0000 9271 7113"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q4823783"
],
"preferred" : null
}
},
"id" : "https://ror.org/04cpjyv67",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.atse.org.au/"
],
"name" : "Australian Academy of Technological Sciences and Engineering",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Australian_Academy_of_Technological_Sciences_and_Engineering"
},
{
"acronyms" : [
"ACOLA"
],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 2077456,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Victoria",
"code" : "AU.07",
"id" : 2145234,
"name" : "Victoria"
},
"geonames_admin2" : {
"ascii_name" : "Melbourne",
"code" : "AU.07.24600",
"id" : 7839805,
"name" : "Melbourne"
},
"id" : 2158177,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -37.834811,
"line" : null,
"lng" : 144.97376,
"postcode" : null,
"primary" : false,
"state" : "Victoria",
"state_code" : "AU-VIC"
}
],
"aliases" : [],
"country" : {
"country_code" : "AU",
"country_name" : "Australia"
},
"email_address" : null,
"established" : 2010,
"external_ids" : {
"GRID" : {
"all" : "grid.423059.9",
"preferred" : "grid.423059.9"
}
},
"id" : "https://ror.org/00nc89j94",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.acola.org.au/"
],
"name" : "Australian Council of Learned Academies",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Florida",
"code" : "US.FL",
"id" : 4155751,
"name" : "Florida"
},
"geonames_admin2" : {
"ascii_name" : "Brevard County",
"code" : "US.FL.009",
"id" : 4148826,
"name" : "Brevard County"
},
"id" : 4163971,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 28.246962,
"line" : null,
"lng" : -80.737002,
"postcode" : null,
"primary" : false,
"state" : "Florida",
"state_code" : "US-FL"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : null,
"external_ids" : {
"GRID" : {
"all" : "grid.423395.a",
"preferred" : "grid.423395.a"
},
"Wikidata" : {
"all" : [
"Q30284298"
],
"preferred" : null
}
},
"id" : "https://ror.org/04fm85d87",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.brevardcounty.us/"
],
"name" : "Brevard County Board of County Commissioners",
"relationships" : [],
"status" : "active",
"types" : [
"Other"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"ROFFS"
],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Florida",
"code" : "US.FL",
"id" : 4155751,
"name" : "Florida"
},
"geonames_admin2" : {
"ascii_name" : "Brevard County",
"code" : "US.FL.009",
"id" : 4148826,
"name" : "Brevard County"
},
"id" : 4163971,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 28.077745,
"line" : null,
"lng" : -80.644023,
"postcode" : null,
"primary" : false,
"state" : "Florida",
"state_code" : "US-FL"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1987,
"external_ids" : {
"GRID" : {
"all" : "grid.427342.4",
"preferred" : "grid.427342.4"
}
},
"id" : "https://ror.org/035wv3h26",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.roffs.com/"
],
"name" : "Rofferâs Ocean Fishing Forecasting Service",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Florida",
"code" : "US.FL",
"id" : 4155751,
"name" : "Florida"
},
"geonames_admin2" : {
"ascii_name" : "Brevard County",
"code" : "US.FL.009",
"id" : 4148826,
"name" : "Brevard County"
},
"id" : 4163971,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 28.275393,
"line" : null,
"lng" : -80.731005,
"postcode" : null,
"primary" : false,
"state" : "Florida",
"state_code" : "US-FL"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 2015,
"external_ids" : {
"GRID" : {
"all" : "grid.427397.c",
"preferred" : "grid.427397.c"
},
"Wikidata" : {
"all" : [
"Q4962528"
],
"preferred" : null
}
},
"id" : "https://ror.org/04qegdw32",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.brevardschools.org"
],
"name" : "Brevard Public Schools",
"relationships" : [],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Brevard_Public_Schools"
},
{
"acronyms" : [
"CCCB"
],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Florida",
"code" : "US.FL",
"id" : 4155751,
"name" : "Florida"
},
"geonames_admin2" : {
"ascii_name" : "Brevard County",
"code" : "US.FL.009",
"id" : 4148826,
"name" : "Brevard County"
},
"id" : 4163971,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 28.128524,
"line" : null,
"lng" : -80.624012,
"postcode" : null,
"primary" : false,
"state" : "Florida",
"state_code" : "US-FL"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1996,
"external_ids" : {
"GRID" : {
"all" : "grid.427655.7",
"preferred" : "grid.427655.7"
},
"Wikidata" : {
"all" : [
"Q30286433"
],
"preferred" : null
}
},
"id" : "https://ror.org/02km7mb89",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://cancercarebrevard.com/"
],
"name" : "Cancer Care Centers of Brevard",
"relationships" : [
{
"id" : "https://ror.org/05xc20j70",
"label" : "US Oncology Network",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"IWDA"
],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 2077456,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Victoria",
"code" : "AU.07",
"id" : 2145234,
"name" : "Victoria"
},
"geonames_admin2" : {
"ascii_name" : "Melbourne",
"code" : "AU.07.24600",
"id" : 7839805,
"name" : "Melbourne"
},
"id" : 2158177,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -37.812694,
"line" : null,
"lng" : 144.959953,
"postcode" : null,
"primary" : false,
"state" : "Victoria",
"state_code" : "AU-VIC"
}
],
"aliases" : [],
"country" : {
"country_code" : "AU",
"country_name" : "Australia"
},
"email_address" : null,
"established" : 1985,
"external_ids" : {
"GRID" : {
"all" : "grid.429178.1",
"preferred" : "grid.429178.1"
},
"ISNI" : {
"all" : [
"0000 0000 9638 9030"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q6054284"
],
"preferred" : null
}
},
"id" : "https://ror.org/02rae2f41",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://iwda.org.au/"
],
"name" : "International Women's Development Agency",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/International_Women%27s_Development_Agency"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 2077456,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Victoria",
"code" : "AU.07",
"id" : 2145234,
"name" : "Victoria"
},
"geonames_admin2" : {
"ascii_name" : "Melbourne",
"code" : "AU.07.24600",
"id" : 7839805,
"name" : "Melbourne"
},
"id" : 2158177,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -37.798939,
"line" : null,
"lng" : 144.955933,
"postcode" : null,
"primary" : false,
"state" : "Victoria",
"state_code" : "AU-VIC"
}
],
"aliases" : [],
"country" : {
"country_code" : "AU",
"country_name" : "Australia"
},
"email_address" : "",
"established" : 1848,
"external_ids" : {
"GRID" : {
"all" : "grid.429299.d",
"preferred" : "grid.429299.d"
},
"ISNI" : {
"all" : [
"0000 0004 0452 651X"
],
"preferred" : null
}
},
"id" : "https://ror.org/04z4kmw33",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.mh.org.au/"
],
"name" : "Melbourne Health",
"relationships" : [
{
"id" : "https://ror.org/01ej9dk98",
"label" : "University of Melbourne",
"type" : "Related"
},
{
"id" : "https://ror.org/005bvs909",
"label" : "Royal Melbourne Hospital",
"type" : "Child"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 2077456,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Victoria",
"code" : "AU.07",
"id" : 2145234,
"name" : "Victoria"
},
"geonames_admin2" : {
"ascii_name" : "Melbourne",
"code" : "AU.07.24600",
"id" : 7839805,
"name" : "Melbourne"
},
"id" : 2158177,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -37.793664,
"line" : null,
"lng" : 144.956853,
"postcode" : null,
"primary" : false,
"state" : "Victoria",
"state_code" : "AU-VIC"
}
],
"aliases" : [
"Howard Florey Institute of Experimental Physiology and Medicine",
"Florey Institute"
],
"country" : {
"country_code" : "AU",
"country_name" : "Australia"
},
"email_address" : "",
"established" : 1971,
"external_ids" : {
"GRID" : {
"all" : "grid.418025.a",
"preferred" : "grid.418025.a"
},
"ISNI" : {
"all" : [
"0000 0004 0606 5526"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q5919633"
],
"preferred" : null
}
},
"id" : "https://ror.org/03a2tac74",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.florey.edu.au/"
],
"name" : "Florey Institute of Neuroscience and Mental Health",
"relationships" : [
{
"id" : "https://ror.org/05dbj6g52",
"label" : "Austin Health",
"type" : "Related"
},
{
"id" : "https://ror.org/005bvs909",
"label" : "Royal Melbourne Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/01ej9dk98",
"label" : "University of Melbourne",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Facility"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Florey_Institute_of_Neuroscience_and_Mental_Health"
},
{
"acronyms" : [
"ANZCA"
],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 2077456,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Victoria",
"code" : "AU.07",
"id" : 2145234,
"name" : "Victoria"
},
"geonames_admin2" : {
"ascii_name" : "Melbourne",
"code" : "AU.07.24600",
"id" : 7839805,
"name" : "Melbourne"
},
"id" : 2158177,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -37.853889,
"line" : null,
"lng" : 144.981143,
"postcode" : null,
"primary" : false,
"state" : "Victoria",
"state_code" : "AU-VIC"
}
],
"aliases" : [],
"country" : {
"country_code" : "AU",
"country_name" : "Australia"
},
"email_address" : null,
"established" : 1992,
"external_ids" : {
"FundRef" : {
"all" : [
"501100001136"
],
"preferred" : null
},
"GRID" : {
"all" : "grid.418175.e",
"preferred" : "grid.418175.e"
},
"ISNI" : {
"all" : [
"0000 0001 2225 7841"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q4824832"
],
"preferred" : null
}
},
"id" : "https://ror.org/0265m3333",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.anzca.edu.au/"
],
"name" : "Australian and New Zealand College of Anaesthetists",
"relationships" : [],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Australian_and_New_Zealand_College_of_Anaesthetists"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 2077456,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Victoria",
"code" : "AU.07",
"id" : 2145234,
"name" : "Victoria"
},
"geonames_admin2" : {
"ascii_name" : "Melbourne",
"code" : "AU.07.24600",
"id" : 7839805,
"name" : "Melbourne"
},
"id" : 2158177,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -37.803557,
"line" : null,
"lng" : 144.967916,
"postcode" : null,
"primary" : false,
"state" : "Victoria",
"state_code" : "AU-VIC"
}
],
"aliases" : [],
"country" : {
"country_code" : "AU",
"country_name" : "Australia"
},
"email_address" : null,
"established" : 1987,
"external_ids" : {
"GRID" : {
"all" : "grid.419289.f",
"preferred" : "grid.419289.f"
},
"ISNI" : {
"all" : [
"0000 0004 0390 4187"
],
"preferred" : null
}
},
"id" : "https://ror.org/04x436h61",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.skincancer.asn.au/"
],
"name" : "Skin and Cancer Foundation",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 2077456,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Victoria",
"code" : "AU.07",
"id" : 2145234,
"name" : "Victoria"
},
"geonames_admin2" : {
"ascii_name" : "Melbourne",
"code" : "AU.07.24600",
"id" : 7839805,
"name" : "Melbourne"
},
"id" : 2158177,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -37.95287,
"line" : null,
"lng" : 145.151193,
"postcode" : null,
"primary" : false,
"state" : "Victoria",
"state_code" : "AU-VIC"
}
],
"aliases" : [],
"country" : {
"country_code" : "AU",
"country_name" : "Australia"
},
"email_address" : null,
"established" : 2014,
"external_ids" : {
"GRID" : {
"all" : "grid.419789.a",
"preferred" : "grid.419789.a"
},
"ISNI" : {
"all" : [
"0000 0000 9295 3933"
],
"preferred" : null
}
},
"id" : "https://ror.org/02t1bej08",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.monashhealth.org/"
],
"name" : "Monash Health",
"relationships" : [
{
"id" : "https://ror.org/046gme853",
"label" : "Dandenong Hospital",
"type" : "Child"
},
{
"id" : "https://ror.org/016mx5748",
"label" : "Monash Childrenâs Hospital",
"type" : "Child"
},
{
"id" : "https://ror.org/036s9kg65",
"label" : "Monash Medical Centre",
"type" : "Child"
},
{
"id" : "https://ror.org/033s1aj42",
"label" : "Moorabbin Hospital",
"type" : "Child"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"OPSMC"
],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 2077456,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Victoria",
"code" : "AU.07",
"id" : 2145234,
"name" : "Victoria"
},
"geonames_admin2" : {
"ascii_name" : "Melbourne",
"code" : "AU.07.24600",
"id" : 7839805,
"name" : "Melbourne"
},
"id" : 2158177,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -37.824276,
"line" : null,
"lng" : 144.984416,
"postcode" : null,
"primary" : false,
"state" : "Victoria",
"state_code" : "AU-VIC"
}
],
"aliases" : [],
"country" : {
"country_code" : "AU",
"country_name" : "Australia"
},
"email_address" : null,
"established" : 1987,
"external_ids" : {
"GRID" : {
"all" : "grid.419872.1",
"preferred" : "grid.419872.1"
},
"Wikidata" : {
"all" : [
"Q30282293"
],
"preferred" : null
}
},
"id" : "https://ror.org/04c39t964",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.opsmc.com.au/"
],
"name" : "Olympic Park Sports Medicine Centre",
"relationships" : [],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"MCMC"
],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 2077456,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Victoria",
"code" : "AU.07",
"id" : 2145234,
"name" : "Victoria"
},
"geonames_admin2" : {
"ascii_name" : "Melbourne",
"code" : "AU.07.24600",
"id" : 7839805,
"name" : "Melbourne"
},
"id" : 2158177,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -37.766306,
"line" : null,
"lng" : 144.984788,
"postcode" : null,
"primary" : false,
"state" : "Victoria",
"state_code" : "AU-VIC"
}
],
"aliases" : [],
"country" : {
"country_code" : "AU",
"country_name" : "Australia"
},
"email_address" : null,
"established" : 1989,
"external_ids" : {
"GRID" : {
"all" : "grid.420016.1",
"preferred" : "grid.420016.1"
}
},
"id" : "https://ror.org/05frf9c55",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.mcmc.org.au/"
],
"name" : "Merri Creek Management Committee",
"relationships" : [],
"status" : "active",
"types" : [
"Archive"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 2077456,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Victoria",
"code" : "AU.07",
"id" : 2145234,
"name" : "Victoria"
},
"geonames_admin2" : {
"ascii_name" : "Melbourne",
"code" : "AU.07.24600",
"id" : 7839805,
"name" : "Melbourne"
},
"id" : 2158177,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -37.807,
"line" : null,
"lng" : 144.975,
"postcode" : null,
"primary" : false,
"state" : "Victoria",
"state_code" : "AU-VIC"
}
],
"aliases" : [],
"country" : {
"country_code" : "AU",
"country_name" : "Australia"
},
"email_address" : "",
"established" : 1893,
"external_ids" : {
"GRID" : {
"all" : "grid.413105.2",
"preferred" : "grid.413105.2"
},
"ISNI" : {
"all" : [
"0000 0000 8606 2560"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"1625158"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q7595606"
],
"preferred" : null
}
},
"id" : "https://ror.org/001kjn539",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.svhm.org.au/Pages/Home.aspx"
],
"name" : "St Vincent's Hospital",
"relationships" : [
{
"id" : "https://ror.org/02k3cxs74",
"label" : "St Vincents Institute of Medical Research",
"type" : "Related"
},
{
"id" : "https://ror.org/01ej9dk98",
"label" : "University of Melbourne",
"type" : "Related"
},
{
"id" : "https://ror.org/012nkbb42",
"label" : "St Vincent's Health",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/St_Vincent%27s_Hospital,_Melbourne"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 2077456,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Victoria",
"code" : "AU.07",
"id" : 2145234,
"name" : "Victoria"
},
"geonames_admin2" : {
"ascii_name" : "Melbourne",
"code" : "AU.07.24600",
"id" : 7839805,
"name" : "Melbourne"
},
"id" : 2158177,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -37.976302,
"line" : null,
"lng" : 145.217828,
"postcode" : null,
"primary" : false,
"state" : "Victoria",
"state_code" : "AU-VIC"
}
],
"aliases" : [],
"country" : {
"country_code" : "AU",
"country_name" : "Australia"
},
"email_address" : null,
"established" : null,
"external_ids" : {
"GRID" : {
"all" : "grid.413901.e",
"preferred" : "grid.413901.e"
},
"ISNI" : {
"all" : [
"0000 0001 0706 710X"
],
"preferred" : null
}
},
"id" : "https://ror.org/046gme853",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.monashhealth.org/page/Dandenong"
],
"name" : "Dandenong Hospital",
"relationships" : [
{
"id" : "https://ror.org/02t1bej08",
"label" : "Monash Health",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 2077456,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Victoria",
"code" : "AU.07",
"id" : 2145234,
"name" : "Victoria"
},
"geonames_admin2" : {
"ascii_name" : "Melbourne",
"code" : "AU.07.24600",
"id" : 7839805,
"name" : "Melbourne"
},
"id" : 2158177,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -37.754771,
"line" : null,
"lng" : 145.047716,
"postcode" : null,
"primary" : false,
"state" : "Victoria",
"state_code" : "AU-VIC"
}
],
"aliases" : [],
"country" : {
"country_code" : "AU",
"country_name" : "Australia"
},
"email_address" : null,
"established" : 1941,
"external_ids" : {
"GRID" : {
"all" : "grid.413976.e",
"preferred" : "grid.413976.e"
},
"ISNI" : {
"all" : [
"0000 0004 0645 3457"
],
"preferred" : null
}
},
"id" : "https://ror.org/04dhg0348",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.austin.org.au/heidelberg-repatriation-hospital"
],
"name" : "Heidelberg Repatriation Hospital",
"relationships" : [
{
"id" : "https://ror.org/05dbj6g52",
"label" : "Austin Health",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 2077456,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Victoria",
"code" : "AU.07",
"id" : 2145234,
"name" : "Victoria"
},
"geonames_admin2" : {
"ascii_name" : "Melbourne",
"code" : "AU.07.24600",
"id" : 7839805,
"name" : "Melbourne"
},
"id" : 2158177,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -37.7564,
"line" : null,
"lng" : 145.0584,
"postcode" : null,
"primary" : false,
"state" : "Victoria",
"state_code" : "AU-VIC"
}
],
"aliases" : [],
"country" : {
"country_code" : "AU",
"country_name" : "Australia"
},
"email_address" : "",
"established" : 1882,
"external_ids" : {
"GRID" : {
"all" : "grid.414094.c",
"preferred" : "grid.414094.c"
},
"ISNI" : {
"all" : [
"0000 0001 0162 7225"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q4823132"
],
"preferred" : null
}
},
"id" : "https://ror.org/010mv7n52",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.austin.org.au/"
],
"name" : "Austin Hospital",
"relationships" : [
{
"id" : "https://ror.org/01rxfrp27",
"label" : "La Trobe University",
"type" : "Related"
},
{
"id" : "https://ror.org/04ttjf776",
"label" : "RMIT University",
"type" : "Related"
},
{
"id" : "https://ror.org/01ej9dk98",
"label" : "University of Melbourne",
"type" : "Related"
},
{
"id" : "https://ror.org/05dbj6g52",
"label" : "Austin Health",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Austin_Hospital,_Melbourne"
},
{
"acronyms" : [
"HRMC"
],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Florida",
"code" : "US.FL",
"id" : 4155751,
"name" : "Florida"
},
"geonames_admin2" : {
"ascii_name" : "Brevard County",
"code" : "US.FL.009",
"id" : 4148826,
"name" : "Brevard County"
},
"id" : 4163971,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 28.08787,
"line" : null,
"lng" : -80.614351,
"postcode" : null,
"primary" : false,
"state" : "Florida",
"state_code" : "US-FL"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1928,
"external_ids" : {
"GRID" : {
"all" : "grid.414298.2",
"preferred" : "grid.414298.2"
},
"ISNI" : {
"all" : [
"0000 0004 0447 1141"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q14685907"
],
"preferred" : null
}
},
"id" : "https://ror.org/03gbbyk68",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.health-first.org/hospitals_services/hrmc/"
],
"name" : "Holmes Regional Medical Center",
"relationships" : [],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Holmes_Regional_Medical_Center"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Melbourne",
"country_geonames_id" : 2077456,
"geonames_city" : {
"city" : "Melbourne",
"geonames_admin1" : {
"ascii_name" : "Victoria",
"code" : "AU.07",
"id" : 2145234,
"name" : "Victoria"
},
"geonames_admin2" : {
"ascii_name" : "Melbourne",
"code" : "AU.07.24600",
"id" : 7839805,
"name" : "Melbourne"
},
"id" : 2158177,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : -37.814592,
"line" : null,
"lng" : 145.11842,
"postcode" : null,
"primary" : false,
"state" : "Victoria",
"state_code" : "AU-VIC"
}
],
"aliases" : [],
"country" : {
"country_code" : "AU",
"country_name" : "Australia"
},
"email_address" : null,
"established" : 1956,
"external_ids" : {
"FundRef" : {
"all" : [
"100009717"
],
"preferred" : null
},
"GRID" : {
"all" : "grid.414366.2",
"preferred" : "grid.414366.2"
},
"ISNI" : {
"all" : [
"0000 0004 0379 3501"
],
"preferred" : null
}
},
"id" : "https://ror.org/00vyyx863",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.easternhealth.org.au/"
],
"name" : "Eastern Health",
"relationships" : [
{
"id" : "https://ror.org/0484pjq71",
"label" : "Box Hill Hospital",
"type" : "Child"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : ""
}
],
"meta" : {
"countries" : [
{
"count" : 238,
"id" : "au",
"title" : "Australia"
},
{
"count" : 26,
"id" : "us",
"title" : "United States"
}
],
"statuses" : [
{
"count" : 264,
"id" : "active",
"title" : "active"
}
],
"types" : [
{
"count" : 57,
"id" : "nonprofit",
"title" : "Nonprofit"
},
{
"count" : 42,
"id" : "company",
"title" : "Company"
},
{
"count" : 36,
"id" : "facility",
"title" : "Facility"
},
{
"count" : 36,
"id" : "healthcare",
"title" : "Healthcare"
},
{
"count" : 35,
"id" : "other",
"title" : "Other"
},
{
"count" : 29,
"id" : "education",
"title" : "Education"
},
{
"count" : 23,
"id" : "government",
"title" : "Government"
},
{
"count" : 6,
"id" : "archive",
"title" : "Archive"
}
]
},
"number_of_results" : 264,
"time_taken" : 5
}
Find records with a non-null value in a field
Elasticsearch field name syntax can be used to return records that have any non-null value in a field.
Advanced query parameter format, non-null values in a field
https://api.ror.org/organizations?query.advanced=_exists_:[fieldname]
Null vs. empty string
Most ROR record fields that have no value are set to null. An exception is
wikipedia_url
. Emptywikipedia_url
values were set to empty strings""
in inherited GRID records.For some other fields, like
addresses.line
, most empty values were set to null, but a small number of records inherited from GRID have empty strings.We plan to change empty strings to null in the future, but currently
_exists_:[fieldname]
may include results with empty strings for some fields.
Example
curl 'https://api.ror.org/organizations?query.advanced=_exists_:external_ids.ISNI.all'
The response is a list of ROR records with ISNI identifiers.
{
"items" : [
{
"acronyms" : [],
"addresses" : [
{
"city" : "Des Plaines",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Des Plaines",
"geonames_admin1" : {
"ascii_name" : "Illinois",
"code" : "US.IL",
"id" : 4896861,
"name" : "Illinois"
},
"geonames_admin2" : {
"ascii_name" : "Cook County",
"code" : "US.IL.031",
"id" : 4888671,
"name" : "Cook County"
},
"id" : 4889772,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.061893,
"line" : null,
"lng" : -87.880644,
"postcode" : null,
"primary" : false,
"state" : "Illinois",
"state_code" : "US-IL"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1969,
"external_ids" : {
"GRID" : {
"all" : "grid.422989.c",
"preferred" : "grid.422989.c"
},
"ISNI" : {
"all" : [
"0000 0000 9424 1825"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"1911696"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q7074230"
],
"preferred" : null
}
},
"id" : "https://ror.org/020bcb226",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.oakton.edu/"
],
"name" : "Oakton Community College",
"relationships" : [],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Oakton_Community_College"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Mountain View",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Mountain View",
"geonames_admin1" : {
"ascii_name" : "California",
"code" : "US.CA",
"id" : 5332921,
"name" : "California"
},
"geonames_admin2" : {
"ascii_name" : "Santa Clara County",
"code" : "US.CA.085",
"id" : 5393021,
"name" : "Santa Clara County"
},
"id" : 5375480,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 37.396531,
"line" : null,
"lng" : -122.051134,
"postcode" : null,
"primary" : false,
"state" : "California",
"state_code" : "US-CA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 2008,
"external_ids" : {
"GRID" : {
"all" : "grid.422994.0",
"preferred" : "grid.422994.0"
},
"ISNI" : {
"all" : [
"0000 0004 5912 4841"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q30284043"
],
"preferred" : null
}
},
"id" : "https://ror.org/05aqjad88",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.astraeatherapeutics.com/"
],
"name" : "Astraea Therapeutics (United States)",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "San Diego",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "San Diego",
"geonames_admin1" : {
"ascii_name" : "California",
"code" : "US.CA",
"id" : 5332921,
"name" : "California"
},
"geonames_admin2" : {
"ascii_name" : "San Diego County",
"code" : "US.CA.073",
"id" : 5391832,
"name" : "San Diego County"
},
"id" : 5391811,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 32.894908,
"line" : null,
"lng" : -117.147525,
"postcode" : null,
"primary" : false,
"state" : "California",
"state_code" : "US-CA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 2004,
"external_ids" : {
"GRID" : {
"all" : "grid.422995.1",
"preferred" : "grid.422995.1"
},
"ISNI" : {
"all" : [
"0000 0004 0586 9549"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q30284044"
],
"preferred" : null
}
},
"id" : "https://ror.org/05mr3er35",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.oceannanotech.com/"
],
"name" : "Ocean NanoTech (United States)",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"ASP"
],
"addresses" : [
{
"city" : "San Francisco",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "San Francisco",
"geonames_admin1" : {
"ascii_name" : "California",
"code" : "US.CA",
"id" : 5332921,
"name" : "California"
},
"geonames_admin2" : {
"ascii_name" : "City and County of San Francisco",
"code" : "US.CA.075",
"id" : 5391997,
"name" : "City and County of San Francisco"
},
"id" : 5391959,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 37.724931,
"line" : null,
"lng" : -122.462119,
"postcode" : null,
"primary" : false,
"state" : "California",
"state_code" : "US-CA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1889,
"external_ids" : {
"GRID" : {
"all" : "grid.422996.2",
"preferred" : "grid.422996.2"
},
"ISNI" : {
"all" : [
"0000 0001 0944 6525"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q751779"
],
"preferred" : null
}
},
"id" : "https://ror.org/019xfaf13",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.astrosociety.org/"
],
"name" : "Astronomical Society of the Pacific",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Astronomical_Society_of_the_Pacific"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Austin",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Austin",
"geonames_admin1" : {
"ascii_name" : "Texas",
"code" : "US.TX",
"id" : 4736286,
"name" : "Texas"
},
"geonames_admin2" : {
"ascii_name" : "Travis County",
"code" : "US.TX.453",
"id" : 4737316,
"name" : "Travis County"
},
"id" : 4671654,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 30.213198,
"line" : null,
"lng" : -97.743622,
"postcode" : null,
"primary" : false,
"state" : "Texas",
"state_code" : "US-TX"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 2006,
"external_ids" : {
"GRID" : {
"all" : "grid.422997.3",
"preferred" : "grid.422997.3"
},
"ISNI" : {
"all" : [
"0000 0004 0450 8303"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q30284045"
],
"preferred" : null
}
},
"id" : "https://ror.org/00g6vqe09",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://asuragen.com/"
],
"name" : "Asuragen (United States)",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Asuragen"
},
{
"acronyms" : [
"NSCA"
],
"addresses" : [
{
"city" : "Washington D.C.",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Washington, D.C.",
"geonames_admin1" : {
"ascii_name" : "Washington, D.C.",
"code" : "US.DC",
"id" : 4138106,
"name" : "Washington, D.C."
},
"geonames_admin2" : {
"ascii_name" : "Washington County",
"code" : "US.DC.001",
"id" : 4140987,
"name" : "Washington County"
},
"id" : 4140963,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 38.897728,
"line" : null,
"lng" : -77.036539,
"postcode" : null,
"primary" : false,
"state" : "District of Columbia",
"state_code" : "US-DC"
}
],
"aliases" : [
"NSC Alliance"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 2013,
"external_ids" : {
"GRID" : {
"all" : "grid.422998.c",
"preferred" : "grid.422998.c"
},
"ISNI" : {
"all" : [
"0000 0001 0343 9578"
],
"preferred" : null
}
},
"id" : "https://ror.org/03jnf0b15",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.nscalliance.org/"
],
"name" : "Natural Science Collections Alliance",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Natural_Science_Collections_Alliance"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Bristol",
"country_geonames_id" : 2635167,
"geonames_city" : {
"city" : "Bristol",
"geonames_admin1" : {
"ascii_name" : "England",
"code" : "GB.ENG",
"id" : 6269131,
"name" : "England"
},
"geonames_admin2" : {
"ascii_name" : "City of Bristol",
"code" : "GB.ENG.B7",
"id" : 3333134,
"name" : "City of Bristol"
},
"id" : 2654675,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : "UKK",
"name" : "SOUTH WEST (ENGLAND)"
},
"nuts_level2" : {
"code" : "UKK1",
"name" : "Gloucestershire, Wiltshire and Bristol/Bath area"
},
"nuts_level3" : {
"code" : "UKK12",
"name" : "Bath and North East Somerset, North Somerset and South Gloucestershire"
}
},
"lat" : 51.451252,
"line" : null,
"lng" : -2.599884,
"postcode" : null,
"primary" : false,
"state" : "England",
"state_code" : "GB-ENG"
}
],
"aliases" : [],
"country" : {
"country_code" : "GB",
"country_name" : "United Kingdom"
},
"email_address" : null,
"established" : 2000,
"external_ids" : {
"GRID" : {
"all" : "grid.423000.5",
"preferred" : "grid.423000.5"
},
"ISNI" : {
"all" : [
"0000 0004 0627 3472"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q4812263"
],
"preferred" : null
}
},
"id" : "https://ror.org/039fp5n52",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.at-bristol.org.uk/"
],
"name" : "At Bristol",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/We_The_Curious"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Cleveland",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Cleveland",
"geonames_admin1" : {
"ascii_name" : "Ohio",
"code" : "US.OH",
"id" : 5165418,
"name" : "Ohio"
},
"geonames_admin2" : {
"ascii_name" : "Cuyahoga County",
"code" : "US.OH.035",
"id" : 5151606,
"name" : "Cuyahoga County"
},
"id" : 5150529,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 41.500264,
"line" : null,
"lng" : -81.665187,
"postcode" : null,
"primary" : false,
"state" : "Ohio",
"state_code" : "US-OH"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1995,
"external_ids" : {
"GRID" : {
"all" : "grid.423008.d",
"preferred" : "grid.423008.d"
},
"ISNI" : {
"all" : [
"0000 0004 0390 7580"
],
"preferred" : null
}
},
"id" : "https://ror.org/03kned690",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.athersys.com/"
],
"name" : "Athersys (United States)",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Petaluma",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Petaluma",
"geonames_admin1" : {
"ascii_name" : "California",
"code" : "US.CA",
"id" : 5332921,
"name" : "California"
},
"geonames_admin2" : {
"ascii_name" : "Sonoma County",
"code" : "US.CA.097",
"id" : 5397100,
"name" : "Sonoma County"
},
"id" : 5382232,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 38.229087,
"line" : null,
"lng" : -122.591975,
"postcode" : null,
"primary" : false,
"state" : "California",
"state_code" : "US-CA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1993,
"external_ids" : {
"GRID" : {
"all" : "grid.423009.c",
"preferred" : "grid.423009.c"
},
"ISNI" : {
"all" : [
"0000 0004 0626 1877"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"15987733"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q4915271"
],
"preferred" : null
}
},
"id" : "https://ror.org/04v357j08",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.biosearchtech.com/"
],
"name" : "Biosearch Technologies (United States)",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Biosearch_Technologies"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "London",
"country_geonames_id" : 2635167,
"geonames_city" : {
"city" : "London",
"geonames_admin1" : {
"ascii_name" : "England",
"code" : "GB.ENG",
"id" : 6269131,
"name" : "England"
},
"geonames_admin2" : {
"ascii_name" : "Greater London",
"code" : "GB.ENG.GLA",
"id" : 2648110,
"name" : "Greater London"
},
"id" : 2643743,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : "UKI",
"name" : "LONDON"
},
"nuts_level2" : {
"code" : "UKI3",
"name" : "Inner London - West"
},
"nuts_level3" : {
"code" : "UKI32",
"name" : "Westminster"
}
},
"lat" : 51.525261,
"line" : null,
"lng" : -0.1393,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [
"WS Atkins"
],
"country" : {
"country_code" : "GB",
"country_name" : "United Kingdom"
},
"email_address" : null,
"established" : 1938,
"external_ids" : {
"GRID" : {
"all" : "grid.423011.5",
"preferred" : "grid.423011.5"
},
"ISNI" : {
"all" : [
"0000 0001 0673 1750"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q1510450"
],
"preferred" : null
}
},
"id" : "https://ror.org/00qcr4910",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.atkinsglobal.com/en-GB"
],
"name" : "Atkins (United Kingdom)",
"relationships" : [
{
"id" : "https://ror.org/036r3bf08",
"label" : "Atkins (Norway)",
"type" : "Child"
},
{
"id" : "https://ror.org/05df6vn84",
"label" : "Atkins (United States)",
"type" : "Child"
}
],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Atkins_(company)"
},
{
"acronyms" : [
"ADRIQ"
],
"addresses" : [
{
"city" : "Montreal",
"country_geonames_id" : 6251999,
"geonames_city" : {
"city" : "Montréal",
"geonames_admin1" : {
"ascii_name" : "Quebec",
"code" : "CA.10",
"id" : 6115047,
"name" : "Quebec"
},
"geonames_admin2" : {
"ascii_name" : "Montreal",
"code" : "CA.10.06",
"id" : 6077246,
"name" : "Montréal"
},
"id" : 6077243,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 45.502291,
"line" : null,
"lng" : -73.567474,
"postcode" : null,
"primary" : false,
"state" : "Quebec",
"state_code" : "CA-QC"
}
],
"aliases" : [],
"country" : {
"country_code" : "CA",
"country_name" : "Canada"
},
"email_address" : null,
"established" : 2009,
"external_ids" : {
"GRID" : {
"all" : "grid.423015.1",
"preferred" : "grid.423015.1"
},
"ISNI" : {
"all" : [
"0000 0004 4682 964X"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q30284057"
],
"preferred" : null
}
},
"id" : "https://ror.org/01gq2tr09",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.adriq.com/"
],
"name" : "Association pour le Développement de la Recherche et de l'Innovation du Québec",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "San Jose",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "San Jose",
"geonames_admin1" : {
"ascii_name" : "California",
"code" : "US.CA",
"id" : 5332921,
"name" : "California"
},
"geonames_admin2" : {
"ascii_name" : "Santa Clara County",
"code" : "US.CA.085",
"id" : 5393021,
"name" : "Santa Clara County"
},
"id" : 5392171,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 37.364426,
"line" : null,
"lng" : -121.91518,
"postcode" : null,
"primary" : false,
"state" : "California",
"state_code" : "US-CA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1984,
"external_ids" : {
"FundRef" : {
"all" : [
"100007729"
],
"preferred" : null
},
"GRID" : {
"all" : "grid.423019.d",
"preferred" : "grid.423019.d"
},
"ISNI" : {
"all" : [
"0000 0004 0483 6446"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q757489"
],
"preferred" : null
}
},
"id" : "https://ror.org/03v861t80",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.atmel.com/"
],
"name" : "Atmel (United States)",
"relationships" : [
{
"id" : "https://ror.org/04q92cj22",
"label" : "Atmel (France)",
"type" : "Child"
},
{
"id" : "https://ror.org/019cs7136",
"label" : "Atmel (Norway)",
"type" : "Child"
}
],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Atmel"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.779572,
"line" : null,
"lng" : -73.980262,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [
"Phoenix House"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1967,
"external_ids" : {
"GRID" : {
"all" : "grid.423029.e",
"preferred" : "grid.423029.e"
},
"ISNI" : {
"all" : [
"0000 0004 0425 514X"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q7186903"
],
"preferred" : null
}
},
"id" : "https://ror.org/04wkjxj31",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.phoenixhouse.org/"
],
"name" : "Phoenix Houses of New England",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Phoenix_House"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Chapel Hill",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Chapel Hill",
"geonames_admin1" : {
"ascii_name" : "North Carolina",
"code" : "US.NC",
"id" : 4482348,
"name" : "North Carolina"
},
"geonames_admin2" : {
"ascii_name" : "Orange County",
"code" : "US.NC.135",
"id" : 4483525,
"name" : "Orange County"
},
"id" : 4460162,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 35.929951,
"line" : null,
"lng" : -79.030764,
"postcode" : null,
"primary" : false,
"state" : "North Carolina",
"state_code" : "US-NC"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1984,
"external_ids" : {
"GRID" : {
"all" : "grid.423030.6",
"preferred" : "grid.423030.6"
},
"ISNI" : {
"all" : [
"0000 0004 0611 0331"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q30284066"
],
"preferred" : null
}
},
"id" : "https://ror.org/03j9gnb02",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://ocutech.com/"
],
"name" : "Ocutech (United States)",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"NCCOS"
],
"addresses" : [
{
"city" : "Silver Spring",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Silver Spring",
"geonames_admin1" : {
"ascii_name" : "Maryland",
"code" : "US.MD",
"id" : 4361885,
"name" : "Maryland"
},
"geonames_admin2" : {
"ascii_name" : "Montgomery County",
"code" : "US.MD.031",
"id" : 4362716,
"name" : "Montgomery County"
},
"id" : 4369596,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 38.991711,
"line" : null,
"lng" : -77.030262,
"postcode" : null,
"primary" : false,
"state" : "Maryland",
"state_code" : "US-MD"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1999,
"external_ids" : {
"FundRef" : {
"all" : [
"100008686"
],
"preferred" : null
},
"GRID" : {
"all" : "grid.423033.5",
"preferred" : "grid.423033.5"
},
"ISNI" : {
"all" : [
"0000 0001 2287 6896"
],
"preferred" : null
}
},
"id" : "https://ror.org/05ba43f71",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://coastalscience.noaa.gov/"
],
"name" : "National Centers for Coastal Ocean Science",
"relationships" : [
{
"id" : "https://ror.org/02z5nhe81",
"label" : "National Oceanic and Atmospheric Administration",
"type" : "Parent"
}
],
"status" : "active",
"types" : [
"Facility"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"BSI"
],
"addresses" : [
{
"city" : "Lewisville",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Lewisville",
"geonames_admin1" : {
"ascii_name" : "Texas",
"code" : "US.TX",
"id" : 4736286,
"name" : "Texas"
},
"geonames_admin2" : {
"ascii_name" : "Denton County",
"code" : "US.TX.121",
"id" : 4685912,
"name" : "Denton County"
},
"id" : 4706057,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 33.045645,
"line" : null,
"lng" : -96.986797,
"postcode" : null,
"primary" : false,
"state" : "Texas",
"state_code" : "US-TX"
}
],
"aliases" : [
"OCS Laboratories"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1984,
"external_ids" : {
"GRID" : {
"all" : "grid.423035.3",
"preferred" : "grid.423035.3"
},
"ISNI" : {
"all" : [
"0000 0004 0410 4456"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"23467149"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q16951849"
],
"preferred" : null
}
},
"id" : "https://ror.org/007m28f12",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.biosyn.com/"
],
"name" : "Bio-Synthesis (United States)",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Bio-Synthesis,_Inc."
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Birmingham",
"country_geonames_id" : 2635167,
"geonames_city" : {
"city" : "Birmingham",
"geonames_admin1" : {
"ascii_name" : "England",
"code" : "GB.ENG",
"id" : 6269131,
"name" : "England"
},
"geonames_admin2" : {
"ascii_name" : "City and Borough of Birmingham",
"code" : "GB.ENG.A7",
"id" : 3333125,
"name" : "City and Borough of Birmingham"
},
"id" : 2655603,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : "UKG",
"name" : "WEST MIDLANDS (ENGLAND)"
},
"nuts_level2" : {
"code" : "UKG3",
"name" : "West Midlands"
},
"nuts_level3" : {
"code" : "UKG31",
"name" : "Birmingham"
}
},
"lat" : 52.4763,
"line" : null,
"lng" : -1.8986,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [
"Water Services Regulation Authority",
"Office of Water Services"
],
"country" : {
"country_code" : "GB",
"country_name" : "United Kingdom"
},
"email_address" : null,
"established" : 2006,
"external_ids" : {
"GRID" : {
"all" : "grid.423036.0",
"preferred" : "grid.423036.0"
},
"ISNI" : {
"all" : [
"0000 0004 0376 4321"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"230073"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q11252134"
],
"preferred" : null
}
},
"id" : "https://ror.org/02gfbpn70",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.ofwat.gov.uk/"
],
"name" : "Ofwat",
"relationships" : [],
"status" : "active",
"types" : [
"Government"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Ofwat"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Belmont",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Belmont",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Middlesex County",
"code" : "US.MA.017",
"id" : 4943909,
"name" : "Middlesex County"
},
"id" : 4930282,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.383891,
"line" : null,
"lng" : -71.166827,
"postcode" : null,
"primary" : false,
"state" : "Massachusetts",
"state_code" : "US-MA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1986,
"external_ids" : {
"GRID" : {
"all" : "grid.423037.1",
"preferred" : "grid.423037.1"
},
"ISNI" : {
"all" : [
"0000 0001 2256 7743"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q30284071"
],
"preferred" : null
}
},
"id" : "https://ror.org/03keahk34",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://auerbach-assc.com/"
],
"name" : "Auerbach Associates (United States)",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Medina",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Medina",
"geonames_admin1" : {
"ascii_name" : "Minnesota",
"code" : "US.MN",
"id" : 5037779,
"name" : "Minnesota"
},
"geonames_admin2" : {
"ascii_name" : "Hennepin County",
"code" : "US.MN.053",
"id" : 5029877,
"name" : "Hennepin County"
},
"id" : 5037186,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 45.057723,
"line" : null,
"lng" : -93.576569,
"postcode" : null,
"primary" : false,
"state" : "Minnesota",
"state_code" : "US-MN"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1954,
"external_ids" : {
"GRID" : {
"all" : "grid.423039.f",
"preferred" : "grid.423039.f"
},
"ISNI" : {
"all" : [
"0000 0000 9559 4702"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q1850587"
],
"preferred" : null
}
},
"id" : "https://ror.org/00tct5242",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://polarispharma.com/"
],
"name" : "Polaris (United States)",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Polaris_Inc."
},
{
"acronyms" : [
"ADMP"
],
"addresses" : [
{
"city" : "San Diego",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "San Diego",
"geonames_admin1" : {
"ascii_name" : "California",
"code" : "US.CA",
"id" : 5332921,
"name" : "California"
},
"geonames_admin2" : {
"ascii_name" : "San Diego County",
"code" : "US.CA.073",
"id" : 5391832,
"name" : "San Diego County"
},
"id" : 5391811,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 32.92958,
"line" : null,
"lng" : -117.23853,
"postcode" : null,
"primary" : false,
"state" : "California",
"state_code" : "US-CA"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 2006,
"external_ids" : {
"GRID" : {
"all" : "grid.423041.0",
"preferred" : "grid.423041.0"
},
"ISNI" : {
"all" : [
"0000 0004 0408 6470"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q30284075"
],
"preferred" : null
}
},
"id" : "https://ror.org/01p7ws813",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.adamispharmaceuticals.com/"
],
"name" : "Adamis Pharmaceuticals (United States)",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : ""
}
],
"meta" : {
"countries" : [
{
"count" : 16003,
"id" : "us",
"title" : "United States"
},
{
"count" : 3780,
"id" : "gb",
"title" : "United Kingdom"
},
{
"count" : 2444,
"id" : "jp",
"title" : "Japan"
},
{
"count" : 2251,
"id" : "de",
"title" : "Germany"
},
{
"count" : 2217,
"id" : "cn",
"title" : "China"
},
{
"count" : 2198,
"id" : "fr",
"title" : "France"
},
{
"count" : 2104,
"id" : "in",
"title" : "India"
},
{
"count" : 1538,
"id" : "ca",
"title" : "Canada"
},
{
"count" : 1038,
"id" : "kr",
"title" : "South Korea"
},
{
"count" : 950,
"id" : "it",
"title" : "Italy"
}
],
"statuses" : [
{
"count" : 52311,
"id" : "active",
"title" : "active"
}
],
"types" : [
{
"count" : 16043,
"id" : "education",
"title" : "Education"
},
{
"count" : 7954,
"id" : "healthcare",
"title" : "Healthcare"
},
{
"count" : 7391,
"id" : "company",
"title" : "Company"
},
{
"count" : 6657,
"id" : "nonprofit",
"title" : "Nonprofit"
},
{
"count" : 5246,
"id" : "facility",
"title" : "Facility"
},
{
"count" : 3582,
"id" : "government",
"title" : "Government"
},
{
"count" : 3537,
"id" : "other",
"title" : "Other"
},
{
"count" : 1901,
"id" : "archive",
"title" : "Archive"
}
]
},
"number_of_results" : 52311,
"time_taken" : 35
}
Paging and filtering
Search results from the advanced query parameter are paginated and can be filtered by status, type, country code, and country name. The all_status parameter can also be appended to advanced query parameter searches in order to retrieve inactive and withdrawn records as well as active records. See Paging and Filtering for more information.
Example
curl 'https://api.ror.org/organizations?query.advanced=labels.iso639:es&filter=country.country_code:US&all_status'
The response is the 23rd page of a list of active, inactive, and withdrawn records for research organizations in the U.S. with Spanish-language variant names.
{
"items" : [
{
"acronyms" : [
"NCAR"
],
"addresses" : [
{
"city" : "Boulder",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Boulder",
"geonames_admin1" : {
"ascii_name" : "Colorado",
"code" : "US.CO",
"id" : 5417618,
"name" : "Colorado"
},
"geonames_admin2" : {
"ascii_name" : "Boulder",
"code" : "US.CO.013",
"id" : 5574999,
"name" : "Boulder"
},
"id" : 5574991,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.01499,
"line" : null,
"lng" : -105.27055,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1930,
"external_ids" : {
"FundRef" : {
"all" : [
"100005323"
],
"preferred" : null
},
"GRID" : {
"all" : "grid.57828.30",
"preferred" : "grid.57828.30"
},
"ISNI" : {
"all" : [
"0000 0004 0637 9680"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"4014614"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q934589"
],
"preferred" : null
}
},
"id" : "https://ror.org/05cvfcr44",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Centro Nacional de Investigación Atmosférica"
}
],
"links" : [
"https://ncar.ucar.edu/"
],
"name" : "National Center for Atmospheric Research",
"relationships" : [
{
"id" : "https://ror.org/04zhhyn23",
"label" : "University Corporation for Atmospheric Research",
"type" : "Parent"
},
{
"id" : "https://ror.org/03qrb1j36",
"label" : "Climate & Global Dynamics",
"type" : "Child"
},
{
"id" : "https://ror.org/00hhjz250",
"label" : "Atmospheric Chemistry Observations & Modeling",
"type" : "Child"
},
{
"id" : "https://ror.org/05xc0qp17",
"label" : "Computational & Information Systems Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/02b5sc606",
"label" : "Earth Observing Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/02exh3e86",
"label" : "Mesoscale & Microscale Meteorology Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/05detrt70",
"label" : "Research Applications Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/03773p874",
"label" : "High Altitude Observatory",
"type" : "Child"
}
],
"status" : "active",
"types" : [
"Facility"
],
"wikipedia_url" : "http://en.wikipedia.org/wiki/National_Center_for_Atmospheric_Research"
},
{
"acronyms" : [
"CU"
],
"addresses" : [
{
"city" : "Ithaca",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Ithaca",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : "Tompkins",
"code" : "US.NY.109",
"id" : 5141153,
"name" : "Tompkins"
},
"id" : 5122432,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.44063,
"line" : null,
"lng" : -76.49661,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1865,
"external_ids" : {
"FundRef" : {
"all" : [
"100007231",
"100007604",
"100006480",
"100006077",
"100006471",
"100006923",
"100007272",
"100007273",
"100008586",
"100007232",
"100009083",
"100008674",
"100008585"
],
"preferred" : "100007231"
},
"GRID" : {
"all" : "grid.5386.8",
"preferred" : "grid.5386.8"
},
"ISNI" : {
"all" : [
"0000 0004 1936 877X"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"7954422",
"329738",
"2551571"
],
"preferred" : "7954422"
},
"Wikidata" : {
"all" : [
"Q49115"
],
"preferred" : null
}
},
"id" : "https://ror.org/05bnh6r87",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Universidad Cornell"
}
],
"links" : [
"http://www.cornell.edu/"
],
"name" : "Cornell University",
"relationships" : [
{
"id" : "https://ror.org/02sp1z620",
"label" : "Burke Medical Research Institute",
"type" : "Related"
},
{
"id" : "https://ror.org/04dnsc767",
"label" : "Burke Rehabilitation Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/027zt9171",
"label" : "Houston Methodist",
"type" : "Related"
},
{
"id" : "https://ror.org/035a72598",
"label" : "Lincoln Medical Center",
"type" : "Related"
},
{
"id" : "https://ror.org/01skxn174",
"label" : "Lower Manhattan Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/02yrq0923",
"label" : "Memorial Sloan Kettering Cancer Center",
"type" : "Related"
},
{
"id" : "https://ror.org/016m8pd54",
"label" : "Morgan Stanley Children's Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/03f91xw18",
"label" : "Museum of the Earth",
"type" : "Related"
},
{
"id" : "https://ror.org/01j17xg39",
"label" : "New York Hospital Queens",
"type" : "Related"
},
{
"id" : "https://ror.org/04929s478",
"label" : "NewYorkâPresbyterian Brooklyn Methodist Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/03gzbrs57",
"label" : "NewYorkâPresbyterian Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/05dvpaj72",
"label" : "The Rogosin Institute",
"type" : "Related"
},
{
"id" : "https://ror.org/05v5hg569",
"label" : "Weill Cornell Medical College in Qatar",
"type" : "Related"
},
{
"id" : "https://ror.org/00yzb1d91",
"label" : "Wyckoff Heights Medical Center",
"type" : "Related"
},
{
"id" : "https://ror.org/031m8s392",
"label" : "New York Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/03ycy6g75",
"label" : "New York Space Grant Consortium",
"type" : "Child"
},
{
"id" : "https://ror.org/00j52pq61",
"label" : "New York State College of Agriculture & Life Sciences",
"type" : "Child"
},
{
"id" : "https://ror.org/04r17kf39",
"label" : "New York State College of Veterinary Medicine",
"type" : "Child"
},
{
"id" : "https://ror.org/00zg6dt46",
"label" : "New York State School of Industrial and Labor Relations",
"type" : "Child"
},
{
"id" : "https://ror.org/047g2xp14",
"label" : "New York State University College of Human Ecology",
"type" : "Child"
},
{
"id" : "https://ror.org/00mkh7345",
"label" : "Hubbard Brook Long Term Ecological Research",
"type" : "Related"
},
{
"id" : "https://ror.org/02r109517",
"label" : "Weill Cornell Medicine",
"type" : "Child"
}
],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "http://en.wikipedia.org/wiki/Cornell_University"
},
{
"acronyms" : [
"UC"
],
"addresses" : [
{
"city" : "Chicago",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Chicago",
"geonames_admin1" : {
"ascii_name" : "Illinois",
"code" : "US.IL",
"id" : 4896861,
"name" : "Illinois"
},
"geonames_admin2" : {
"ascii_name" : "Cook",
"code" : "US.IL.031",
"id" : 4888671,
"name" : "Cook"
},
"id" : 4887398,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 41.85003,
"line" : null,
"lng" : -87.65005,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [
"UChicago"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : "",
"established" : 1890,
"external_ids" : {
"FundRef" : {
"all" : [
"100007234",
"100009416",
"100007800",
"100005586",
"100009966",
"100006049",
"100008140",
"100006931",
"100006930",
"100007618"
],
"preferred" : "100007234"
},
"GRID" : {
"all" : "grid.170205.1",
"preferred" : "grid.170205.1"
},
"ISNI" : {
"all" : [
"0000 0004 1936 7822"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"32127",
"453893",
"584543"
],
"preferred" : "32127"
},
"Wikidata" : {
"all" : [
"Q131252",
"Q1274429",
"Q22097451",
"Q56612591"
],
"preferred" : "Q131252"
}
},
"id" : "https://ror.org/024mw5h28",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Universidad de Chicago"
},
{
"iso639" : "fr",
"label" : "Université de chicago"
}
],
"links" : [
"http://www.uchicago.edu/"
],
"name" : "University of Chicago",
"relationships" : [
{
"id" : "https://ror.org/01qqbs339",
"label" : "Chicago Child Care Society",
"type" : "Related"
},
{
"id" : "https://ror.org/02y96rp12",
"label" : "Comer Children's Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/020hgte69",
"label" : "Fermilab",
"type" : "Related"
},
{
"id" : "https://ror.org/02teamz63",
"label" : "La Rabida Children's Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/046dg4z72",
"label" : "Marine Biological Laboratory",
"type" : "Related"
},
{
"id" : "https://ror.org/02f0bym65",
"label" : "National Opinion Research Center",
"type" : "Related"
},
{
"id" : "https://ror.org/04tpp9d61",
"label" : "NorthShore University HealthSystem",
"type" : "Related"
},
{
"id" : "https://ror.org/0076kfe04",
"label" : "University of Chicago Medical Center",
"type" : "Related"
},
{
"id" : "https://ror.org/05gvnxz63",
"label" : "Argonne National Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/02nh10f55",
"label" : "Evanston Hospital",
"type" : "Child"
},
{
"id" : "https://ror.org/052tfzs89",
"label" : "Plum Island Ecosystems Long Term Ecological Research",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "http://en.wikipedia.org/wiki/University_of_Chicago"
},
{
"acronyms" : [
"UNC"
],
"addresses" : [
{
"city" : "Chapel Hill",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Chapel Hill",
"geonames_admin1" : {
"ascii_name" : "North Carolina",
"code" : "US.NC",
"id" : 4482348,
"name" : "North Carolina"
},
"geonames_admin2" : {
"ascii_name" : "Orange",
"code" : "US.NC.135",
"id" : 4483525,
"name" : "Orange"
},
"id" : 4460162,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 35.9132,
"line" : null,
"lng" : -79.05584,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [
"UNC-Chapel Hill"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1789,
"external_ids" : {
"FundRef" : {
"all" : [
"100007890",
"100006808",
"100005539",
"100005592",
"100007327",
"100008615",
"100005899",
"100009744",
"100011072",
"100011082"
],
"preferred" : "100007890"
},
"GRID" : {
"all" : "grid.10698.36",
"preferred" : "grid.10698.36"
},
"ISNI" : {
"all" : [
"0000 0001 2248 3208"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"89510",
"4326148"
],
"preferred" : "89510"
},
"Wikidata" : {
"all" : [
"Q192334"
],
"preferred" : null
}
},
"id" : "https://ror.org/0130frc33",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Universidad de Carolina del Norte en Chapel Hill"
},
{
"iso639" : "fr",
"label" : "Université de la Caroline du Nord à Chapel Hill"
}
],
"links" : [
"http://www.unc.edu/"
],
"name" : "University of North Carolina at Chapel Hill",
"relationships" : [
{
"id" : "https://ror.org/0483mr804",
"label" : "Carolinas Medical Center",
"type" : "Related"
},
{
"id" : "https://ror.org/034adnw64",
"label" : "Durham VA Medical Center",
"type" : "Related"
},
{
"id" : "https://ror.org/01s91ey96",
"label" : "Renaissance Computing Institute",
"type" : "Related"
},
{
"id" : "https://ror.org/03teaad16",
"label" : "Rex Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/00qz24g20",
"label" : "University of North Carolina Health Care",
"type" : "Related"
},
{
"id" : "https://ror.org/0355zfr67",
"label" : "University of North Carolina Hospitals",
"type" : "Related"
},
{
"id" : "https://ror.org/0566a8c54",
"label" : "University of North Carolina System",
"type" : "Parent"
},
{
"id" : "https://ror.org/04q5n7269",
"label" : "Carolina Institute for NanoMedicine",
"type" : "Child"
},
{
"id" : "https://ror.org/03hakdk41",
"label" : "UNC/NCSU Joint Department of Biomedical Engineering",
"type" : "Child"
},
{
"id" : "https://ror.org/013zder45",
"label" : "Virginia Coast Reserve Long Term Ecological Research",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "http://en.wikipedia.org/wiki/University_of_North_Carolina_at_Chapel_Hill"
},
{
"acronyms" : [
"SU"
],
"addresses" : [
{
"city" : "Stanford",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Stanford",
"geonames_admin1" : {
"ascii_name" : "California",
"code" : "US.CA",
"id" : 5332921,
"name" : "California"
},
"geonames_admin2" : {
"ascii_name" : "Santa Clara",
"code" : "US.CA.085",
"id" : 5393021,
"name" : "Santa Clara"
},
"id" : 5398563,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 37.42411,
"line" : null,
"lng" : -122.16608,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [
"Leland Stanford Junior University"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1891,
"external_ids" : {
"FundRef" : {
"all" : [
"100005492",
"100006521",
"100008643",
"100006100",
"100010866",
"100011098",
"100006598",
"100006057",
"100005575",
"100005541",
"100006382"
],
"preferred" : "100005492"
},
"GRID" : {
"all" : "grid.168010.e",
"preferred" : "grid.168010.e"
},
"ISNI" : {
"all" : [
"0000 0004 1936 8956"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"26977",
"452927",
"435330",
"382431"
],
"preferred" : "26977"
},
"Wikidata" : {
"all" : [
"Q41506",
"Q1754977"
],
"preferred" : "Q41506"
}
},
"id" : "https://ror.org/00f54p054",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Universidad Stanford"
}
],
"links" : [
"http://www.stanford.edu/"
],
"name" : "Stanford University",
"relationships" : [
{
"id" : "https://ror.org/03zms7281",
"label" : "Good Samaritan Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/05a25vm86",
"label" : "Lucile Packard Children's Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/05gzmn429",
"label" : "SLAC National Accelerator Laboratory",
"type" : "Related"
},
{
"id" : "https://ror.org/02v7qv571",
"label" : "Santa Clara Valley Medical Center",
"type" : "Related"
},
{
"id" : "https://ror.org/03mtd9a03",
"label" : "Stanford Medicine",
"type" : "Related"
},
{
"id" : "https://ror.org/00nr17z89",
"label" : "VA Palo Alto Health Care System",
"type" : "Related"
},
{
"id" : "https://ror.org/02awzbn54",
"label" : "Brown Institute for Media Innovation",
"type" : "Child"
},
{
"id" : "https://ror.org/03djjyk45",
"label" : "Center for Effective Global Action",
"type" : "Child"
},
{
"id" : "https://ror.org/05j5wde68",
"label" : "Eterna Massive Open Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/00pwqz914",
"label" : "Kavli Institute for Particle Astrophysics and Cosmology",
"type" : "Child"
},
{
"id" : "https://ror.org/03hj69t32",
"label" : "Max Planck Center for Visual Computing and Communication",
"type" : "Child"
},
{
"id" : "https://ror.org/00knt4f32",
"label" : "CZ Biohub",
"type" : "Child"
}
],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "http://en.wikipedia.org/wiki/Stanford_University"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "Fairbanks",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Fairbanks",
"geonames_admin1" : {
"ascii_name" : "Alaska",
"code" : "US.AK",
"id" : 5879092,
"name" : "Alaska"
},
"geonames_admin2" : {
"ascii_name" : "Fairbanks North Star",
"code" : "US.AK.090",
"id" : 5861900,
"name" : "Fairbanks North Star"
},
"id" : 5861897,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 64.83778,
"line" : null,
"lng" : -147.71639,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : "",
"established" : 1975,
"external_ids" : {
"GRID" : {
"all" : "grid.175455.7",
"preferred" : "grid.175455.7"
},
"ISNI" : {
"all" : [
"0000 0001 2206 1080"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"521074"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q2002043"
],
"preferred" : null
}
},
"id" : "https://ror.org/01mtkd993",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Sistema de la Universidad de Alaska"
}
],
"links" : [
"http://www.alaska.edu/alaska/"
],
"name" : "University of Alaska System",
"relationships" : [
{
"id" : "https://ror.org/03k3c2t50",
"label" : "University of Alaska Anchorage",
"type" : "Child"
},
{
"id" : "https://ror.org/01j7nq853",
"label" : "University of Alaska Fairbanks",
"type" : "Child"
},
{
"id" : "https://ror.org/02y8nb297",
"label" : "University of Alaska Southeast",
"type" : "Child"
}
],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "http://en.wikipedia.org/wiki/University_of_Alaska_system"
},
{
"acronyms" : [
"NOAA"
],
"addresses" : [
{
"city" : "Washington",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Washington",
"geonames_admin1" : {
"ascii_name" : "Washington, D.C.",
"code" : "US.DC",
"id" : 4138106,
"name" : "Washington, D.C."
},
"geonames_admin2" : {
"ascii_name" : "Washington",
"code" : "US.DC.001",
"id" : 4140987,
"name" : "Washington"
},
"id" : 4140963,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 38.89511,
"line" : null,
"lng" : -77.03637,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1807,
"external_ids" : {
"FundRef" : {
"all" : [
"100000192"
],
"preferred" : null
},
"GRID" : {
"all" : "grid.3532.7",
"preferred" : "grid.3532.7"
},
"ISNI" : {
"all" : [
"0000 0001 1266 2261"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"37876"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q214700"
],
"preferred" : null
}
},
"id" : "https://ror.org/02z5nhe81",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Administración Nacional Oceánica y Atmosférica"
}
],
"links" : [
"http://www.noaa.gov/"
],
"name" : "National Oceanic and Atmospheric Administration",
"relationships" : [
{
"id" : "https://ror.org/04chq2495",
"label" : "United States Department of Commerce",
"type" : "Parent"
},
{
"id" : "https://ror.org/01h7fye62",
"label" : "Alaska Fisheries Science Center",
"type" : "Child"
},
{
"id" : "https://ror.org/04j23ff69",
"label" : "Alaska Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/042r9xb17",
"label" : "Atlantic Oceanographic and Meteorological Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/02yn1nr06",
"label" : "California Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/01ksx6c70",
"label" : "Connecticut Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/038rzmb16",
"label" : "Delaware Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/033tt8e33",
"label" : "Earth System Research Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/01j5kpq29",
"label" : "Florida Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/03vmn1898",
"label" : "Geophysical Fluid Dynamics Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/0014w1417",
"label" : "Georgia Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/01jeee804",
"label" : "Great Lakes Environmental Research Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/01rrxb840",
"label" : "Guam Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/01hp6xm80",
"label" : "Hollings Marine Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/00vg14f79",
"label" : "Illinois Indiana Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/05k70qf45",
"label" : "Lake Champlain Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/045by4v54",
"label" : "Louisiana Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/03fg5ns40",
"label" : "MIT Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/04g3ykc66",
"label" : "Maine Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/03db51w68",
"label" : "Maryland Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/05ych8012",
"label" : "Massachusetts Office of Coastal Zone Management",
"type" : "Child"
},
{
"id" : "https://ror.org/015tnsz82",
"label" : "Michigan Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/01n6agm35",
"label" : "Minnesota Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/04vzsq290",
"label" : "Mississippi Alabama Sea Grant Consortium",
"type" : "Child"
},
{
"id" : "https://ror.org/03f4jbs89",
"label" : "NOAA Chemical Sciences Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/05ba43f71",
"label" : "National Centers for Coastal Ocean Science",
"type" : "Child"
},
{
"id" : "https://ror.org/04r0wrp59",
"label" : "National Centers for Environmental Information",
"type" : "Child"
},
{
"id" : "https://ror.org/02qy3wv98",
"label" : "National Data Buoy Center",
"type" : "Child"
},
{
"id" : "https://ror.org/007qwym43",
"label" : "National Environmental Satellite Data and Information Service",
"type" : "Child"
},
{
"id" : "https://ror.org/02f762h70",
"label" : "National Geodetic Survey",
"type" : "Child"
},
{
"id" : "https://ror.org/0235zh559",
"label" : "National Ice Center",
"type" : "Child"
},
{
"id" : "https://ror.org/033mqx355",
"label" : "National Marine Fisheries Service",
"type" : "Child"
},
{
"id" : "https://ror.org/04bgwn153",
"label" : "National Marine Sanctuaries",
"type" : "Child"
},
{
"id" : "https://ror.org/02k4h0334",
"label" : "National Ocean Service",
"type" : "Child"
},
{
"id" : "https://ror.org/00gd1f947",
"label" : "National Severe Storms Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/00h8b7583",
"label" : "National Tsunami Warning Center",
"type" : "Child"
},
{
"id" : "https://ror.org/00tgqzw13",
"label" : "National Weather Service",
"type" : "Child"
},
{
"id" : "https://ror.org/037f7zx95",
"label" : "New Hampshire Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/04haaft31",
"label" : "New Jersey Sea Grant Consortium",
"type" : "Child"
},
{
"id" : "https://ror.org/031m8s392",
"label" : "New York Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/01kgxxx41",
"label" : "North Carolina Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/018qsef31",
"label" : "Northern Gulf Institute",
"type" : "Child"
},
{
"id" : "https://ror.org/05v14bq57",
"label" : "Office for Coastal Management",
"type" : "Child"
},
{
"id" : "https://ror.org/032h87485",
"label" : "Office of Education",
"type" : "Child"
},
{
"id" : "https://ror.org/04ggd2r74",
"label" : "Office of Marine and Aviation Operations",
"type" : "Child"
},
{
"id" : "https://ror.org/05xqpda80",
"label" : "Office of Ocean Exploration and Research",
"type" : "Child"
},
{
"id" : "https://ror.org/02kgve346",
"label" : "Office of Oceanic and Atmospheric Research",
"type" : "Child"
},
{
"id" : "https://ror.org/00xfvky15",
"label" : "Ohio Sea Grant College Program",
"type" : "Child"
},
{
"id" : "https://ror.org/01srarb97",
"label" : "Olympic Coast Discovery Center",
"type" : "Child"
},
{
"id" : "https://ror.org/046107075",
"label" : "Oregon Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/02apffz65",
"label" : "Pacific Islands Fisheries Science Center",
"type" : "Child"
},
{
"id" : "https://ror.org/03crn0n59",
"label" : "Pacific Marine Environmental Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/033r52n02",
"label" : "Pennsylvania Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/030ea6w47",
"label" : "Physical Sciences Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/05t7fg049",
"label" : "Puerto Rico Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/018nbcn37",
"label" : "Rhode Island Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/03zzjgp12",
"label" : "South Carolina Sea Grant Consortium",
"type" : "Child"
},
{
"id" : "https://ror.org/0396y0w87",
"label" : "Southeast Fisheries Science Center",
"type" : "Child"
},
{
"id" : "https://ror.org/022d75229",
"label" : "Southwest Fisheries Science Center",
"type" : "Child"
},
{
"id" : "https://ror.org/01ds51411",
"label" : "Texas Sea Grant College Program",
"type" : "Child"
},
{
"id" : "https://ror.org/053598c22",
"label" : "University of Hawaiʻi Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/0444fnd49",
"label" : "University of Southern California Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/05c6y9623",
"label" : "Virginia Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/047fr0y29",
"label" : "Washington Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/035hx7715",
"label" : "Wisconsin Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/05370mv03",
"label" : "Woods Hole Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/00ndyev54",
"label" : "National Centers for Environmental Prediction",
"type" : "Child"
},
{
"id" : "https://ror.org/03yn06t56",
"label" : "Center for Satellite Applications and Research",
"type" : "Child"
},
{
"id" : "https://ror.org/052pywd95",
"label" : "Office of Science Support",
"type" : "Child"
},
{
"id" : "https://ror.org/01dy3j343",
"label" : "Community Coordinated Modeling Center",
"type" : "Child"
}
],
"status" : "active",
"types" : [
"Government"
],
"wikipedia_url" : "http://en.wikipedia.org/wiki/National_Oceanic_and_Atmospheric_Administration"
},
{
"acronyms" : [
"BUMC"
],
"addresses" : [
{
"city" : "Tucson",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Tucson",
"geonames_admin1" : {
"ascii_name" : "Arizona",
"code" : "US.AZ",
"id" : 5551752,
"name" : "Arizona"
},
"geonames_admin2" : {
"ascii_name" : "Pima",
"code" : "US.AZ.019",
"id" : 5308878,
"name" : "Pima"
},
"id" : 5318313,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 32.22174,
"line" : null,
"lng" : -110.92648,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [
"University Medical Center â Tucson",
"University of Arizona Medical Center",
"Banner - University Medicine"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1971,
"external_ids" : {
"GRID" : {
"all" : "grid.413048.a",
"preferred" : "grid.413048.a"
},
"ISNI" : {
"all" : [
"0000 0004 0437 6232"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"4144917"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q7894824"
],
"preferred" : null
}
},
"id" : "https://ror.org/02xbk5j62",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Centro médico de la Universidad de Arizona"
}
],
"links" : [
"https://www.bannerhealth.com/locations/tucson/banner-university-medical-center-tucson"
],
"name" : "Banner - University Medical Center Tucson",
"relationships" : [
{
"id" : "https://ror.org/03m2x1q45",
"label" : "University of Arizona",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/University_of_Arizona_Medical_Center"
},
{
"acronyms" : [
"USGS"
],
"addresses" : [
{
"city" : "Reston",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Reston",
"geonames_admin1" : {
"ascii_name" : "Virginia",
"code" : "US.VA",
"id" : 6254928,
"name" : "Virginia"
},
"geonames_admin2" : {
"ascii_name" : "Fairfax",
"code" : "US.VA.059",
"id" : 4758041,
"name" : "Fairfax"
},
"id" : 4781530,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 38.96872,
"line" : null,
"lng" : -77.3411,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [
"Geological Survey"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1879,
"external_ids" : {
"FundRef" : {
"all" : [
"100000203"
],
"preferred" : null
},
"GRID" : {
"all" : "grid.2865.9",
"preferred" : "grid.2865.9"
},
"ISNI" : {
"all" : [
"0000 0001 2154 6924"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"23814944"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q193755"
],
"preferred" : null
}
},
"id" : "https://ror.org/035a68863",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Servicio Geológico de los Estados Unidos"
}
],
"links" : [
"http://www.usgs.gov/"
],
"name" : "United States Geological Survey",
"relationships" : [
{
"id" : "https://ror.org/03v0pmy70",
"label" : "United States Department of the Interior",
"type" : "Parent"
},
{
"id" : "https://ror.org/02623eb90",
"label" : "Astrogeology Science Center",
"type" : "Child"
},
{
"id" : "https://ror.org/04qcn4c26",
"label" : "Hawaiian Volcano Observatory",
"type" : "Child"
},
{
"id" : "https://ror.org/038d10y34",
"label" : "National Wildlife Health Center",
"type" : "Child"
},
{
"id" : "https://ror.org/05sk14837",
"label" : "National Science Foundation Ice Core Facility",
"type" : "Child"
},
{
"id" : "https://ror.org/02pv64t29",
"label" : "Woods Hole Coastal and Marine Science Center",
"type" : "Child"
},
{
"id" : "https://ror.org/055a54548",
"label" : "Beaufort Lagoon Ecosystems Long Term Ecological Research Network",
"type" : "Related"
},
{
"id" : "https://ror.org/01nysf027",
"label" : "Bonanza Creek Long Term Ecological Research",
"type" : "Related"
},
{
"id" : "https://ror.org/04gq8q482",
"label" : "North Temperate Lakes Long Term Ecological Research",
"type" : "Related"
},
{
"id" : "https://ror.org/01qrbys32",
"label" : "California Water Science Center",
"type" : "Child"
}
],
"status" : "active",
"types" : [
"Government"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/United_States_Geological_Survey"
},
{
"acronyms" : [
"LANL"
],
"addresses" : [
{
"city" : "Los Alamos",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Los Alamos",
"geonames_admin1" : {
"ascii_name" : "New Mexico",
"code" : "US.NM",
"id" : 5481136,
"name" : "New Mexico"
},
"geonames_admin2" : {
"ascii_name" : "Los Alamos",
"code" : "US.NM.028",
"id" : 5476834,
"name" : "Los Alamos"
},
"id" : 5476825,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 35.88808,
"line" : null,
"lng" : -106.30697,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : "",
"established" : 1943,
"external_ids" : {
"FundRef" : {
"all" : [
"100008902",
"100007000"
],
"preferred" : "100008902"
},
"GRID" : {
"all" : "grid.148313.c",
"preferred" : "grid.148313.c"
},
"ISNI" : {
"all" : [
"0000 0004 0428 3079"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"38145"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q379848"
],
"preferred" : null
}
},
"id" : "https://ror.org/01e41cf67",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Laboratorio Nacional de Los Ãlamos"
},
{
"iso639" : "fr",
"label" : "Laboratoire national de los alamos"
}
],
"links" : [
"http://lanl.gov/"
],
"name" : "Los Alamos National Laboratory",
"relationships" : [
{
"id" : "https://ror.org/01bj3aw27",
"label" : "United States Department of Energy",
"type" : "Parent"
},
{
"id" : "https://ror.org/031yh0y38",
"label" : "Center for Integrated Nanotechnologies",
"type" : "Child"
},
{
"id" : "https://ror.org/03s53g630",
"label" : "National High Magnetic Field Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/05cwx3318",
"label" : "National Microbiome Data Collaborative",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Facility"
],
"wikipedia_url" : "http://en.wikipedia.org/wiki/Los_Alamos_National_Laboratory"
},
{
"acronyms" : [
"UA"
],
"addresses" : [
{
"city" : "Tucson",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Tucson",
"geonames_admin1" : {
"ascii_name" : "Arizona",
"code" : "US.AZ",
"id" : 5551752,
"name" : "Arizona"
},
"geonames_admin2" : {
"ascii_name" : "Pima",
"code" : "US.AZ.019",
"id" : 5308878,
"name" : "Pima"
},
"id" : 5318313,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 32.22174,
"line" : null,
"lng" : -110.92648,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : "",
"established" : 1885,
"external_ids" : {
"FundRef" : {
"all" : [
"100007899",
"100005421",
"100007345",
"100007758",
"100007757",
"100008336",
"100005550"
],
"preferred" : "100007899"
},
"GRID" : {
"all" : "grid.134563.6",
"preferred" : "grid.134563.6"
},
"ISNI" : {
"all" : [
"0000 0001 2168 186X"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"32015",
"13209660",
"3289452"
],
"preferred" : "32015"
},
"Wikidata" : {
"all" : [
"Q503419"
],
"preferred" : null
}
},
"id" : "https://ror.org/03m2x1q45",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Universidad de Arizona"
}
],
"links" : [
"http://www.arizona.edu/"
],
"name" : "University of Arizona",
"relationships" : [
{
"id" : "https://ror.org/05tbp9v13",
"label" : "Maricopa Integrated Health System",
"type" : "Related"
},
{
"id" : "https://ror.org/03ae6qy41",
"label" : "Phoenix Children's Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/02xbk5j62",
"label" : "Banner - University Medical Center Tucson",
"type" : "Related"
},
{
"id" : "https://ror.org/0054f1w39",
"label" : "Arizona's Public Universities",
"type" : "Parent"
},
{
"id" : "https://ror.org/054zw2979",
"label" : "Arizona Space Grant Consortium",
"type" : "Child"
},
{
"id" : "https://ror.org/05976ta47",
"label" : "Jornada Basin Long Term Ecological Research",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "http://en.wikipedia.org/wiki/University_of_Arizona"
},
{
"acronyms" : [
"IIT"
],
"addresses" : [
{
"city" : "Chicago",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Chicago",
"geonames_admin1" : {
"ascii_name" : "Illinois",
"code" : "US.IL",
"id" : 4896861,
"name" : "Illinois"
},
"geonames_admin2" : {
"ascii_name" : "Cook",
"code" : "US.IL.031",
"id" : 4888671,
"name" : "Cook"
},
"id" : 4887398,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 41.85003,
"line" : null,
"lng" : -87.65005,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [
"Illinois Tech"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1890,
"external_ids" : {
"FundRef" : {
"all" : [
"100009852",
"100012792"
],
"preferred" : null
},
"GRID" : {
"all" : "grid.62813.3e",
"preferred" : "grid.62813.3e"
},
"ISNI" : {
"all" : [
"0000 0004 1936 7806"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"73299"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q659706"
],
"preferred" : null
}
},
"id" : "https://ror.org/037t3ry66",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Instituto de TecnologÃa de Illinois"
},
{
"iso639" : "fr",
"label" : "Institut de technologie de l'illinois"
}
],
"links" : [
"http://web.iit.edu/"
],
"name" : "Illinois Institute of Technology",
"relationships" : [
{
"id" : "https://ror.org/0062tv278",
"label" : "Chicago Kent College of Law",
"type" : "Related"
},
{
"id" : "https://ror.org/057jp7h82",
"label" : "IIT Research Institute",
"type" : "Related"
},
{
"id" : "https://ror.org/00wjdp131",
"label" : "Institute for Food Safety and Health",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "http://en.wikipedia.org/wiki/Illinois_Institute_of_Technology"
},
{
"acronyms" : [
"MIT"
],
"addresses" : [
{
"city" : "Cambridge",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "Cambridge",
"geonames_admin1" : {
"ascii_name" : "Massachusetts",
"code" : "US.MA",
"id" : 6254926,
"name" : "Massachusetts"
},
"geonames_admin2" : {
"ascii_name" : "Middlesex",
"code" : "US.MA.017",
"id" : 4943909,
"name" : "Middlesex"
},
"id" : 4931972,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 42.3751,
"line" : null,
"lng" : -71.10561,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1861,
"external_ids" : {
"FundRef" : {
"all" : [
"100006919",
"100007187",
"100005781",
"100006507"
],
"preferred" : "100006919"
},
"GRID" : {
"all" : "grid.116068.8",
"preferred" : "grid.116068.8"
},
"ISNI" : {
"all" : [
"0000 0001 2341 2786"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"18879"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q49108"
],
"preferred" : "Q49108"
}
},
"id" : "https://ror.org/042nb2s44",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Instituto Tecnológico de Massachusetts"
}
],
"links" : [
"http://web.mit.edu/"
],
"name" : "Massachusetts Institute of Technology",
"relationships" : [
{
"id" : "https://ror.org/05a0ya142",
"label" : "Broad Institute",
"type" : "Related"
},
{
"id" : "https://ror.org/00jjeh629",
"label" : "HarvardâMIT Division of Health Sciences and Technology",
"type" : "Related"
},
{
"id" : "https://ror.org/01wp8zh54",
"label" : "IIT@MIT",
"type" : "Related"
},
{
"id" : "https://ror.org/05par7p11",
"label" : "Massachusetts Green High Performance Computing Center",
"type" : "Related"
},
{
"id" : "https://ror.org/03db3by08",
"label" : "Northeast Radio Observatory Corporation",
"type" : "Related"
},
{
"id" : "https://ror.org/05yb3w112",
"label" : "Singapore-MIT Alliance for Research and Technology",
"type" : "Related"
},
{
"id" : "https://ror.org/032q5ym94",
"label" : "Athinoula A. Martinos Center for Biomedical Imaging",
"type" : "Child"
},
{
"id" : "https://ror.org/00rj4dg52",
"label" : "CambridgeâMIT Institute",
"type" : "Child"
},
{
"id" : "https://ror.org/01t9bgr30",
"label" : "Institute for Soldier Nanotechnologies",
"type" : "Child"
},
{
"id" : "https://ror.org/022z6jk58",
"label" : "MIT Lincoln Laboratory",
"type" : "Child"
},
{
"id" : "https://ror.org/03fg5ns40",
"label" : "MIT Sea Grant",
"type" : "Child"
},
{
"id" : "https://ror.org/053tmcn30",
"label" : "MIT-Harvard Center for Ultracold Atoms",
"type" : "Child"
},
{
"id" : "https://ror.org/0071sjj14",
"label" : "Massachusetts Space Grant Consortium",
"type" : "Child"
},
{
"id" : "https://ror.org/05ymca674",
"label" : "McGovern Institute for Brain Research",
"type" : "Child"
},
{
"id" : "https://ror.org/02dgwnb72",
"label" : "Novartis-MIT Center for Continuous Manufacturing",
"type" : "Child"
},
{
"id" : "https://ror.org/053r20n13",
"label" : "Ragon Institute of MGH, MIT and Harvard",
"type" : "Child"
},
{
"id" : "https://ror.org/04pvzz946",
"label" : "The NSF AI Institute for Artificial Intelligence and Fundamental Interactions",
"type" : "Child"
},
{
"id" : "https://ror.org/04vqm6w82",
"label" : "Whitehead Institute for Biomedical Research",
"type" : "Child"
},
{
"id" : "https://ror.org/008cfmj78",
"label" : "Wyss Institute for Biologically Inspired Engineering",
"type" : "Related"
},
{
"id" : "https://ror.org/02tpwnr26",
"label" : "Zaragoza Logistics Center",
"type" : "Related"
}
],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "http://en.wikipedia.org/wiki/Massachusetts_Institute_of_Technology"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.71427,
"line" : null,
"lng" : -74.00597,
"postcode" : null,
"primary" : false,
"state" : null,
"state_code" : null
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : "",
"established" : 1901,
"external_ids" : {
"FundRef" : {
"all" : [
"100012007"
],
"preferred" : "100012007"
},
"GRID" : {
"all" : "grid.134907.8",
"preferred" : "grid.134907.8"
},
"ISNI" : {
"all" : [
"0000 0001 2166 1519"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"605466"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q270272"
],
"preferred" : null
}
},
"id" : "https://ror.org/0420db125",
"ip_addresses" : [],
"labels" : [
{
"iso639" : "es",
"label" : "Universidad Rockefeller"
}
],
"links" : [
"http://www.rockefeller.edu/"
],
"name" : "Rockefeller University",
"relationships" : [
{
"id" : "https://ror.org/00jjq6q61",
"label" : "Rockefeller University Hospital",
"type" : "Related"
},
{
"id" : "https://ror.org/03zjqec80",
"label" : "Hospital for Special Surgery",
"type" : "Related"
},
{
"id" : "https://ror.org/04er32z07",
"label" : "Rockefeller University Press",
"type" : "Child"
}
],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "http://en.wikipedia.org/wiki/Rockefeller_University"
}
],
"meta" : {
"countries" : [
{
"count" : 454,
"id" : "us",
"title" : "United States"
}
],
"statuses" : [
{
"count" : 452,
"id" : "active",
"title" : "active"
},
{
"count" : 2,
"id" : "withdrawn",
"title" : "withdrawn"
}
],
"types" : [
{
"count" : 301,
"id" : "education",
"title" : "Education"
},
{
"count" : 68,
"id" : "government",
"title" : "Government"
},
{
"count" : 23,
"id" : "archive",
"title" : "Archive"
},
{
"count" : 17,
"id" : "facility",
"title" : "Facility"
},
{
"count" : 16,
"id" : "nonprofit",
"title" : "Nonprofit"
},
{
"count" : 14,
"id" : "healthcare",
"title" : "Healthcare"
},
{
"count" : 14,
"id" : "other",
"title" : "Other"
},
{
"count" : 1,
"id" : "company",
"title" : "Company"
}
]
},
"number_of_results" : 454,
"time_taken" : 3
}
Errors and troubleshooting
Incorrect field names
The following cases will cause a field name validation error:
- Performing fielded searches that contain field names not listed in the table of All ROR fields and sub-fields
- Searching a parent field name without using a wildcard operator, e.g.,
addresses:Melbourne
rather thanaddresses.%5c*:Melbourne
For example, a query with an incorrect field name will return the following error:
curl 'https://api.ror.org/organizations?query.advanced=address.city:Melbourne'
{"errors":["string 'address.city' contains an illegal field name"]}
Multiple query parameters
Use either the query
or the query.advanced
parameter, not both. If both are used, the following error will be returned:
curl 'https://api.ror.org/organizations?query.advanced=name:Cornell&query=Ithaca'
{"errors":["query and query.advanced parameters cannot be combined. please use either query OR query.advanced"]}
Non-escaped reserved characters
Elasticsearch reserved characters + - = && || > < ! ( ) { } [ ] ^ " ~ * ? : \ /
used within your search terms must be escaped with a URL-encoded \
character, %5c
. If these characters are not escaped, the following issues may occur:
- Illegal field name error due to non-escaped
:
character, which is interpreted as a field name - 500 error due to non-terminated or non-escaped special characters
- Unexpected or non-relevant results due to special characters being interpreted as query operators rather than as part of your search terms
Search strings with spaces
Elasticsearch query string syntax will treat words separated by a space as separate parts of a query. It is therefore advisable to surround multi-word search terms of the ROR API with URL-encoded quotation marks.
Example
curl 'https://api.ror.org/organizations?query.advanced=addresses.city:New%20York'
The ROR API returns no results because the sample advanced query is looking for records whose city is "New", not "New York". The request terminates at the space between "New" and "York".
{
"items" : [],
"meta" : {
"countries" : [],
"statuses" : [],
"types" : []
},
"number_of_results" : 0,
"time_taken" : 2
}
curl 'https://api.ror.org/organizations?query.advanced=addresses.city:%22New%20York%22'
When the term "New York" is enclosed in URL-encoded quotation marks, the response is a list of research organizations whose city is "New York".
{
"items" : [
{
"acronyms" : [
"NYA"
],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.755632,
"line" : null,
"lng" : -73.993785,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : null,
"external_ids" : {
"GRID" : {
"all" : "grid.423026.1",
"preferred" : "grid.423026.1"
}
},
"id" : "https://ror.org/019m6fr90",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.nyaudio.com/"
],
"name" : "New York Audio Productions (United States)",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.779572,
"line" : null,
"lng" : -73.980262,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [
"Phoenix House"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1967,
"external_ids" : {
"GRID" : {
"all" : "grid.423029.e",
"preferred" : "grid.423029.e"
},
"ISNI" : {
"all" : [
"0000 0004 0425 514X"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q7186903"
],
"preferred" : null
}
},
"id" : "https://ror.org/04wkjxj31",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.phoenixhouse.org/"
],
"name" : "Phoenix Houses of New England",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Phoenix_House"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.763456,
"line" : null,
"lng" : -73.995623,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1980,
"external_ids" : {
"GRID" : {
"all" : "grid.423043.2",
"preferred" : "grid.423043.2"
},
"ISNI" : {
"all" : [
"0000 0004 0426 3457"
],
"preferred" : null
}
},
"id" : "https://ror.org/04sp9ac55",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.ogilvypr.com/"
],
"name" : "Ogilvy Public Relations (United States)",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.805564,
"line" : null,
"lng" : -73.966658,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1916,
"external_ids" : {
"GRID" : {
"all" : "grid.423171.2",
"preferred" : "grid.423171.2"
},
"ISNI" : {
"all" : [
"0000 0001 2109 8500"
],
"preferred" : null
},
"OrgRef" : {
"all" : [
"887111"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q2882628"
],
"preferred" : null
}
},
"id" : "https://ror.org/04v44vh53",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.bankstreet.edu/"
],
"name" : "Bank Street College of Education",
"relationships" : [],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Bank_Street_College_of_Education"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.752814,
"line" : null,
"lng" : -73.975913,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1992,
"external_ids" : {
"GRID" : {
"all" : "grid.423316.1",
"preferred" : "grid.423316.1"
},
"ISNI" : {
"all" : [
"0000 0004 0408 5339"
],
"preferred" : null
}
},
"id" : "https://ror.org/05nen6796",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.synergypharma.com/"
],
"name" : "Synergy Pharmaceuticals (United States)",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.751212,
"line" : null,
"lng" : -73.992569,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1885,
"external_ids" : {
"GRID" : {
"all" : "grid.423420.3",
"preferred" : "grid.423420.3"
},
"ISNI" : {
"all" : [
"0000 0001 0709 5653"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q16912277"
],
"preferred" : null
}
},
"id" : "https://ror.org/00cyfck94",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.pbworld.com/"
],
"name" : "Parsons Brinckerhoff",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Parsons_Brinckerhoff"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.7899,
"line" : null,
"lng" : -73.953363,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : "",
"established" : 2013,
"external_ids" : {
"FundRef" : {
"all" : [
"100010555"
],
"preferred" : null
},
"GRID" : {
"all" : "grid.425214.4",
"preferred" : "grid.425214.4"
},
"ISNI" : {
"all" : [
"0000 0000 9963 6690"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q5165549"
],
"preferred" : null
}
},
"id" : "https://ror.org/04kfn4587",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.mountsinaihealth.org/"
],
"name" : "Mount Sinai Health System",
"relationships" : [
{
"id" : "https://ror.org/02xa5mk57",
"label" : "Brooklyn Hospital Center",
"type" : "Child"
},
{
"id" : "https://ror.org/04a9tmd77",
"label" : "Icahn School of Medicine at Mount Sinai",
"type" : "Child"
},
{
"id" : "https://ror.org/01742jq13",
"label" : "Mount Sinai Beth Israel",
"type" : "Child"
},
{
"id" : "https://ror.org/01zkyz108",
"label" : "Mount Sinai Hospital",
"type" : "Child"
},
{
"id" : "https://ror.org/01h9y0t02",
"label" : "Mount Sinai Hospital",
"type" : "Child"
},
{
"id" : "https://ror.org/01jaw0925",
"label" : "Mount Sinai Queens",
"type" : "Child"
}
],
"status" : "active",
"types" : [
"Healthcare"
],
"wikipedia_url" : "http://en.wikipedia.org/wiki/Mount_Sinai_Health_System"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.766626,
"line" : null,
"lng" : -73.988388,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : null,
"external_ids" : {
"GRID" : {
"all" : "grid.426636.3",
"preferred" : "grid.426636.3"
},
"Wikidata" : {
"all" : [
"Q30285613"
],
"preferred" : null
}
},
"id" : "https://ror.org/01nn5wh27",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.justfood.org/"
],
"name" : "Just Food (United States)",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.746754,
"line" : null,
"lng" : -73.98507,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1982,
"external_ids" : {
"GRID" : {
"all" : "grid.426728.d",
"preferred" : "grid.426728.d"
}
},
"id" : "https://ror.org/037nmab92",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.cityharvest.org/"
],
"name" : "City Harvest",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/City_Harvest_(organization)"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.723789,
"line" : null,
"lng" : -73.976522,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1996,
"external_ids" : {
"GRID" : {
"all" : "grid.426790.e",
"preferred" : "grid.426790.e"
},
"Wikidata" : {
"all" : [
"Q30285727"
],
"preferred" : null
}
},
"id" : "https://ror.org/012r0vb97",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.girlsclub.org/"
],
"name" : "The Lower Eastside Girls Club",
"relationships" : [],
"status" : "active",
"types" : [
"Other"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"GSUSA"
],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.749763,
"line" : null,
"lng" : -73.983415,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [
"Girl Scouts"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1912,
"external_ids" : {
"GRID" : {
"all" : "grid.426795.b",
"preferred" : "grid.426795.b"
},
"ISNI" : {
"all" : [
"0000 0000 9112 0550"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q2576280"
],
"preferred" : null
}
},
"id" : "https://ror.org/042wjgv72",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.girlscouts.org/"
],
"name" : "Girl Scouts of the USA",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Girl_Scouts_of_the_USA"
},
{
"acronyms" : [
"ASRL"
],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.722939,
"line" : null,
"lng" : -74.000812,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1998,
"external_ids" : {
"GRID" : {
"all" : "grid.426843.f",
"preferred" : "grid.426843.f"
}
},
"id" : "https://ror.org/02nt0h862",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.asrlab.org/"
],
"name" : "Art Science Research Laboratory",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"MDRC"
],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.747908,
"line" : null,
"lng" : -73.983748,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1974,
"external_ids" : {
"GRID" : {
"all" : "grid.426857.a",
"preferred" : "grid.426857.a"
},
"ISNI" : {
"all" : [
"0000 0004 0632 1032"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q17089814"
],
"preferred" : null
}
},
"id" : "https://ror.org/035kd4890",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.mdrc.org/"
],
"name" : "Manpower Demonstration Research Corporation",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/MDRC"
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.710344,
"line" : null,
"lng" : -74.003273,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [
"Council on the Environment of New York City"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1970,
"external_ids" : {
"GRID" : {
"all" : "grid.426910.8",
"preferred" : "grid.426910.8"
},
"ISNI" : {
"all" : [
"0000 0000 8658 4377"
],
"preferred" : null
}
},
"id" : "https://ror.org/02npqe506",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.grownyc.org/"
],
"name" : "GrowNYC",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : ""
},
{
"acronyms" : [],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 44.889593,
"line" : null,
"lng" : -73.474658,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1903,
"external_ids" : {
"GRID" : {
"all" : "grid.426952.e",
"preferred" : "grid.426952.e"
},
"ISNI" : {
"all" : [
"0000 0004 0633 0107"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q30285860"
],
"preferred" : null
}
},
"id" : "https://ror.org/02rzjwn50",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.whminer.org/"
],
"name" : "William H Miner Agricultural Research Institute",
"relationships" : [],
"status" : "active",
"types" : [
"Facility"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"NYHS"
],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.690989,
"line" : null,
"lng" : -74.020537,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [
"Harbor School"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 2003,
"external_ids" : {
"GRID" : {
"all" : "grid.427147.3",
"preferred" : "grid.427147.3"
},
"ISNI" : {
"all" : [
"0000 0004 0601 0883"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q7013592"
],
"preferred" : null
}
},
"id" : "https://ror.org/03kkm1r11",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.newyorkharborschool.org"
],
"name" : "New York Harbor School",
"relationships" : [],
"status" : "active",
"types" : [
"Education"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/New_York_Harbor_School"
},
{
"acronyms" : [
"NECC"
],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 41.952908,
"line" : null,
"lng" : -73.510861,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [
"Northeast Community Council"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1988,
"external_ids" : {
"GRID" : {
"all" : "grid.427206.5",
"preferred" : "grid.427206.5"
},
"Wikidata" : {
"all" : [
"Q30286068"
],
"preferred" : null
}
},
"id" : "https://ror.org/00jk68903",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.neccmillerton.org/"
],
"name" : "North East Community Center",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"RXO"
],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.814415,
"line" : null,
"lng" : -73.955305,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 2005,
"external_ids" : {
"GRID" : {
"all" : "grid.427261.4",
"preferred" : "grid.427261.4"
}
},
"id" : "https://ror.org/027xetj30",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.rxollc.com/"
],
"name" : "Reflective X Ray Optics",
"relationships" : [],
"status" : "active",
"types" : [
"Company"
],
"wikipedia_url" : ""
},
{
"acronyms" : [
"TFA"
],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.706355,
"line" : null,
"lng" : -74.014236,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1989,
"external_ids" : {
"GRID" : {
"all" : "grid.427395.e",
"preferred" : "grid.427395.e"
},
"ISNI" : {
"all" : [
"0000 0004 0503 4189"
],
"preferred" : null
},
"Wikidata" : {
"all" : [
"Q1135250"
],
"preferred" : null
}
},
"id" : "https://ror.org/009za6q24",
"ip_addresses" : [],
"labels" : [],
"links" : [
"https://www.teachforamerica.org/"
],
"name" : "Teach For America",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/Teach_For_America"
},
{
"acronyms" : [
"WHY"
],
"addresses" : [
{
"city" : "New York",
"country_geonames_id" : 6252001,
"geonames_city" : {
"city" : "New York City",
"geonames_admin1" : {
"ascii_name" : "New York",
"code" : "US.NY",
"id" : 5128638,
"name" : "New York"
},
"geonames_admin2" : {
"ascii_name" : null,
"code" : null,
"id" : null,
"name" : null
},
"id" : 5128581,
"license" : {
"attribution" : "Data from geonames.org under a CC-BY 3.0 license",
"license" : "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1" : {
"code" : null,
"name" : null
},
"nuts_level2" : {
"code" : null,
"name" : null
},
"nuts_level3" : {
"code" : null,
"name" : null
}
},
"lat" : 40.753095,
"line" : null,
"lng" : -73.993168,
"postcode" : null,
"primary" : false,
"state" : "New York",
"state_code" : "US-NY"
}
],
"aliases" : [
"World Hunger Year"
],
"country" : {
"country_code" : "US",
"country_name" : "United States"
},
"email_address" : null,
"established" : 1975,
"external_ids" : {
"GRID" : {
"all" : "grid.427412.6",
"preferred" : "grid.427412.6"
},
"ISNI" : {
"all" : [
"0000 0001 0838 0667"
],
"preferred" : null
}
},
"id" : "https://ror.org/01b9zn241",
"ip_addresses" : [],
"labels" : [],
"links" : [
"http://www.whyhunger.org/"
],
"name" : "WhyHunger",
"relationships" : [],
"status" : "active",
"types" : [
"Nonprofit"
],
"wikipedia_url" : "https://en.wikipedia.org/wiki/World_Hunger_Year"
}
],
"meta" : {
"countries" : [
{
"count" : 1335,
"id" : "us",
"title" : "United States"
}
],
"statuses" : [
{
"count" : 1335,
"id" : "active",
"title" : "active"
}
],
"types" : [
{
"count" : 607,
"id" : "nonprofit",
"title" : "Nonprofit"
},
{
"count" : 259,
"id" : "company",
"title" : "Company"
},
{
"count" : 164,
"id" : "other",
"title" : "Other"
},
{
"count" : 116,
"id" : "education",
"title" : "Education"
},
{
"count" : 80,
"id" : "healthcare",
"title" : "Healthcare"
},
{
"count" : 56,
"id" : "archive",
"title" : "Archive"
},
{
"count" : 28,
"id" : "facility",
"title" : "Facility"
},
{
"count" : 25,
"id" : "government",
"title" : "Government"
}
]
},
"number_of_results" : 1335,
"time_taken" : 3
}
Uppercase and lowercase
Currently, the advanced query parameter is case-sensitive, meaning that the same search may return different results depending on the letter case of the input string. For best results, capitalize location names (Colorado not colorado) and be aware of uppercase and lowercase differences in other field data, such as the values in the relationships.type
field: Parent, Child, Related, Successor, and Predecessor, which are capitalized in ROR data. We may change this behavior in future to support case insensitivity for all searches.
Example
curl 'https://api.ror.org/organizations?query.advanced=addresses.city:berlin'
The ROR API returns no results because the sample advanced query is looking for records whose city is exactly berlin.
{
"number_of_results": 0,
"time_taken": 1,
"items": [],
"meta": {
"types": [],
"countries": [],
"statuses": []
}
}
Capitalizing the name of the city returns better results.
curl 'https://api.ror.org/organizations?query.advanced=addresses.city:Berlin'
The response includes all records whose city contains the capitalized term Berlin.
{
"number_of_results": 561,
"time_taken": 4,
"items": [
{
"id": "https://ror.org/021e69h28",
"name": "Adelphi Research",
"email_address": null,
"ip_addresses": [],
"established": 2001,
"types": [
"Nonprofit"
],
"relationships": [
{
"label": "Adelphi Consult (Germany)",
"type": "Related",
"id": "https://ror.org/04m797435"
}
],
"addresses": [
{
"lat": 52.523475,
"lng": 13.343786,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"https://www.adelphi.de/"
],
"aliases": [],
"acronyms": [],
"status": "active",
"wikipedia_url": "",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"ISNI": {
"preferred": null,
"all": [
"0000 0003 7247 8356"
]
},
"Wikidata": {
"preferred": null,
"all": [
"Q30284455"
]
},
"GRID": {
"preferred": "grid.423657.1",
"all": "grid.423657.1"
}
}
},
{
"id": "https://ror.org/043z1y058",
"name": "atesio (Germany)",
"email_address": null,
"ip_addresses": [],
"established": 2000,
"types": [
"Company"
],
"relationships": [],
"addresses": [
{
"lat": 52.4679,
"lng": 13.327249,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://www.atesio.de/"
],
"aliases": [],
"acronyms": [],
"status": "active",
"wikipedia_url": "",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"Wikidata": {
"preferred": null,
"all": [
"Q30284490"
]
},
"GRID": {
"preferred": "grid.423709.b",
"all": "grid.423709.b"
}
}
},
{
"id": "https://ror.org/00ckx8y08",
"name": "Berliner Nanotest und Design",
"email_address": null,
"ip_addresses": [],
"established": 2004,
"types": [
"Company"
],
"relationships": [],
"addresses": [
{
"lat": 52.433538,
"lng": 13.556824,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://www.nanotest.eu/en/"
],
"aliases": [],
"acronyms": [],
"status": "active",
"wikipedia_url": "",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"GRID": {
"preferred": "grid.424054.3",
"all": "grid.424054.3"
}
}
},
{
"id": "https://ror.org/03g7c9017",
"name": "Berliner Verkehrsbetriebe (Germany)",
"email_address": "",
"ip_addresses": [],
"established": 1928,
"types": [
"Company"
],
"relationships": [],
"addresses": [
{
"lat": 52.513366,
"lng": 13.423222,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://www.bvg.de/"
],
"aliases": [
"Berliner Verkehrs Aktiengesellschaft"
],
"acronyms": [
"BVG"
],
"status": "active",
"wikipedia_url": "http://en.wikipedia.org/wiki/Berliner_Verkehrsbetriebe",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"Wikidata": {
"preferred": null,
"all": [
"Q99633"
]
},
"GRID": {
"preferred": "grid.424057.0",
"all": "grid.424057.0"
}
}
},
{
"id": "https://ror.org/04kark913",
"name": "MerLion Pharma (Germany)",
"email_address": "",
"ip_addresses": [],
"established": 2002,
"types": [
"Company"
],
"relationships": [],
"addresses": [
{
"lat": 52.627743,
"lng": 13.50695,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://www.merlionpharma.com/"
],
"aliases": [],
"acronyms": [],
"status": "active",
"wikipedia_url": "",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"ISNI": {
"preferred": null,
"all": [
"0000 0004 0453 0017"
]
},
"GRID": {
"preferred": "grid.424108.b",
"all": "grid.424108.b"
}
}
},
{
"id": "https://ror.org/02mtwe318",
"name": "Argus Umweltbiotechnologie (Germany)",
"email_address": null,
"ip_addresses": [],
"established": 1987,
"types": [
"Company"
],
"relationships": [],
"addresses": [
{
"lat": 52.432746,
"lng": 13.374571,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://www.argus-umwelt.de/company1.html"
],
"aliases": [],
"acronyms": [],
"status": "active",
"wikipedia_url": "",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"GRID": {
"preferred": "grid.424197.d",
"all": "grid.424197.d"
}
}
},
{
"id": "https://ror.org/00sh68184",
"name": "Roche (Germany)",
"email_address": null,
"ip_addresses": [],
"established": 1896,
"types": [
"Company"
],
"relationships": [
{
"label": "Roche (Switzerland)",
"type": "Parent",
"id": "https://ror.org/00by1q217"
}
],
"addresses": [
{
"lat": 52.51178,
"lng": 13.388699,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://www.roche.com/index.htm"
],
"aliases": [],
"acronyms": [],
"status": "active",
"wikipedia_url": "",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"GRID": {
"preferred": "grid.424277.0",
"all": "grid.424277.0"
}
}
},
{
"id": "https://ror.org/023k1pq97",
"name": "Bombardier (Germany)",
"email_address": null,
"ip_addresses": [],
"established": 2002,
"types": [
"Company"
],
"relationships": [
{
"label": "Bombardier (Canada)",
"type": "Parent",
"id": "https://ror.org/03fbkqs26"
}
],
"addresses": [
{
"lat": 52.505452,
"lng": 13.379818,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://de.bombardier.com/en/home.html"
],
"aliases": [],
"acronyms": [],
"status": "active",
"wikipedia_url": "",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"ISNI": {
"preferred": null,
"all": [
"0000 0004 0532 8582"
]
},
"FundRef": {
"preferred": null,
"all": [
"100007527"
]
},
"GRID": {
"preferred": "grid.424289.1",
"all": "grid.424289.1"
}
}
},
{
"id": "https://ror.org/00hxj5n33",
"name": "Deutsches Institut für Normung",
"email_address": "",
"ip_addresses": [],
"established": 1917,
"types": [
"Nonprofit"
],
"relationships": [],
"addresses": [
{
"lat": 52.505515,
"lng": 13.344447,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://www.din.de/cmd?lang=en&level=tpl-home&contextid=din&languageid=en"
],
"aliases": [],
"acronyms": [
"DIN"
],
"status": "active",
"wikipedia_url": "http://en.wikipedia.org/wiki/Deutsches_Institut_f%C3%BCr_Normung",
"labels": [
{
"label": "German Institute for Standardization",
"iso639": "en"
}
],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"ISNI": {
"preferred": null,
"all": [
"0000 0004 0542 1867"
]
},
"Wikidata": {
"preferred": null,
"all": [
"Q152746"
]
},
"GRID": {
"preferred": "grid.424319.9",
"all": "grid.424319.9"
}
}
},
{
"id": "https://ror.org/05b1dm808",
"name": "Vattenfall (Germany)",
"email_address": null,
"ip_addresses": [],
"established": 1909,
"types": [
"Company"
],
"relationships": [
{
"label": "Vattenfall (Sweden)",
"type": "Parent",
"id": "https://ror.org/028v4fg64"
}
],
"addresses": [
{
"lat": 52.481529,
"lng": 13.307241,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://corporate.vattenfall.de/"
],
"aliases": [],
"acronyms": [],
"status": "active",
"wikipedia_url": "https://en.wikipedia.org/wiki/Vattenfall",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"ISNI": {
"preferred": null,
"all": [
"0000 0001 1581 2261"
]
},
"GRID": {
"preferred": "grid.424409.f",
"all": "grid.424409.f"
}
}
},
{
"id": "https://ror.org/02bwrq566",
"name": "Carmeq (Germany)",
"email_address": null,
"ip_addresses": [],
"established": 2002,
"types": [
"Company"
],
"relationships": [],
"addresses": [
{
"lat": 52.523473,
"lng": 13.320067,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://www.carmeq.de/en/index.html"
],
"aliases": [],
"acronyms": [],
"status": "active",
"wikipedia_url": "",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"GRID": {
"preferred": "grid.424550.2",
"all": "grid.424550.2"
}
}
},
{
"id": "https://ror.org/0473a4773",
"name": "Hertie School",
"email_address": null,
"ip_addresses": [],
"established": 2003,
"types": [
"Education"
],
"relationships": [],
"addresses": [
{
"lat": 52.512778,
"lng": 13.389167,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://www.hertie-school.org"
],
"aliases": [],
"acronyms": [],
"status": "active",
"wikipedia_url": "http://en.wikipedia.org/wiki/Hertie_School_of_Governance",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"ISNI": {
"preferred": null,
"all": [
"0000 0004 0548 4745"
]
},
"OrgRef": {
"preferred": null,
"all": [
"10349604"
]
},
"Wikidata": {
"preferred": null,
"all": [
"Q317156"
]
},
"GRID": {
"preferred": "grid.424677.4",
"all": "grid.424677.4"
}
}
},
{
"id": "https://ror.org/00y4rzv07",
"name": "European rail Research Network of EXcellence",
"email_address": null,
"ip_addresses": [],
"established": 2007,
"types": [
"Facility"
],
"relationships": [],
"addresses": [
{
"lat": 52.489253,
"lng": 13.284239,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://www.eurnex.org/"
],
"aliases": [],
"acronyms": [
"EURNEX"
],
"status": "active",
"wikipedia_url": "",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"GRID": {
"preferred": "grid.424702.7",
"all": "grid.424702.7"
}
}
},
{
"id": "https://ror.org/01tx2ss52",
"name": "European Center for Information and Communication Technologies",
"email_address": null,
"ip_addresses": [],
"established": null,
"types": [
"Other"
],
"relationships": [],
"addresses": [
{
"lat": 52.482816,
"lng": 13.357165,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"https://www.eict.de/en/"
],
"aliases": [],
"acronyms": [
"EICT"
],
"status": "active",
"wikipedia_url": "",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"GRID": {
"preferred": "grid.424777.5",
"all": "grid.424777.5"
}
}
},
{
"id": "https://ror.org/0100ngp47",
"name": "Ikv++ Technologies (Germany)",
"email_address": null,
"ip_addresses": [],
"established": 1994,
"types": [
"Company"
],
"relationships": [],
"addresses": [
{
"lat": 52.504624,
"lng": 13.378344,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://www.ikv.de/index.php/en"
],
"aliases": [],
"acronyms": [],
"status": "active",
"wikipedia_url": "",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"GRID": {
"preferred": "grid.424893.0",
"all": "grid.424893.0"
}
}
},
{
"id": "https://ror.org/02tce8t86",
"name": "Global Climate Forum",
"email_address": null,
"ip_addresses": [],
"established": 2001,
"types": [
"Nonprofit"
],
"relationships": [],
"addresses": [
{
"lat": 52.522843,
"lng": 13.40131,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://www.globalclimateforum.org/"
],
"aliases": [
"European Climate Forum"
],
"acronyms": [
"GCF",
"ECF"
],
"status": "active",
"wikipedia_url": "https://en.wikipedia.org/wiki/European_Climate_Forum",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"ISNI": {
"preferred": null,
"all": [
"0000 0004 7667 4458"
]
},
"Wikidata": {
"preferred": null,
"all": [
"Q30254687"
]
},
"GRID": {
"preferred": "grid.424922.b",
"all": "grid.424922.b"
}
}
},
{
"id": "https://ror.org/02zvtbe65",
"name": "Institut für Zukunftsstudien und Technologiebewertung",
"email_address": null,
"ip_addresses": [],
"established": 1981,
"types": [
"Nonprofit"
],
"relationships": [],
"addresses": [
{
"lat": 52.435379,
"lng": 13.21392,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"https://www.izt.de/en/"
],
"aliases": [],
"acronyms": [
"IZT"
],
"status": "active",
"wikipedia_url": "",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"GRID": {
"preferred": "grid.425510.7",
"all": "grid.425510.7"
}
}
},
{
"id": "https://ror.org/05bdznr21",
"name": "PlasmaChem (Germany)",
"email_address": null,
"ip_addresses": [],
"established": 1993,
"types": [
"Company"
],
"relationships": [],
"addresses": [
{
"lat": 52.429959,
"lng": 13.523681,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://www.plasmachem.com/"
],
"aliases": [],
"acronyms": [],
"status": "active",
"wikipedia_url": "",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"Wikidata": {
"preferred": null,
"all": [
"Q30284986"
]
},
"GRID": {
"preferred": "grid.425515.2",
"all": "grid.425515.2"
}
}
},
{
"id": "https://ror.org/0123nke06",
"name": "JRC Capital Management (Germany)",
"email_address": null,
"ip_addresses": [],
"established": 1994,
"types": [
"Company"
],
"relationships": [],
"addresses": [
{
"lat": 52.500818,
"lng": 13.315281,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"https://jrconline.com/"
],
"aliases": [],
"acronyms": [],
"status": "active",
"wikipedia_url": "",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"Wikidata": {
"preferred": null,
"all": [
"Q30285005"
]
},
"GRID": {
"preferred": "grid.425551.2",
"all": "grid.425551.2"
}
}
},
{
"id": "https://ror.org/00fwv2w85",
"name": "Micro Resist Technology (Germany)",
"email_address": null,
"ip_addresses": [],
"established": 1993,
"types": [
"Company"
],
"relationships": [],
"addresses": [
{
"lat": 52.468181,
"lng": 13.56621,
"state": null,
"state_code": null,
"city": "Berlin",
"geonames_city": {
"id": 2950159,
"city": "Berlin",
"geonames_admin1": {
"name": "Berlin",
"id": 2950157,
"ascii_name": "Berlin",
"code": "DE.16"
},
"geonames_admin2": {
"name": null,
"id": null,
"ascii_name": null,
"code": null
},
"license": {
"attribution": "Data from geonames.org under a CC-BY 3.0 license",
"license": "http://creativecommons.org/licenses/by/3.0/"
},
"nuts_level1": {
"name": "BERLIN",
"code": "DE3"
},
"nuts_level2": {
"name": "Berlin",
"code": "DE30"
},
"nuts_level3": {
"name": "Berlin",
"code": "DE300"
}
},
"postcode": null,
"primary": false,
"line": null,
"country_geonames_id": 2921044
}
],
"links": [
"http://microresist.de/en"
],
"aliases": [],
"acronyms": [],
"status": "active",
"wikipedia_url": "",
"labels": [],
"country": {
"country_name": "Germany",
"country_code": "DE"
},
"external_ids": {
"ISNI": {
"preferred": null,
"all": [
"0000 0004 1790 7370"
]
},
"GRID": {
"preferred": "grid.425642.3",
"all": "grid.425642.3"
}
}
}
],
"meta": {
"types": [
{
"id": "company",
"title": "Company",
"count": 153
},
{
"id": "other",
"title": "Other",
"count": 99
},
{
"id": "facility",
"title": "Facility",
"count": 93
},
{
"id": "nonprofit",
"title": "Nonprofit",
"count": 83
},
{
"id": "education",
"title": "Education",
"count": 48
},
{
"id": "healthcare",
"title": "Healthcare",
"count": 39
},
{
"id": "government",
"title": "Government",
"count": 30
},
{
"id": "archive",
"title": "Archive",
"count": 16
}
],
"countries": [
{
"id": "de",
"title": "Germany",
"count": 557
},
{
"id": "us",
"title": "United States",
"count": 4
}
],
"statuses": [
{
"id": "active",
"title": "active",
"count": 561
}
]
}
}
Updated 4 months ago