Advanced query parameter

1️⃣

ROR REST API v1

This page documents v1 of the ROR REST API. For v2 documentation of the ROR REST API, see https://ror.readme.io/v2/docs/api-advanced-query. You can also read more about ROR API versions and a summary of what's new in Schema 2.0.

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 includes records 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",
                  "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"
            },
            {
               "id" : "https://ror.org/00k86w020",
               "label" : "Cornell Lab of Ornithology",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03h0qhk21",
               "label" : "Cornell Atkinson Center for Sustainability",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04pw1zg89",
               "label" : "PARADIM",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/012qsrr25",
               "label" : "Cornell University Agricultural Experiment Station",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05cshtm26",
               "label" : "Great Lakes Research Consortium",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/Cornell_University"
      },
      {
         "acronyms" : [
            "CLO"
         ],
         "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" : [
            "The Cornell Lab of Ornithology"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1915,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100017754"
               ],
               "preferred" : "100017754"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 1219 4439"
               ],
               "preferred" : "0000 0004 1219 4439"
            },
            "Wikidata" : {
               "all" : [
                  "Q2997535"
               ],
               "preferred" : "Q2997535"
            }
         },
         "id" : "https://ror.org/00k86w020",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.birds.cornell.edu"
         ],
         "name" : "Cornell Lab of Ornithology",
         "relationships" : [
            {
               "id" : "https://ror.org/05bnh6r87",
               "label" : "Cornell University",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Facility"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Cornell_Lab_of_Ornithology"
      },
      {
         "acronyms" : [
            "CUAES"
         ],
         "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" : [
            "Cornell AES",
            "Cornell AgriTech"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1880,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100011622"
               ],
               "preferred" : "100011622"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2170 7652"
               ],
               "preferred" : "0000 0001 2170 7652"
            },
            "Wikidata" : {
               "all" : [
                  "Q45134801"
               ],
               "preferred" : "Q45134801"
            }
         },
         "id" : "https://ror.org/012qsrr25",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "https://cals.cornell.edu/agricultural-experiment-station"
         ],
         "name" : "Cornell University Agricultural Experiment Station",
         "relationships" : [
            {
               "id" : "https://ror.org/05bnh6r87",
               "label" : "Cornell University",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Facility"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/New_York_State_Agricultural_Experiment_Station"
      },
      {
         "acronyms" : [],
         "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" : [
            "Atkinson Center for a Sustainable Future"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 2010,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100018190",
                  "100013044"
               ],
               "preferred" : "100018190"
            },
            "Wikidata" : {
               "all" : [
                  "Q4815910"
               ],
               "preferred" : "Q4815910"
            }
         },
         "id" : "https://ror.org/03h0qhk21",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "https://atkinson.cornell.edu"
         ],
         "name" : "Cornell Atkinson Center for Sustainability",
         "relationships" : [
            {
               "id" : "https://ror.org/05bnh6r87",
               "label" : "Cornell University",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Facility"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Atkinson_Center_for_a_Sustainable_Future"
      },
      {
         "acronyms" : [
            "CHESS"
         ],
         "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" : [
            "Cornell High Energy Synchrotron Source (CHESS)",
            "CHESS - Cornell High Energy Synchrotron Source"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : null,
         "external_ids" : {},
         "id" : "https://ror.org/032bgnz47",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "https://www.chess.cornell.edu"
         ],
         "name" : "Cornell High Energy Synchrotron Source",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : null
      }
   ],
   "meta" : {
      "countries" : [
         {
            "count" : 5,
            "id" : "us",
            "title" : "United States"
         }
      ],
      "statuses" : [
         {
            "count" : 5,
            "id" : "active",
            "title" : "active"
         }
      ],
      "types" : [
         {
            "count" : 3,
            "id" : "facility",
            "title" : "Facility"
         },
         {
            "count" : 2,
            "id" : "education",
            "title" : "Education"
         }
      ]
   },
   "number_of_results" : 5,
   "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. Empty wikipedia_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&page=12'

The response is the 12th page of a list of active, inactive, and withdrawn records for research organizations in the U.S. with Spanish-language variant names.

{
   "items" : [
      {
         "acronyms" : [
            "DOT"
         ],
         "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.897568,
               "line" : null,
               "lng" : -77.034401,
               "postcode" : null,
               "primary" : false,
               "state" : "District of Columbia",
               "state_code" : "US-DC"
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1789,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100006097",
                  "100006303"
               ],
               "preferred" : "100006097"
            },
            "GRID" : {
               "all" : "grid.420447.1",
               "preferred" : "grid.420447.1"
            },
            "OrgRef" : {
               "all" : [
                  "53667"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q648666"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/028t43p77",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Departamento del Tesoro de los Estados Unidos"
            },
            {
               "iso639" : "fr",
               "label" : "Département du trésor des États-unis"
            }
         ],
         "links" : [
            "http://www.treasury.gov/Pages/default.aspx"
         ],
         "name" : "United States Department of the Treasury",
         "relationships" : [
            {
               "id" : "https://ror.org/02rcrvv70",
               "label" : "Government of the United States of America",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/033trmh69",
               "label" : "Bureau of the Fiscal Service",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/0188dhg98",
               "label" : "Office of the Comptroller of the Currency",
               "type" : "Child"
            }
         ],
         "status" : "active",
         "types" : [
            "Government"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/United_States_Department_of_the_Treasury"
      },
      {
         "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.743347,
               "line" : null,
               "lng" : -73.990399,
               "postcode" : null,
               "primary" : false,
               "state" : "New York",
               "state_code" : "US-NY"
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1990,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.420814.b",
               "preferred" : "grid.420814.b"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0436 7301"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q6496598"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/0295s2632",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "La Comisión Latina sobre el SIDA"
            }
         ],
         "links" : [
            "http://www.latinoaids.org/"
         ],
         "name" : "Latino Commission on AIDS",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Latino_Commission_on_AIDS"
      },
      {
         "acronyms" : [
            "UW"
         ],
         "addresses" : [
            {
               "city" : "Madison",
               "country_geonames_id" : 6252001,
               "geonames_city" : {
                  "city" : "Madison",
                  "geonames_admin1" : {
                     "ascii_name" : "Wisconsin",
                     "code" : "US.WI",
                     "id" : 5279468,
                     "name" : "Wisconsin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : "Dane",
                     "code" : "US.WI.025",
                     "id" : 5250074,
                     "name" : "Dane"
                  },
                  "id" : 5261457,
                  "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.07305,
               "line" : null,
               "lng" : -89.40123,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "UW–Madison"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : "",
         "established" : 1848,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100007015",
                  "100008959",
                  "100005996",
                  "100007870",
                  "100008301",
                  "100008028",
                  "100008237",
                  "100008161",
                  "100010495",
                  "100009627",
                  "100010284",
                  "100005911",
                  "100007925",
                  "100005902",
                  "100012787"
               ],
               "preferred" : "100007015"
            },
            "GRID" : {
               "all" : "grid.14003.36",
               "preferred" : "grid.14003.36"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2167 3675"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "23536538",
                  "2429663",
                  "10260206"
               ],
               "preferred" : "23536538"
            },
            "Wikidata" : {
               "all" : [
                  "Q838330",
                  "Q33122195",
                  "Q7662222"
               ],
               "preferred" : "Q838330"
            }
         },
         "id" : "https://ror.org/01y2jtd41",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "fr",
               "label" : "Université du Wisconsin à Madison"
            },
            {
               "iso639" : "es",
               "label" : "Universidad de Wisconsin-Madison"
            }
         ],
         "links" : [
            "http://www.wisc.edu/"
         ],
         "name" : "University of Wisconsin–Madison",
         "relationships" : [
            {
               "id" : "https://ror.org/03ydkyb10",
               "label" : "University of Wisconsin System",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/05cb4rb43",
               "label" : "Morgridge Institute for Research",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03b8vas82",
               "label" : "National Atmospheric Deposition Program",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/04gq8q482",
               "label" : "North Temperate Lakes Long Term Ecological Research",
               "type" : "Child"
            }
         ],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/University_of_Wisconsin%E2%80%93Madison"
      },
      {
         "acronyms" : [
            "AMNH"
         ],
         "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" : 1869,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100005835",
                  "100016451"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.241963.b",
               "preferred" : "grid.241963.b"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2152 1081"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "399990"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q217717"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/03thb3e06",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Museo Americano de Historia Natural"
            },
            {
               "iso639" : "fr",
               "label" : "Musée américain d'histoire naturelle"
            }
         ],
         "links" : [
            "http://www.amnh.org/"
         ],
         "name" : "American Museum of Natural History",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Archive"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/American_Museum_of_Natural_History"
      },
      {
         "acronyms" : [
            "USDA"
         ],
         "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" : [
            "Agriculture Department"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1862,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100000199",
                  "100006509",
                  "100007014",
                  "100006102",
                  "100006103",
                  "100006101",
                  "100009167",
                  "100009169",
                  "100006104",
                  "100009172"
               ],
               "preferred" : "100000199"
            },
            "GRID" : {
               "all" : "grid.417548.b",
               "preferred" : "grid.417548.b"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0478 6311"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "70896"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q501542"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01na82s61",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "fr",
               "label" : "Département de l'Agriculture des États-Unis"
            },
            {
               "iso639" : "es",
               "label" : "Departamento de Agricultura de los Estados Unidos"
            }
         ],
         "links" : [
            "http://www.usda.gov/"
         ],
         "name" : "United States Department of Agriculture",
         "relationships" : [
            {
               "id" : "https://ror.org/02rcrvv70",
               "label" : "Government of the United States of America",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/01xx4fy37",
               "label" : "Agricultural Marketing Service",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02d2m2044",
               "label" : "Agricultural Research Service",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/0599wfz09",
               "label" : "Animal and Plant Health Inspection Service",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02bgabj83",
               "label" : "Center for Nutrition Policy and Promotion",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05ycxzd89",
               "label" : "Economic Research Service",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/050m26017",
               "label" : "Farm Service Agency",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/045k2ma45",
               "label" : "Food Safety and Inspection Service",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00t9khr87",
               "label" : "Food and Nutrition Service",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00t77bz53",
               "label" : "Foreign Agricultural Service",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/056mcm922",
               "label" : "Grain Inspection, Packers and Stockyards Administration",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00z6b1508",
               "label" : "National Agricultural Library",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04dpymk59",
               "label" : "National Agricultural Statistics Service",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05qx3fv49",
               "label" : "National Institute of Food and Agriculture",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03j7rgg33",
               "label" : "Natural Resources Conservation Service",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05222ev03",
               "label" : "Risk Management Agency",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03zmjc935",
               "label" : "US Forest Service",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02qhkmh27",
               "label" : "USDA Rural Development",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00e7ec781",
               "label" : "United States Department of Agriculture Climate Hubs",
               "type" : "Child"
            }
         ],
         "status" : "active",
         "types" : [
            "Government"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/United_States_Department_of_Agriculture"
      },
      {
         "acronyms" : [
            "USNA"
         ],
         "addresses" : [
            {
               "city" : "Annapolis",
               "country_geonames_id" : 6252001,
               "geonames_city" : {
                  "city" : "Annapolis",
                  "geonames_admin1" : {
                     "ascii_name" : "Maryland",
                     "code" : "US.MD",
                     "id" : 4361885,
                     "name" : "Maryland"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : "Anne Arundel",
                     "code" : "US.MD.003",
                     "id" : 4347283,
                     "name" : "Anne Arundel"
                  },
                  "id" : 4347242,
                  "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.97859,
               "line" : null,
               "lng" : -76.49184,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1845,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100009911",
                  "100015089"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.265465.6",
               "preferred" : "grid.265465.6"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2296 3025"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "59766"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q559549"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/00znex860",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "fr",
               "label" : "Académie Navale d'Annapolis"
            },
            {
               "iso639" : "es",
               "label" : "Academia Naval de los Estados Unidos"
            }
         ],
         "links" : [
            "http://www.usna.edu/"
         ],
         "name" : "United States Naval Academy",
         "relationships" : [
            {
               "id" : "https://ror.org/03ar0mv07",
               "label" : "United States Department of the Navy",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/United_States_Naval_Academy"
      },
      {
         "acronyms" : [
            "UCD"
         ],
         "addresses" : [
            {
               "city" : "Davis",
               "country_geonames_id" : 6252001,
               "geonames_city" : {
                  "city" : "Davis",
                  "geonames_admin1" : {
                     "ascii_name" : "California",
                     "code" : "US.CA",
                     "id" : 5332921,
                     "name" : "California"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : "Yolo",
                     "code" : "US.CA.113",
                     "id" : 5410882,
                     "name" : "Yolo"
                  },
                  "id" : 5341704,
                  "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.54491,
               "line" : null,
               "lng" : -121.74052,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "UC Davis"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1905,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100007707",
                  "100010553",
                  "100009752",
                  "100007862",
                  "100009219",
                  "100008956",
                  "100009751",
                  "100013701",
                  "100011080"
               ],
               "preferred" : "100007707"
            },
            "GRID" : {
               "all" : "grid.27860.3b",
               "preferred" : "grid.27860.3b"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 1936 9684"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "31924",
                  "894718"
               ],
               "preferred" : "31924"
            },
            "Wikidata" : {
               "all" : [
                  "Q129421"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05rrcem69",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "fr",
               "label" : "Université de Californie à Davis"
            },
            {
               "iso639" : "es",
               "label" : "Universidad de California en Davis"
            }
         ],
         "links" : [
            "http://ucdavis.edu/"
         ],
         "name" : "University of California, Davis",
         "relationships" : [
            {
               "id" : "https://ror.org/02ha38c24",
               "label" : "San Joaquin General Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/05ehe8t08",
               "label" : "UC Davis Children's Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/05q8kyc69",
               "label" : "UC Davis Health System",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/05t6gpm70",
               "label" : "University of California Davis Medical Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/026t0fx73",
               "label" : "Veterinary Medical Teaching Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/00pjdza24",
               "label" : "University of California System",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/00fyrp007",
               "label" : "NeuroMab",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00xcmeq33",
               "label" : "Tahoe Environmental Research Center",
               "type" : "Child"
            }
         ],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/University_of_California,_Davis"
      },
      {
         "acronyms" : [
            "DOJ"
         ],
         "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" : [
            "Justice Department"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1870,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100000074",
                  "100005196",
                  "100007236"
               ],
               "preferred" : "100000074"
            },
            "GRID" : {
               "all" : "grid.423379.8",
               "preferred" : "grid.423379.8"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2197 809X"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "52563"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q1553390"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/02916qm60",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Departamento de Justicia de los Estados Unidos"
            },
            {
               "iso639" : "fr",
               "label" : "Département de la justice des États-unis"
            }
         ],
         "links" : [
            "http://www.justice.gov/"
         ],
         "name" : "United States Department of Justice",
         "relationships" : [
            {
               "id" : "https://ror.org/02rcrvv70",
               "label" : "Government of the United States of America",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/0568dpm54",
               "label" : "Drug Enforcement Administration",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00ta5r839",
               "label" : "Federal Bureau of Investigation",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00v8p7w89",
               "label" : "National Institute of Justice",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05335sh79",
               "label" : "Office of Juvenile Justice and Delinquency Prevention",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/0006s4z66",
               "label" : "Bureau of Justice Statistics",
               "type" : "Child"
            }
         ],
         "status" : "active",
         "types" : [
            "Government"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/United_States_Department_of_Justice"
      },
      {
         "acronyms" : [
            "FSU"
         ],
         "addresses" : [
            {
               "city" : "Tallahassee",
               "country_geonames_id" : 6252001,
               "geonames_city" : {
                  "city" : "Tallahassee",
                  "geonames_admin1" : {
                     "ascii_name" : "Florida",
                     "code" : "US.FL",
                     "id" : 4155751,
                     "name" : "Florida"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : "Leon",
                     "code" : "US.FL.073",
                     "id" : 4161831,
                     "name" : "Leon"
                  },
                  "id" : 4174715,
                  "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.43826,
               "line" : null,
               "lng" : -84.28073,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1851,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100006597"
               ],
               "preferred" : "100006597"
            },
            "GRID" : {
               "all" : "grid.255986.5",
               "preferred" : "grid.255986.5"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0472 0419"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "239297",
                  "2835466",
                  "2285280"
               ],
               "preferred" : "239297"
            },
            "Wikidata" : {
               "all" : [
                  "Q861548"
               ],
               "preferred" : "Q861548"
            }
         },
         "id" : "https://ror.org/05g3dte14",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad Estatal de Florida"
            },
            {
               "iso639" : "fr",
               "label" : "Université d'État de Floride"
            }
         ],
         "links" : [
            "https://www.fsu.edu/"
         ],
         "name" : "Florida State University",
         "relationships" : [
            {
               "id" : "https://ror.org/05sqd3t97",
               "label" : "State University System of Florida",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/01v4tq883",
               "label" : "Florida A&M University - Florida State University College of Engineering",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03k9hrc16",
               "label" : "Florida State University-Panama",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03s53g630",
               "label" : "National High Magnetic Field Laboratory",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/017vyhs10",
               "label" : "Moorea Coral Reef Long Term Ecological Research",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/05hnkta08",
               "label" : "Santa Barbara Coastal Long Term Ecological Research",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/Florida_State_University"
      },
      {
         "acronyms" : [],
         "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",
                     "code" : "US.CT.009",
                     "id" : 4839373,
                     "name" : "New Haven"
                  },
                  "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.30815,
               "line" : null,
               "lng" : -72.92816,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "Collegiate School",
            "Yale College"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : "",
         "established" : 1701,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100005326",
                  "100009414",
                  "100007184",
                  "100011492",
                  "100005472",
                  "100005986",
                  "100006699",
                  "100007089",
                  "501100000673",
                  "100006698",
                  "100006441",
                  "100019801",
                  "100014752"
               ],
               "preferred" : "100005326"
            },
            "GRID" : {
               "all" : "grid.47100.32",
               "preferred" : "grid.47100.32"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 1936 8710"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "34273",
                  "874207",
                  "456406",
                  "8017475",
                  "3546955"
               ],
               "preferred" : "34273"
            },
            "Wikidata" : {
               "all" : [
                  "Q49112"
               ],
               "preferred" : "Q49112"
            }
         },
         "id" : "https://ror.org/03v76x132",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad Yale"
            }
         ],
         "links" : [
            "http://www.yale.edu"
         ],
         "name" : "Yale University",
         "relationships" : [
            {
               "id" : "https://ror.org/000yct867",
               "label" : "Bridgeport Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/04t2rv460",
               "label" : "Danbury Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/05j82jr52",
               "label" : "Gaylord Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/036qtaj98",
               "label" : "Greenwich Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/008rtte29",
               "label" : "Griffin Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/003j5cv40",
               "label" : "Haskins Laboratories",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/005xhc966",
               "label" : "Norwalk Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/050cwzy61",
               "label" : "St Mary's Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/03j7sze86",
               "label" : "Yale Cancer Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/01s1hsq14",
               "label" : "Yale New Haven Health System",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/05tszed37",
               "label" : "Yale New Haven Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/004x7d471",
               "label" : "Center for Light Energy Activated Redox Processes",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03db5ay71",
               "label" : "Yale Peabody Museum",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04jddh448",
               "label" : "Tropical Resources Institute",
               "type" : "Child"
            }
         ],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/Yale_University"
      },
      {
         "acronyms" : [
            "ED ",
            "DoED"
         ],
         "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" : 1979,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100000138",
                  "100005245",
                  "100005249",
                  "100005250",
                  "100007351",
                  "100005248",
                  "100005252",
                  "100005254",
                  "100005247"
               ],
               "preferred" : "100000138"
            },
            "GRID" : {
               "all" : "grid.419881.d",
               "preferred" : "grid.419881.d"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2176 2483"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "70919"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q861556"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/021adze67",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Departamento de Educación de los Estados Unidos"
            },
            {
               "iso639" : "fr",
               "label" : "Département de l'Éducation des États-unis"
            }
         ],
         "links" : [
            "http://www.ed.gov/"
         ],
         "name" : "United States Department of Education",
         "relationships" : [
            {
               "id" : "https://ror.org/02rcrvv70",
               "label" : "Government of the United States of America",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/04et59085",
               "label" : "Institute of Education Sciences",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00fyvea65",
               "label" : "National Library of Education",
               "type" : "Child"
            }
         ],
         "status" : "active",
         "types" : [
            "Government"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/United_States_Department_of_Education"
      },
      {
         "acronyms" : [
            "BU"
         ],
         "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" : [
            "Boston U"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : "",
         "established" : 1839,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100007161",
                  "100008748",
                  "100007265",
                  "100007505",
                  "100006504",
                  "100006003",
                  "100008930",
                  "100008133"
               ],
               "preferred" : "100007161"
            },
            "GRID" : {
               "all" : "grid.189504.1",
               "preferred" : "grid.189504.1"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 1936 7558"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "61114",
                  "4378579",
                  "10084456",
                  "1385394"
               ],
               "preferred" : "61114"
            },
            "Wikidata" : {
               "all" : [
                  "Q49110"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05qwgg493",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "fr",
               "label" : "Université de Boston"
            },
            {
               "iso639" : "es",
               "label" : "Universidad de Boston"
            }
         ],
         "links" : [
            "http://www.bu.edu/"
         ],
         "name" : "Boston University",
         "relationships" : [
            {
               "id" : "https://ror.org/00nebyg34",
               "label" : "Central Maine Medical Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/031yzhe66",
               "label" : "Cyprus American Archaeological Research Institute",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/03mbq3y29",
               "label" : "Lahey Hospital and Medical Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/05par7p11",
               "label" : "Massachusetts Green High Performance Computing Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/0478ng049",
               "label" : "Roger Williams Medical Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/031grv205",
               "label" : "Framingham Heart Study",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00mkh7345",
               "label" : "Hubbard Brook Long Term Ecological Research",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/052tfzs89",
               "label" : "Plum Island Ecosystems Long Term Ecological Research",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/013zder45",
               "label" : "Virginia Coast Reserve Long Term Ecological Research",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/008cfmj78",
               "label" : "Wyss Institute for Biologically Inspired Engineering",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/Boston_University"
      },
      {
         "acronyms" : [
            "UF"
         ],
         "addresses" : [
            {
               "city" : "Gainesville",
               "country_geonames_id" : 6252001,
               "geonames_city" : {
                  "city" : "Gainesville",
                  "geonames_admin1" : {
                     "ascii_name" : "Florida",
                     "code" : "US.FL",
                     "id" : 4155751,
                     "name" : "Florida"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : "Alachua",
                     "code" : "US.FL.001",
                     "id" : 4145709,
                     "name" : "Alachua"
                  },
                  "id" : 4156404,
                  "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" : 29.65163,
               "line" : null,
               "lng" : -82.32483,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "University of the State of Florida"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1853,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100007698",
                  "100007565",
                  "100007861",
                  "100008276",
                  "100001364",
                  "100009406",
                  "100008901",
                  "100016525"
               ],
               "preferred" : "100007698"
            },
            "GRID" : {
               "all" : "grid.15276.37",
               "preferred" : "grid.15276.37"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 1936 8091"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "60611",
                  "18702934"
               ],
               "preferred" : "60611"
            },
            "Wikidata" : {
               "all" : [
                  "Q501758"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/02y3ad647",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad de la Florida"
            },
            {
               "iso639" : "fr",
               "label" : "Université de floride"
            }
         ],
         "links" : [
            "http://www.ufl.edu/"
         ],
         "name" : "University of Florida",
         "relationships" : [
            {
               "id" : "https://ror.org/03kvbr153",
               "label" : "UF Health Shands Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/0419bgt07",
               "label" : "University of Florida Health Science Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/05sqd3t97",
               "label" : "State University System of Florida",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/02x2kaq51",
               "label" : "Florida Medical Entomology Laboratory",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/01j5kpq29",
               "label" : "Florida Sea Grant",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03s53g630",
               "label" : "National High Magnetic Field Laboratory",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02wavzm11",
               "label" : "Konza Prairie Long Term Ecological Research",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/056pdzs28",
               "label" : "The Herbert Wertheim UF Scripps Institute for Biomedical Innovation & Technology",
               "type" : "Child"
            }
         ],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/University_of_Florida"
      },
      {
         "acronyms" : [
            "CalEPA"
         ],
         "addresses" : [
            {
               "city" : "Sacramento",
               "country_geonames_id" : 6252001,
               "geonames_city" : {
                  "city" : "Sacramento",
                  "geonames_admin1" : {
                     "ascii_name" : "California",
                     "code" : "US.CA",
                     "id" : 5332921,
                     "name" : "California"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : "Sacramento",
                     "code" : "US.CA.067",
                     "id" : 5389519,
                     "name" : "Sacramento"
                  },
                  "id" : 5389489,
                  "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.58157,
               "line" : null,
               "lng" : -121.4944,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1991,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100004806",
                  "100004814"
               ],
               "preferred" : "100004806"
            },
            "GRID" : {
               "all" : "grid.428205.9",
               "preferred" : "grid.428205.9"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 0704 4602"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "12402182"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q5020479"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/02gkqqp86",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Agencia de Protección Ambiental de California"
            }
         ],
         "links" : [
            "http://www.calepa.ca.gov/"
         ],
         "name" : "California Environmental Protection Agency",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Government"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/California_Environmental_Protection_Agency"
      },
      {
         "acronyms" : [
            "STRI"
         ],
         "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" : null,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.430355.4",
               "preferred" : "grid.430355.4"
            }
         },
         "id" : "https://ror.org/02ptchg16",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Instituto Smithsonian de Investigaciones Tropicales"
            }
         ],
         "links" : [
            "http://www.stri.si.edu/english"
         ],
         "name" : "Smithsonian Tropical Research Institute",
         "relationships" : [
            {
               "id" : "https://ror.org/035jbxr46",
               "label" : "Smithsonian Tropical Research Institute",
               "type" : "Successor"
            }
         ],
         "status" : "withdrawn",
         "types" : [
            "Facility"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Smithsonian_Tropical_Research_Institute"
      },
      {
         "acronyms" : [
            "SIU"
         ],
         "addresses" : [
            {
               "city" : "Carbondale",
               "country_geonames_id" : 6252001,
               "geonames_city" : {
                  "city" : "Carbondale",
                  "geonames_admin1" : {
                     "ascii_name" : "Illinois",
                     "code" : "US.IL",
                     "id" : 4896861,
                     "name" : "Illinois"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : "Jackson",
                     "code" : "US.IL.077",
                     "id" : 4241687,
                     "name" : "Jackson"
                  },
                  "id" : 4235193,
                  "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.72727,
               "line" : null,
               "lng" : -89.21675,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "SIU Carbondale"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : "",
         "established" : 1869,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100020616"
               ],
               "preferred" : "100020616"
            },
            "GRID" : {
               "all" : "grid.263856.c",
               "preferred" : "grid.263856.c"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 0806 3768"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "476592",
                  "14464867"
               ],
               "preferred" : "476592"
            },
            "Wikidata" : {
               "all" : [
                  "Q1472347"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/049kefs16",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad del Sur de Illinois Carbondale"
            },
            {
               "iso639" : "fr",
               "label" : "Université du sud de l'illinois à carbondale"
            }
         ],
         "links" : [
            "http://www.siu.edu/"
         ],
         "name" : "Southern Illinois University Carbondale",
         "relationships" : [
            {
               "id" : "https://ror.org/03wtwre51",
               "label" : "Decatur Memorial Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/05vz28418",
               "label" : "Southern Illinois University System",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/Southern_Illinois_University_Carbondale"
      },
      {
         "acronyms" : [
            "ECU"
         ],
         "addresses" : [
            {
               "city" : "Greenville",
               "country_geonames_id" : 6252001,
               "geonames_city" : {
                  "city" : "Greenville",
                  "geonames_admin1" : {
                     "ascii_name" : "North Carolina",
                     "code" : "US.NC",
                     "id" : 4482348,
                     "name" : "North Carolina"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : "Pitt",
                     "code" : "US.NC.147",
                     "id" : 4485631,
                     "name" : "Pitt"
                  },
                  "id" : 4469160,
                  "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.61266,
               "line" : null,
               "lng" : -77.36635,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "East Carolina"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : "",
         "established" : 1907,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100008501",
                  "100008558",
                  "100012851"
               ],
               "preferred" : "100008501"
            },
            "GRID" : {
               "all" : "grid.255364.3",
               "preferred" : "grid.255364.3"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2191 0423"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "89488"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q1277776"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01vx35703",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad del Este de Carolina"
            }
         ],
         "links" : [
            "http://www.ecu.edu/"
         ],
         "name" : "East Carolina University",
         "relationships" : [
            {
               "id" : "https://ror.org/034adnw64",
               "label" : "Durham VA Medical Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/00bxj7497",
               "label" : "Vidant Medical Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/0566a8c54",
               "label" : "University of North Carolina System",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/East_Carolina_University"
      },
      {
         "acronyms" : [
            "UR"
         ],
         "addresses" : [
            {
               "city" : "Richmond",
               "country_geonames_id" : 6252001,
               "geonames_city" : {
                  "city" : "Richmond",
                  "geonames_admin1" : {
                     "ascii_name" : "Virginia",
                     "code" : "US.VA",
                     "id" : 6254928,
                     "name" : "Virginia"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : "City of Richmond",
                     "code" : "US.VA.760",
                     "id" : 4781756,
                     "name" : "City of Richmond"
                  },
                  "id" : 4781708,
                  "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.55376,
               "line" : null,
               "lng" : -77.46026,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : "",
         "established" : 1830,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100017395",
                  "100019239"
               ],
               "preferred" : "100017395"
            },
            "GRID" : {
               "all" : "grid.267065.0",
               "preferred" : "grid.267065.0"
            },
            "ISNI" : {
               "all" : [
                  "0000 0000 9609 8938"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "856511",
                  "5513683"
               ],
               "preferred" : "856511"
            },
            "Wikidata" : {
               "all" : [
                  "Q1115878"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/03y71xh61",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad de Richmond"
            },
            {
               "iso639" : "fr",
               "label" : "Université de richmond"
            }
         ],
         "links" : [
            "http://www.richmond.edu/"
         ],
         "name" : "University of Richmond",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/University_of_Richmond"
      },
      {
         "acronyms" : [],
         "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" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1893,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100009304",
                  "100019977"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.299784.9",
               "preferred" : "grid.299784.9"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 0476 8496"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "47001706"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q1122595"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/00mh9zx15",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Museo Field de Historia Natural"
            },
            {
               "iso639" : "fr",
               "label" : "Muséum field"
            }
         ],
         "links" : [
            "http://www.fieldmuseum.org/"
         ],
         "name" : "Field Museum of Natural History",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Archive"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Field_Museum_of_Natural_History"
      },
      {
         "acronyms" : [
            "UW"
         ],
         "addresses" : [
            {
               "city" : "Laramie",
               "country_geonames_id" : 6252001,
               "geonames_city" : {
                  "city" : "Laramie",
                  "geonames_admin1" : {
                     "ascii_name" : "Wyoming",
                     "code" : "US.WY",
                     "id" : 5843591,
                     "name" : "Wyoming"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : "Albany",
                     "code" : "US.WY.001",
                     "id" : 5816904,
                     "name" : "Albany"
                  },
                  "id" : 5830062,
                  "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.31137,
               "line" : null,
               "lng" : -105.5911,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1886,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100008106",
                  "100009212",
                  "100010598",
                  "100008107",
                  "100008108",
                  "100017825"
               ],
               "preferred" : "100008106"
            },
            "GRID" : {
               "all" : "grid.135963.b",
               "preferred" : "grid.135963.b"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2109 0381"
               ],
               "preferred" : null
            },
            "OrgRef" : {
               "all" : [
                  "535684",
                  "6603746"
               ],
               "preferred" : "535684"
            },
            "Wikidata" : {
               "all" : [
                  "Q1326975"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01485tq96",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad de Wyoming"
            },
            {
               "iso639" : "fr",
               "label" : "Université du wyoming"
            }
         ],
         "links" : [
            "http://www.uwyo.edu/"
         ],
         "name" : "University of Wyoming",
         "relationships" : [
            {
               "id" : "https://ror.org/04jaeeg73",
               "label" : "Wyoming Space Grant Consortium",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02wavzm11",
               "label" : "Konza Prairie Long Term Ecological Research",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/University_of_Wyoming"
      }
   ],
   "meta" : {
      "countries" : [
         {
            "count" : 426,
            "id" : "us",
            "title" : "United States"
         }
      ],
      "statuses" : [
         {
            "count" : 424,
            "id" : "active",
            "title" : "active"
         },
         {
            "count" : 2,
            "id" : "withdrawn",
            "title" : "withdrawn"
         }
      ],
      "types" : [
         {
            "count" : 280,
            "id" : "education",
            "title" : "Education"
         },
         {
            "count" : 63,
            "id" : "government",
            "title" : "Government"
         },
         {
            "count" : 23,
            "id" : "archive",
            "title" : "Archive"
         },
         {
            "count" : 17,
            "id" : "facility",
            "title" : "Facility"
         },
         {
            "count" : 17,
            "id" : "nonprofit",
            "title" : "Nonprofit"
         },
         {
            "count" : 13,
            "id" : "healthcare",
            "title" : "Healthcare"
         },
         {
            "count" : 13,
            "id" : "other",
            "title" : "Other"
         }
      ]
   },
   "number_of_results" : 426,
   "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 than addresses.%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
      }
    ]
  }
}