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 and Schema 2.1.

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/v1/organizations?query.advanced=%22Harvard%20University%22' | json_pp

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" : null,
               "geonames_city" : {
                  "city" : "Cambridge",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : 1636,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100007229",
                  "100010520",
                  "100009802",
                  "100009868",
                  "100008548",
                  "100008549",
                  "100005724",
                  "100005578",
                  "100009116",
                  "100008036",
                  "100009345",
                  "100005668",
                  "100010952",
                  "100008024",
                  "100005487",
                  "100005473",
                  "100005293",
                  "100006075",
                  "100005915",
                  "100005469",
                  "100005650",
                  "100005678",
                  "100005692",
                  "100005802",
                  "100005856",
                  "100005893",
                  "100005941",
                  "100006007",
                  "100006011",
                  "100006274",
                  "100007230",
                  "100007300",
                  "100007887",
                  "100008263",
                  "100005574",
                  "100007299",
                  "100006691",
                  "100007301",
                  "100019552"
               ],
               "preferred" : "100007229"
            },
            "GRID" : {
               "all" : "grid.38142.3c",
               "preferred" : "grid.38142.3c"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 1936 754X"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q13371",
                  "Q5676556"
               ],
               "preferred" : "Q13371"
            }
         },
         "id" : "https://ror.org/03vek6s52",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad de Harvard"
            }
         ],
         "links" : [
            "https://www.harvard.edu"
         ],
         "name" : "Harvard University",
         "relationships" : [
            {
               "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"
            },
            {
               "id" : "https://ror.org/03pvyf116",
               "label" : "Dana-Farber/Harvard Cancer Center",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05b0g2v72",
               "label" : "Real Colegio Complutense",
               "type" : "Child"
            },
            {
               "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"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/Harvard_University"
      },
      {
         "acronyms" : [
            "RCCHU"
         ],
         "addresses" : [
            {
               "city" : "Cambridge",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Cambridge",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : [
            "RCC at Harvard University",
            "Real Colegio Complutense at Harvard University"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1990,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100013721"
               ],
               "preferred" : "100013721"
            },
            "Wikidata" : {
               "all" : [
                  "Q7300869"
               ],
               "preferred" : "Q7300869"
            }
         },
         "id" : "https://ror.org/05b0g2v72",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "https://rcc.harvard.edu"
         ],
         "name" : "Real Colegio Complutense",
         "relationships" : [
            {
               "id" : "https://ror.org/03vek6s52",
               "label" : "Harvard University",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Real_Colegio_Complutense"
      },
      {
         "acronyms" : [
            "HUP"
         ],
         "addresses" : [
            {
               "city" : "Cambridge",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Cambridge",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : 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" : null,
               "geonames_city" : {
                  "city" : "Boston",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Arnold_Arboretum"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Boston",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Boston",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : 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" : null,
               "geonames_city" : {
                  "city" : "Boston",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : 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",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Albuquerque",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Albuquerque",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NM",
                     "id" : null,
                     "name" : "New Mexico"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.08449,
               "line" : null,
               "lng" : -106.65114,
               "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.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" : null
      },
      {
         "acronyms" : [
            "HSCI"
         ],
         "addresses" : [
            {
               "city" : "Cambridge",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Cambridge",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "HSL"
         ],
         "addresses" : [
            {
               "city" : "Boston",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Boston",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : 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" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Boston",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Boston",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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",
                  "100007878"
               ],
               "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",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Joslin_Diabetes_Center"
      },
      {
         "acronyms" : [
            "BHP"
         ],
         "addresses" : [
            {
               "city" : "Gaborone",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Gaborone",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "BW.GA",
                     "id" : null,
                     "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.65451,
               "line" : null,
               "lng" : 25.90859,
               "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" : [
            "https://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" : null
      },
      {
         "acronyms" : [
            "BWFH"
         ],
         "addresses" : [
            {
               "city" : "Boston",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Boston",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : [
            "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
            },
            "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" : null,
               "geonames_city" : {
                  "city" : "Newton",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.33704,
               "line" : null,
               "lng" : -71.20922,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "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
            },
            "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" : null,
               "geonames_city" : {
                  "city" : "Somerville",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.3876,
               "line" : null,
               "lng" : -71.0995,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "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
            },
            "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/059c3mv67",
               "label" : "Cambridge Health Alliance",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/03vek6s52",
               "label" : "Harvard University",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Healthcare"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Somerville_Hospital"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Boston",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Boston",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : 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" : [
            "CSB"
         ],
         "addresses" : [
            {
               "city" : "Boston",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Boston",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : 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" : null
      },
      {
         "acronyms" : [
            "MEE"
         ],
         "addresses" : [
            {
               "city" : "Boston",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Boston",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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 Eye Infirmary",
            "Mass. Eye and Ear"
         ],
         "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
            },
            "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",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Massachusetts_Eye_and_Ear_Infirmary"
      },
      {
         "acronyms" : [
            "HST"
         ],
         "addresses" : [
            {
               "city" : "Cambridge",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Cambridge",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : 1970,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.413735.7",
               "preferred" : "grid.413735.7"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0475 2760"
               ],
               "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" : null,
               "geonames_city" : {
                  "city" : "Burlington",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.50482,
               "line" : null,
               "lng" : -71.19561,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "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" : [
            "CUA"
         ],
         "addresses" : [
            {
               "city" : "Cambridge",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Cambridge",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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",
            "Funder"
         ],
         "wikipedia_url" : null
      }
   ],
   "meta" : {
      "countries" : [
         {
            "count" : 40,
            "id" : "us",
            "title" : "United States"
         },
         {
            "count" : 1,
            "id" : "bw",
            "title" : "Botswana"
         }
      ],
      "statuses" : [
         {
            "count" : 41,
            "id" : "active",
            "title" : "active"
         }
      ],
      "types" : [
         {
            "count" : 20,
            "id" : "funder",
            "title" : "Funder"
         },
         {
            "count" : 17,
            "id" : "healthcare",
            "title" : "Healthcare"
         },
         {
            "count" : 14,
            "id" : "facility",
            "title" : "Facility"
         },
         {
            "count" : 5,
            "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" : 41,
   "time_taken" : 31
}

🚧

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/v1/organizations?query.advanced=[fieldname]:[value]

Example

curl 'https://api.ror.org/v1/organizations?query.advanced=name:%22Harvard%20University%22' | json_pp

The response returns 2 records with the exact phrase "Harvard University" in the name field.

{
   "items" : [
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Cambridge",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Cambridge",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : 1636,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100007229",
                  "100010520",
                  "100009802",
                  "100009868",
                  "100008548",
                  "100008549",
                  "100005724",
                  "100005578",
                  "100009116",
                  "100008036",
                  "100009345",
                  "100005668",
                  "100010952",
                  "100008024",
                  "100005487",
                  "100005473",
                  "100005293",
                  "100006075",
                  "100005915",
                  "100005469",
                  "100005650",
                  "100005678",
                  "100005692",
                  "100005802",
                  "100005856",
                  "100005893",
                  "100005941",
                  "100006007",
                  "100006011",
                  "100006274",
                  "100007230",
                  "100007300",
                  "100007887",
                  "100008263",
                  "100005574",
                  "100007299",
                  "100006691",
                  "100007301",
                  "100019552"
               ],
               "preferred" : "100007229"
            },
            "GRID" : {
               "all" : "grid.38142.3c",
               "preferred" : "grid.38142.3c"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 1936 754X"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q13371",
                  "Q5676556"
               ],
               "preferred" : "Q13371"
            }
         },
         "id" : "https://ror.org/03vek6s52",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad de Harvard"
            }
         ],
         "links" : [
            "https://www.harvard.edu"
         ],
         "name" : "Harvard University",
         "relationships" : [
            {
               "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"
            },
            {
               "id" : "https://ror.org/03pvyf116",
               "label" : "Dana-Farber/Harvard Cancer Center",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05b0g2v72",
               "label" : "Real Colegio Complutense",
               "type" : "Child"
            },
            {
               "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"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/Harvard_University"
      },
      {
         "acronyms" : [
            "HUP"
         ],
         "addresses" : [
            {
               "city" : "Cambridge",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Cambridge",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : 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"
      }
   ],
   "meta" : {
      "countries" : [
         {
            "count" : 2,
            "id" : "us",
            "title" : "United States"
         }
      ],
      "statuses" : [
         {
            "count" : 2,
            "id" : "active",
            "title" : "active"
         }
      ],
      "types" : [
         {
            "count" : 1,
            "id" : "education",
            "title" : "Education"
         },
         {
            "count" : 1,
            "id" : "funder",
            "title" : "Funder"
         },
         {
            "count" : 1,
            "id" : "other",
            "title" : "Other"
         }
      ]
   },
   "number_of_results" : 2,
   "time_taken" : 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/v1/organizations?query.advanced=name:Cornell+AND+addresses.geonames_city.city:Ithaca' | json_pp

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" : null,
               "geonames_city" : {
                  "city" : "Ithaca",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "name" : "New York"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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
            },
            "Wikidata" : {
               "all" : [
                  "Q49115"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05bnh6r87",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad Cornell"
            }
         ],
         "links" : [
            "https://www.cornell.edu"
         ],
         "name" : "Cornell University",
         "relationships" : [
            {
               "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/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/00m2zh467",
               "label" : "arXiv",
               "type" : "Child"
            },
            {
               "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/00mkh7345",
               "label" : "Hubbard Brook Long Term Ecological Research",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/05cshtm26",
               "label" : "Great Lakes Research Consortium",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/Cornell_University"
      },
      {
         "acronyms" : [
            "CLO"
         ],
         "addresses" : [
            {
               "city" : "Ithaca",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Ithaca",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "name" : "New York"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Cornell_Lab_of_Ornithology"
      },
      {
         "acronyms" : [
            "CHESS"
         ],
         "addresses" : [
            {
               "city" : "Ithaca",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Ithaca",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "name" : "New York"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : [
            "CHESS - Cornell High Energy Synchrotron Source",
            "Cornell High Energy Synchrotron Source (CHESS)"
         ],
         "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
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Ithaca",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Ithaca",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "name" : "New York"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Atkinson_Center_for_a_Sustainable_Future"
      },
      {
         "acronyms" : [
            "CUAES"
         ],
         "addresses" : [
            {
               "city" : "Ithaca",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Ithaca",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "name" : "New York"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/New_York_State_Agricultural_Experiment_Station"
      }
   ],
   "meta" : {
      "countries" : [
         {
            "count" : 5,
            "id" : "us",
            "title" : "United States"
         }
      ],
      "statuses" : [
         {
            "count" : 5,
            "id" : "active",
            "title" : "active"
         }
      ],
      "types" : [
         {
            "count" : 4,
            "id" : "funder",
            "title" : "Funder"
         },
         {
            "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/v1/organizations?query.advanced=name:Cornell+NOT+addresses.geonames_city.city:Ithaca' | json_pp

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" : null,
               "geonames_city" : {
                  "city" : "Mount Vernon",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.IA",
                     "id" : null,
                     "name" : "Iowa"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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
            },
            "Wikidata" : {
               "all" : [
                  "Q5171517"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01wvxpc32",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "https://www.cornellcollege.edu"
         ],
         "name" : "Cornell College",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Cornell_College"
      },
      {
         "acronyms" : [
            "WCM"
         ],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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",
                  "100020424"
               ],
               "preferred" : "100020424"
            },
            "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/05bnh6r87",
               "label" : "Cornell University",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/03zjqec80",
               "label" : "Hospital for Special Surgery",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Weill_Cornell_Medicine"
      },
      {
         "acronyms" : [
            "CSHHC"
         ],
         "addresses" : [
            {
               "city" : "New Haven",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New Haven",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.CT",
                     "id" : null,
                     "name" : "Connecticut"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : [],
         "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" : null
      },
      {
         "acronyms" : [
            "CCESC"
         ],
         "addresses" : [
            {
               "city" : "Liberty",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Liberty",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "name" : "New York"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.8012,
               "line" : null,
               "lng" : -74.74655,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "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" : null
      },
      {
         "acronyms" : [
            "CCE"
         ],
         "addresses" : [
            {
               "city" : "Riverhead",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Riverhead",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "name" : "New York"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.91704,
               "line" : null,
               "lng" : -72.66204,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "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" : null
      },
      {
         "acronyms" : [
            "WCMC-Q"
         ],
         "addresses" : [
            {
               "city" : "Doha",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Doha",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "QA.DA",
                     "id" : null,
                     "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
            },
            "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",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Weill_Cornell_Medical_College_in_Qatar"
      },
      {
         "acronyms" : [
            "CCE"
         ],
         "addresses" : [
            {
               "city" : "Watertown",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Watertown",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "name" : "New York"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.97478,
               "line" : null,
               "lng" : -75.91076,
               "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.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" : null
      }
   ],
   "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" : "funder",
            "title" : "Funder"
         },
         {
            "count" : 3,
            "id" : "nonprofit",
            "title" : "Nonprofit"
         },
         {
            "count" : 1,
            "id" : "healthcare",
            "title" : "Healthcare"
         }
      ]
   },
   "number_of_results" : 7,
   "time_taken" : 2
}

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/v1/organizations?query.advanced=[parent fieldname]%5c*:[value]

Note that \ characters must be URL-encoded.

Example

curl 'https://api.ror.org/v1/organizations?query.advanced=addresses.%5c*:Melbourne' | json_pp

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" : [
            "OUA"
         ],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "AU",
            "country_name" : "Australia"
         },
         "email_address" : null,
         "established" : 1993,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.449611.f",
               "preferred" : "grid.449611.f"
            },
            "Wikidata" : {
               "all" : [
                  "Q7096259"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/02ee19461",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "https://www.open.edu.au/"
         ],
         "name" : "Open Universities Australia",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "DELWP"
         ],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "Department of Environment and Primary Industries"
         ],
         "country" : {
            "country_code" : "AU",
            "country_name" : "Australia"
         },
         "email_address" : null,
         "established" : 2015,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100008430",
                  "100009675",
                  "100008431",
                  "100008432"
               ],
               "preferred" : "100008430"
            },
            "GRID" : {
               "all" : "grid.452205.4",
               "preferred" : "grid.452205.4"
            },
            "ISNI" : {
               "all" : [
                  "0000 0000 9561 2798"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q20647143"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/03m3hse57",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://delwp.vic.gov.au/"
         ],
         "name" : "Department of Environment, Land, Water and Planning",
         "relationships" : [
            {
               "id" : "https://ror.org/02xvc5r05",
               "label" : "Government of Victoria",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Government",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Department_of_Environment,_Land,_Water_and_Planning"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "Biosciences Research Centre"
         ],
         "country" : {
            "country_code" : "AU",
            "country_name" : "Australia"
         },
         "email_address" : null,
         "established" : 2009,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.452283.a",
               "preferred" : "grid.452283.a"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0407 2669"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q30296100"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/042kgb568",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.agribio.com.au/"
         ],
         "name" : "AgriBio",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Facility"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "AU",
            "country_name" : "Australia"
         },
         "email_address" : null,
         "established" : 2010,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.452937.e",
               "preferred" : "grid.452937.e"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2351 4758"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q30296504"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/03d17t865",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.zoo.org.au/"
         ],
         "name" : "Zoos Victoria",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Archive"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "Heart Foundation"
         ],
         "country" : {
            "country_code" : "AU",
            "country_name" : "Australia"
         },
         "email_address" : null,
         "established" : 1959,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "501100001030"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.453005.7",
               "preferred" : "grid.453005.7"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0469 7714"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q6973030"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/039d9wr27",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.heartfoundation.org.au/"
         ],
         "name" : "National Heart Foundation of Australia",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/National_Heart_Foundation_of_Australia"
      },
      {
         "acronyms" : [
            "CoEPP "
         ],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "AU",
            "country_name" : "Australia"
         },
         "email_address" : null,
         "established" : 2011,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "501100003242"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.453169.c",
               "preferred" : "grid.453169.c"
            },
            "Wikidata" : {
               "all" : [
                  "Q30296588"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01h06nz15",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.coepp.org.au/"
         ],
         "name" : "ARC Centre of Excellence for Particle Physics at the Terascale",
         "relationships" : [
            {
               "id" : "https://ror.org/05mmh0f86",
               "label" : "Australian Research Council",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/01ej9dk98",
               "label" : "University of Melbourne",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Facility",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "EQT Foundation",
            "Equity Trustees Foundation"
         ],
         "country" : {
            "country_code" : "AU",
            "country_name" : "Australia"
         },
         "email_address" : null,
         "established" : 1888,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100008190"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.453480.e",
               "preferred" : "grid.453480.e"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 6007 5637"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q30296743"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05psqqq26",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.eqt.com.au/"
         ],
         "name" : "Equity Trustees",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "DIAL"
         ],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "Dairy Innovation Australia Limited"
         ],
         "country" : {
            "country_code" : "AU",
            "country_name" : "Australia"
         },
         "email_address" : null,
         "established" : 2006,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "501100001187"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.453657.6",
               "preferred" : "grid.453657.6"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 5899 6891"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/03ev2fp74",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.dairyinnovation.com.au/"
         ],
         "name" : "Dairy Innovation Australia (Australia)",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Company",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "AU",
            "country_name" : "Australia"
         },
         "email_address" : null,
         "established" : 1857,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.416580.e",
               "preferred" : "grid.416580.e"
            }
         },
         "id" : "https://ror.org/012nkbb42",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "https://svha.org.au/home"
         ],
         "name" : "St Vincent's Health",
         "relationships" : [
            {
               "id" : "https://ror.org/001kjn539",
               "label" : "St Vincent's Hospital",
               "type" : "Child"
            }
         ],
         "status" : "active",
         "types" : [
            "Healthcare"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "AU",
            "country_name" : "Australia"
         },
         "email_address" : null,
         "established" : 1972,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.417075.0",
               "preferred" : "grid.417075.0"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0401 8291"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05qv7gx64",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.westernhealth.org.au/AboutUs/60_WHF_Anniversary/Pages/Footscray-1970-1980.aspx"
         ],
         "name" : "Western Hospital",
         "relationships" : [
            {
               "id" : "https://ror.org/02p4mwa83",
               "label" : "Western Health",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Healthcare"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "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" : null
      },
      {
         "acronyms" : [
            "OPSMC"
         ],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "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" : null
      },
      {
         "acronyms" : [
            "MCMC"
         ],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "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" : null
      },
      {
         "acronyms" : [
            "MISC"
         ],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "AU",
            "country_name" : "Australia"
         },
         "email_address" : null,
         "established" : 2007,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.421444.3",
               "preferred" : "grid.421444.3"
            }
         },
         "id" : "https://ror.org/03gsmwj46",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.marketintelligence.com.au/"
         ],
         "name" : "Market Intelligence Strategy Centre (Australia)",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Company"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "AGL"
         ],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.FL",
                     "id" : null,
                     "name" : "Florida"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.08363,
               "line" : null,
               "lng" : -80.60811,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1984,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.422770.4",
               "preferred" : "grid.422770.4"
            }
         },
         "id" : "https://ror.org/02zm13s10",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.appliedgenetics.com/"
         ],
         "name" : "Applied Genetics Laboratories",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Facility"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "ATSE"
         ],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "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",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Australian_Academy_of_Technological_Sciences_and_Engineering"
      },
      {
         "acronyms" : [
            "ACOLA"
         ],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.814,
               "line" : null,
               "lng" : 144.96332,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "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" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.FL",
                     "id" : null,
                     "name" : "Florida"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.08363,
               "line" : null,
               "lng" : -80.60811,
               "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.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" : null
      },
      {
         "acronyms" : [
            "ROFFS"
         ],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.FL",
                     "id" : null,
                     "name" : "Florida"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.08363,
               "line" : null,
               "lng" : -80.60811,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "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" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Melbourne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Melbourne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.FL",
                     "id" : null,
                     "name" : "Florida"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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.08363,
               "line" : null,
               "lng" : -80.60811,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "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"
      }
   ],
   "meta" : {
      "countries" : [
         {
            "count" : 198,
            "id" : "au",
            "title" : "Australia"
         },
         {
            "count" : 26,
            "id" : "us",
            "title" : "United States"
         }
      ],
      "statuses" : [
         {
            "count" : 224,
            "id" : "active",
            "title" : "active"
         }
      ],
      "types" : [
         {
            "count" : 96,
            "id" : "funder",
            "title" : "Funder"
         },
         {
            "count" : 49,
            "id" : "nonprofit",
            "title" : "Nonprofit"
         },
         {
            "count" : 41,
            "id" : "company",
            "title" : "Company"
         },
         {
            "count" : 30,
            "id" : "healthcare",
            "title" : "Healthcare"
         },
         {
            "count" : 27,
            "id" : "education",
            "title" : "Education"
         },
         {
            "count" : 27,
            "id" : "facility",
            "title" : "Facility"
         },
         {
            "count" : 22,
            "id" : "other",
            "title" : "Other"
         },
         {
            "count" : 21,
            "id" : "government",
            "title" : "Government"
         },
         {
            "count" : 7,
            "id" : "archive",
            "title" : "Archive"
         }
      ]
   },
   "number_of_results" : 224,
   "time_taken" : 3
}

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/v1/organizations?query.advanced=_exists_:external_ids.ISNI.all' | json_pp

The response is a list of ROR records with ISNI identifiers.

{
   "items" : [
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Salem",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Salem",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NH",
                     "id" : null,
                     "name" : "New Hampshire"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 5092268,
                  "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.78842,
               "line" : null,
               "lng" : -71.20089,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1965,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100005639"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478966.2",
               "preferred" : "grid.478966.2"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 5905 7941"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/012y0vf21",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.fidelityfoundation.org/"
         ],
         "name" : "Fidelity Foundation",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "ESPE"
         ],
         "addresses" : [
            {
               "city" : "Bristol",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Bristol",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "GB.ENG",
                     "id" : null,
                     "name" : "England"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : null,
                     "name" : null
                  },
                  "nuts_level2" : {
                     "code" : null,
                     "name" : null
                  },
                  "nuts_level3" : {
                     "code" : null,
                     "name" : null
                  }
               },
               "lat" : 51.45523,
               "line" : null,
               "lng" : -2.59665,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "GB",
            "country_name" : "United Kingdom"
         },
         "email_address" : null,
         "established" : 1962,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100010381"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478967.3",
               "preferred" : "grid.478967.3"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 1954 8488"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/000y6m766",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "https://www.eurospe.org/"
         ],
         "name" : "European Society for Paediatric Endocrinology",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "EREF"
         ],
         "addresses" : [
            {
               "city" : "Raleigh",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Raleigh",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NC",
                     "id" : null,
                     "name" : "North Carolina"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 4487042,
                  "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.7721,
               "line" : null,
               "lng" : -78.63861,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1992,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100001604"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478968.c",
               "preferred" : "grid.478968.c"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 5905 779X"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01frg4p28",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "https://erefdn.org/"
         ],
         "name" : "Environmental Research and Education Foundation",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Chicago",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Chicago",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.IL",
                     "id" : null,
                     "name" : "Illinois"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : 1940,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100006622"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478970.5",
               "preferred" : "grid.478970.5"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 5902 2335"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/04md70c70",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://fieldfoundation.org/"
         ],
         "name" : "Field Foundation",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "ARRFA",
            "RFA"
         ],
         "addresses" : [
            {
               "city" : "Adelaide",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Adelaide",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.SA",
                     "id" : null,
                     "name" : "South Australia"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2078025,
                  "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" : -34.92866,
               "line" : null,
               "lng" : 138.59863,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "Anti-Rabbit Research Foundation of Australia"
         ],
         "country" : {
            "country_code" : "AU",
            "country_name" : "Australia"
         },
         "email_address" : null,
         "established" : 1990,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "501100001083"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478971.4",
               "preferred" : "grid.478971.4"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 5900 0750"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/00npama54",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.rabbitfreeaustralia.com.au/"
         ],
         "name" : "Rabbit Free Australia",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Geneva",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Geneva",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "CH.GE",
                     "id" : null,
                     "name" : "Geneva"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2660646,
                  "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" : 46.20222,
               "line" : null,
               "lng" : 6.14569,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "CH",
            "country_name" : "Switzerland"
         },
         "email_address" : null,
         "established" : 1996,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "501100004818"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478972.7",
               "preferred" : "grid.478972.7"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 5900 4145"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/04c8t3f61",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.pro-kartagener.ch/"
         ],
         "name" : "Foundation Milena Carvajal - Pro-Kartagener",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Paris",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Paris",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "FR.IDF",
                     "id" : null,
                     "name" : "Île-de-France"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2988507,
                  "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" : 48.85341,
               "line" : null,
               "lng" : 2.3488,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "FR",
            "country_name" : "France"
         },
         "email_address" : null,
         "established" : 1978,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100007382"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478973.6",
               "preferred" : "grid.478973.6"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 5905 7503"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01y3pph13",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.fondationparalysiecerebrale.org/"
         ],
         "name" : "Fondation Motrice",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Saginaw",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Saginaw",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MI",
                     "id" : null,
                     "name" : "Michigan"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 5007989,
                  "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.41947,
               "line" : null,
               "lng" : -83.95081,
               "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" : [
                  "100010308"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478974.1",
               "preferred" : "grid.478974.1"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0444 3263"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/00c1f7q63",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.fni.org/"
         ],
         "name" : "Field Neurosciences Institute",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "ESCRS"
         ],
         "addresses" : [
            {
               "city" : "Dublin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Dublin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "IE.L",
                     "id" : null,
                     "name" : "Leinster"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2964574,
                  "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" : 53.33306,
               "line" : null,
               "lng" : -6.24889,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "IE",
            "country_name" : "Ireland"
         },
         "email_address" : null,
         "established" : 1991,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100010399"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478975.0",
               "preferred" : "grid.478975.0"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2296 3762"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/036jkzq95",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.escrs.org/"
         ],
         "name" : "European Society of Cataract and Refractive Surgeons",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Grenoble",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Grenoble",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "FR.ARA",
                     "id" : null,
                     "name" : "Auvergne-Rhône-Alpes"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 3014728,
                  "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.17869,
               "line" : null,
               "lng" : 5.71479,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "FR",
            "country_name" : "France"
         },
         "email_address" : null,
         "established" : 2006,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100007357"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478976.3",
               "preferred" : "grid.478976.3"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 5906 5642"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/02j553a92",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.fondation-nanosciences.fr/"
         ],
         "name" : "Fondation Nanosciences",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "ESE"
         ],
         "addresses" : [
            {
               "city" : "Bristol",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Bristol",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "GB.ENG",
                     "id" : null,
                     "name" : "England"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : null,
                     "name" : null
                  },
                  "nuts_level2" : {
                     "code" : null,
                     "name" : null
                  },
                  "nuts_level3" : {
                     "code" : null,
                     "name" : null
                  }
               },
               "lat" : 51.45523,
               "line" : null,
               "lng" : -2.59665,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "GB",
            "country_name" : "United Kingdom"
         },
         "email_address" : null,
         "established" : null,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100010382"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478978.d",
               "preferred" : "grid.478978.d"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 0945 7558"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/0376x2274",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.ese-hormones.org/"
         ],
         "name" : "European Society of Endocrinology",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "FRRR"
         ],
         "addresses" : [
            {
               "city" : "Bendigo",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Bendigo",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.VIC",
                     "id" : null,
                     "name" : "Victoria"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2176187,
                  "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" : -36.75818,
               "line" : null,
               "lng" : 144.28024,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "AU",
            "country_name" : "Australia"
         },
         "email_address" : null,
         "established" : 1999,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "501100000967"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478979.c",
               "preferred" : "grid.478979.c"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 5900 0777"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/00b140761",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.frrr.org.au/"
         ],
         "name" : "Foundation for Rural and Regional Renewal",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Louisville",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Louisville",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.KY",
                     "id" : null,
                     "name" : "Kentucky"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 4299276,
                  "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.25424,
               "line" : null,
               "lng" : -85.75941,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 2001,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100001623"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478983.9",
               "preferred" : "grid.478983.9"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0626 8286"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05jawdm29",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "https://www.healthy-ky.org/"
         ],
         "name" : "Foundation for a Healthy Kentucky",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "FARM"
         ],
         "addresses" : [
            {
               "city" : "Rancho Mirage",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Rancho Mirage",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.CA",
                     "id" : null,
                     "name" : "California"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 5386015,
                  "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.73974,
               "line" : null,
               "lng" : -116.41279,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 2000,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100003757"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478985.f",
               "preferred" : "grid.478985.f"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 5899 3690"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/0511edk83",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://farmortho.org/"
         ],
         "name" : "Foundation for the Advancement in Research in Medicine",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Sydney",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Sydney",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "AU.NSW",
                     "id" : null,
                     "name" : "New South Wales"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2147714,
                  "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.86785,
               "line" : null,
               "lng" : 151.20732,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "AU",
            "country_name" : "Australia"
         },
         "email_address" : null,
         "established" : 1990,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100008016",
                  "501100005381"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478986.c",
               "preferred" : "grid.478986.c"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 5900 0515"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05x3hz149",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.foundationforchildren.com.au/c"
         ],
         "name" : "Financial Markets Foundation for Children",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "FACT"
         ],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1971,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100003756"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478987.d",
               "preferred" : "grid.478987.d"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 5906 2900"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/02td35639",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.rethinkingcancer.org/"
         ],
         "name" : "Foundation for Advancement in Cancer Therapy",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Foundation_for_Advancement_in_Cancer_Therapy"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Rotterdam",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Rotterdam",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "NL.ZH",
                     "id" : null,
                     "name" : "South Holland"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2747891,
                  "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" : 51.9225,
               "line" : null,
               "lng" : 4.47917,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "NL",
            "country_name" : "The Netherlands"
         },
         "email_address" : null,
         "established" : 1987,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "501100006419"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478988.2",
               "preferred" : "grid.478988.2"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 5906 3508"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01mrvqn21",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.euroqol.org/"
         ],
         "name" : "EuroQol Research Foundation",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "FSA"
         ],
         "addresses" : [
            {
               "city" : "London",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "London",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "GB.ENG",
                     "id" : null,
                     "name" : "England"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : null,
                     "name" : null
                  },
                  "nuts_level2" : {
                     "code" : null,
                     "name" : null
                  },
                  "nuts_level3" : {
                     "code" : null,
                     "name" : null
                  }
               },
               "lat" : 51.50853,
               "line" : null,
               "lng" : -0.12574,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "GB",
            "country_name" : "United Kingdom"
         },
         "email_address" : null,
         "established" : 2013,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "501100000823"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478990.b",
               "preferred" : "grid.478990.b"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0431 7697"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/00dtg9r68",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.fsa.gov.uk/"
         ],
         "name" : "Financial Services Authority",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Washington",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Washington",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.DC",
                     "id" : null,
                     "name" : "District of Columbia"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : 2003,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100001616"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478993.8",
               "preferred" : "grid.478993.8"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 5897 5492"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/02kerk826",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.finrafoundation.org/"
         ],
         "name" : "FINRA Investor Education Foundation",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "FAR"
         ],
         "addresses" : [
            {
               "city" : "Monticello",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Monticello",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.IL",
                     "id" : null,
                     "name" : "Illinois"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 4902567,
                  "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.02781,
               "line" : null,
               "lng" : -88.5734,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1980,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100002097"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.478995.e",
               "preferred" : "grid.478995.e"
            },
            "ISNI" : {
               "all" : [
                  "0000 0000 8511 3477"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01dvc8750",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://farmresearch.com/"
         ],
         "name" : "Foundation for Agronomic Research",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Foundation_for_Agronomic_Research"
      }
   ],
   "meta" : {
      "countries" : [
         {
            "count" : 16470,
            "id" : "us",
            "title" : "United States"
         },
         {
            "count" : 3883,
            "id" : "gb",
            "title" : "United Kingdom"
         },
         {
            "count" : 2495,
            "id" : "jp",
            "title" : "Japan"
         },
         {
            "count" : 2382,
            "id" : "de",
            "title" : "Germany"
         },
         {
            "count" : 2355,
            "id" : "fr",
            "title" : "France"
         },
         {
            "count" : 2256,
            "id" : "cn",
            "title" : "China"
         },
         {
            "count" : 2180,
            "id" : "in",
            "title" : "India"
         },
         {
            "count" : 1655,
            "id" : "ca",
            "title" : "Canada"
         },
         {
            "count" : 1070,
            "id" : "kr",
            "title" : "South Korea"
         },
         {
            "count" : 987,
            "id" : "it",
            "title" : "Italy"
         }
      ],
      "statuses" : [
         {
            "count" : 54868,
            "id" : "active",
            "title" : "active"
         }
      ],
      "types" : [
         {
            "count" : 16682,
            "id" : "education",
            "title" : "Education"
         },
         {
            "count" : 14209,
            "id" : "funder",
            "title" : "Funder"
         },
         {
            "count" : 8113,
            "id" : "healthcare",
            "title" : "Healthcare"
         },
         {
            "count" : 7542,
            "id" : "company",
            "title" : "Company"
         },
         {
            "count" : 7051,
            "id" : "nonprofit",
            "title" : "Nonprofit"
         },
         {
            "count" : 5671,
            "id" : "facility",
            "title" : "Facility"
         },
         {
            "count" : 4045,
            "id" : "government",
            "title" : "Government"
         },
         {
            "count" : 3844,
            "id" : "other",
            "title" : "Other"
         },
         {
            "count" : 1965,
            "id" : "archive",
            "title" : "Archive"
         }
      ]
   },
   "number_of_results" : 54868,
   "time_taken" : 32
}

Paging and filtering

Search results from the advanced query parameter are paginated and can be filtered by status, type, country name, country code, continent name, and continent code. 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/v1/organizations?query.advanced=labels.iso639:es&filter=country.country_code:US&all_status&page=12' | json_pp

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" : [
            "NCI"
         ],
         "addresses" : [
            {
               "city" : "Bethesda",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Bethesda",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MD",
                     "id" : null,
                     "name" : "Maryland"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 4348599,
                  "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.98067,
               "line" : null,
               "lng" : -77.10026,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1937,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100000054",
                  "100008637",
                  "100007316"
               ],
               "preferred" : "100000054"
            },
            "GRID" : {
               "all" : "grid.48336.3a",
               "preferred" : "grid.48336.3a"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 1936 8075"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q664846"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/040gcmg81",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "fr",
               "label" : "Institut National du Cancer"
            },
            {
               "iso639" : "es",
               "label" : "Instituto Nacional del Cáncer"
            }
         ],
         "links" : [
            "http://www.cancer.gov/"
         ],
         "name" : "National Cancer Institute",
         "relationships" : [
            {
               "id" : "https://ror.org/05bjen692",
               "label" : "Center for Cancer Research",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03v6m3209",
               "label" : "Frederick National Laboratory for Cancer Research",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05n6zrm60",
               "label" : "SWOG Cancer Research Network",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00vkwep27",
               "label" : "Division of Cancer Epidemiology and Genetics",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/01cwqze88",
               "label" : "National Institutes of Health",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/00w52vt71",
               "label" : "MUSC Hollings Cancer Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/02qyzaf42",
               "label" : "The Cancer Imaging Archive",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Government",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/National_Cancer_Institute"
      },
      {
         "acronyms" : [
            "LUC"
         ],
         "addresses" : [
            {
               "city" : "Chicago",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Chicago",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.IL",
                     "id" : null,
                     "name" : "Illinois"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : 1870,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100007656",
                  "100007860",
                  "100007657"
               ],
               "preferred" : "100007656"
            },
            "GRID" : {
               "all" : "grid.164971.c",
               "preferred" : "grid.164971.c"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 1089 6558",
                  "0000 0004 1936 7814"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q1537759"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/04b6x2g63",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad Loyola Chicago"
            },
            {
               "iso639" : "fr",
               "label" : "Université loyola de chicago"
            }
         ],
         "links" : [
            "http://www.luc.edu/"
         ],
         "name" : "Loyola University Chicago",
         "relationships" : [
            {
               "id" : "https://ror.org/02223wv31",
               "label" : "Edward Hines, Jr. VA Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/05xcyt367",
               "label" : "Loyola University Medical Center",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/Loyola_University_Chicago"
      },
      {
         "acronyms" : [
            "LANL"
         ],
         "addresses" : [
            {
               "city" : "Los Alamos",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Los Alamos",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NM",
                     "id" : null,
                     "name" : "New Mexico"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 5476825,
                  "license" : {
                     "attribution" : "Data from geonames.org under a CC-BY 3.0 license",
                     "license" : "http://creativecommons.org/licenses/by/3.0/"
                  },
                  "nuts_level1" : {
                     "code" : null,
                     "name" : null
                  },
                  "nuts_level2" : {
                     "code" : null,
                     "name" : null
                  },
                  "nuts_level3" : {
                     "code" : null,
                     "name" : null
                  }
               },
               "lat" : 35.88808,
               "line" : null,
               "lng" : -106.30697,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "U.S. Department of Energy Los Alamos National Laboratory",
            "U.S. Department of Energy National Nuclear Security Administration Los Alamos National Laboratory",
            "United States Department of Energy Los Alamos National Laboratory",
            "United States Department of Energy National Nuclear Security Administration Los Alamos National Laboratory"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1943,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100008902",
                  "100007000"
               ],
               "preferred" : "100008902"
            },
            "GRID" : {
               "all" : "grid.148313.c",
               "preferred" : "grid.148313.c"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0428 3079"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q379848"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01e41cf67",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "fr",
               "label" : "Laboratoire national de los alamos"
            },
            {
               "iso639" : "es",
               "label" : "Laboratorio Nacional de Los Álamos"
            }
         ],
         "links" : [
            "http://lanl.gov/"
         ],
         "name" : "Los Alamos National Laboratory",
         "relationships" : [
            {
               "id" : "https://ror.org/031yh0y38",
               "label" : "Center for Integrated Nanotechnologies",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03s53g630",
               "label" : "National High Magnetic Field Laboratory",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02tmabg35",
               "label" : "Triad National Security (United States)",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/03sk1we31",
               "label" : "National Nuclear Security Administration",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/05cwx3318",
               "label" : "National Microbiome Data Collaborative",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/01dvj3d25",
               "label" : "Atmospheric Radiation Measurement User Facility",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/040g91402",
               "label" : "CICE Consortium",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Facility",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/Los_Alamos_National_Laboratory"
      },
      {
         "acronyms" : [
            "DVA",
            "VA "
         ],
         "addresses" : [
            {
               "city" : "Washington",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Washington",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.DC",
                     "id" : null,
                     "name" : "District of Columbia"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : [
            "U.S. Department of Veterans Affairs"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1930,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100000738",
                  "100000176",
                  "100007496",
                  "100006379"
               ],
               "preferred" : "100000738"
            },
            "GRID" : {
               "all" : "grid.418356.d",
               "preferred" : "grid.418356.d"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0478 7015"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q592576"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05rsv9s98",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Departamento de Asuntos de los Veteranos de los Estados Unidos"
            },
            {
               "iso639" : "fr",
               "label" : "Département des anciens combattants des États-unis"
            }
         ],
         "links" : [
            "http://www.va.gov/"
         ],
         "name" : "United States Department of Veterans Affairs",
         "relationships" : [
            {
               "id" : "https://ror.org/01dbbht76",
               "label" : "National Center for PTSD",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04s3dsz85",
               "label" : "Office of Diversity and Inclusion",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/0155sw530",
               "label" : "Seattle Epidemiologic Information and Research Center",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05eq41471",
               "label" : "Veterans Health Administration",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/027w0yp05",
               "label" : "William C. Tallent Outpatient Clinic",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/0442kw503",
               "label" : "Office of Academic Affiliations",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02rcrvv70",
               "label" : "Government of the United States of America",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Government",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/United_States_Department_of_Veterans_Affairs"
      },
      {
         "acronyms" : [
            "NU",
            "UNL "
         ],
         "addresses" : [
            {
               "city" : "Lincoln",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Lincoln",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NE",
                     "id" : null,
                     "name" : "Nebraska"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 5072006,
                  "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.8,
               "line" : null,
               "lng" : -96.66696,
               "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" : [
                  "100008114",
                  "100010509",
                  "100009493",
                  "100011141"
               ],
               "preferred" : "100008114"
            },
            "GRID" : {
               "all" : "grid.24434.35",
               "preferred" : "grid.24434.35"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 1937 0060"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q1353679"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/043mer456",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad de Nebraska-Lincoln"
            },
            {
               "iso639" : "fr",
               "label" : "Université du nebraska à lincoln"
            }
         ],
         "links" : [
            "http://www.unl.edu/"
         ],
         "name" : "University of Nebraska–Lincoln",
         "relationships" : [
            {
               "id" : "https://ror.org/05mqqqg72",
               "label" : "Institute of Agriculture and Natural Resources",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/0238rvs44",
               "label" : "University of Nebraska System",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/University_of_Nebraska%E2%80%93Lincoln"
      },
      {
         "acronyms" : [
            "CU"
         ],
         "addresses" : [
            {
               "city" : "Boulder",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Boulder",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.CO",
                     "id" : null,
                     "name" : "Colorado"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 5574991,
                  "license" : {
                     "attribution" : "Data from geonames.org under a CC-BY 3.0 license",
                     "license" : "http://creativecommons.org/licenses/by/3.0/"
                  },
                  "nuts_level1" : {
                     "code" : null,
                     "name" : null
                  },
                  "nuts_level2" : {
                     "code" : null,
                     "name" : null
                  },
                  "nuts_level3" : {
                     "code" : null,
                     "name" : null
                  }
               },
               "lat" : 40.01499,
               "line" : null,
               "lng" : -105.27055,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1876,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100010174"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.266185.e",
               "preferred" : "grid.266185.e"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2109 0824"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q1206658"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/00jc20583",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad de Colorado"
            },
            {
               "iso639" : "fr",
               "label" : "Université du Colorado"
            }
         ],
         "links" : [
            "http://www.cu.edu/"
         ],
         "name" : "University of Colorado System",
         "relationships" : [
            {
               "id" : "https://ror.org/02ttsq026",
               "label" : "University of Colorado Boulder",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/054spjc55",
               "label" : "University of Colorado Colorado Springs",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02hh7en24",
               "label" : "University of Colorado Denver",
               "type" : "Child"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/University_of_Colorado"
      },
      {
         "acronyms" : [
            "NDSU"
         ],
         "addresses" : [
            {
               "city" : "Fargo",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Fargo",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.ND",
                     "id" : null,
                     "name" : "North Dakota"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 5059163,
                  "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" : 46.87719,
               "line" : null,
               "lng" : -96.7898,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "North Dakota State University of Agriculture and Applied Sciences"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1890,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100007518",
                  "100006351"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.261055.5",
               "preferred" : "grid.261055.5"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2293 4611"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q2000624"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05h1bnb22",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad Estatal de Dakota del Norte"
            },
            {
               "iso639" : "fr",
               "label" : "Université d'État du dakota du nord"
            }
         ],
         "links" : [
            "http://www.ndsu.edu/"
         ],
         "name" : "North Dakota State University",
         "relationships" : [
            {
               "id" : "https://ror.org/03fq30e75",
               "label" : "Aldevron (United States)",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03njcec05",
               "label" : "North Dakota Agricultural Experiment Station",
               "type" : "Child"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/North_Dakota_State_University"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Oswego",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Oswego",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "name" : "New York"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 5130081,
                  "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.45535,
               "line" : null,
               "lng" : -76.5105,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "SUNY Oswego"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1861,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100010967"
               ],
               "preferred" : "100010967"
            },
            "GRID" : {
               "all" : "grid.264273.6",
               "preferred" : "grid.264273.6"
            },
            "ISNI" : {
               "all" : [
                  "0000 0000 8999 307X"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q7603627"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01597g643",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad Estatal de Nueva York en Oswego"
            }
         ],
         "links" : [
            "http://www.oswego.edu/"
         ],
         "name" : "State University of New York at Oswego",
         "relationships" : [
            {
               "id" : "https://ror.org/01q1z8k08",
               "label" : "State University of New York",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/05cshtm26",
               "label" : "Great Lakes Research Consortium",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/State_University_of_New_York_at_Oswego"
      },
      {
         "acronyms" : [
            "USF"
         ],
         "addresses" : [
            {
               "city" : "Fort Wayne",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Fort Wayne",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.IN",
                     "id" : null,
                     "name" : "Indiana"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 4920423,
                  "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.1306,
               "line" : null,
               "lng" : -85.12886,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1890,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.412770.7",
               "preferred" : "grid.412770.7"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0401 9796"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q1276602"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01h6pze39",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad de Saint Francis"
            }
         ],
         "links" : [
            "http://www.sf.edu/"
         ],
         "name" : "University of Saint Francis",
         "relationships" : [
            {
               "id" : "https://ror.org/05dch6316",
               "label" : "Private Academic Library Network of Indiana, Inc. (PALNI)",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/University_of_Saint_Francis_(Indiana)"
      },
      {
         "acronyms" : [
            "SLU"
         ],
         "addresses" : [
            {
               "city" : "Canton",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Canton",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "name" : "New York"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 5111484,
                  "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.59562,
               "line" : null,
               "lng" : -75.16909,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1856,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100009970"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.264119.9",
               "preferred" : "grid.264119.9"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2179 3458"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q1411093"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05pvqha70",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad de St. Lawrence"
            },
            {
               "iso639" : "fr",
               "label" : "Université de st. lawrence"
            }
         ],
         "links" : [
            "http://www.stlawu.edu/"
         ],
         "name" : "St. Lawrence University",
         "relationships" : [
            {
               "id" : "https://ror.org/05cshtm26",
               "label" : "Great Lakes Research Consortium",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/St._Lawrence_University"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Indianapolis",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Indianapolis",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.IN",
                     "id" : null,
                     "name" : "Indiana"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 4259418,
                  "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" : 39.76838,
               "line" : null,
               "lng" : -86.15804,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1855,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100002146",
                  "100006354"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.253419.8",
               "preferred" : "grid.253419.8"
            },
            "ISNI" : {
               "all" : [
                  "0000 0000 8596 9494",
                  "0000 0004 1936 8286"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q1017974"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05gq3a412",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad Butler"
            }
         ],
         "links" : [
            "https://www.butler.edu/"
         ],
         "name" : "Butler University",
         "relationships" : [
            {
               "id" : "https://ror.org/05dch6316",
               "label" : "Private Academic Library Network of Indiana, Inc. (PALNI)",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/Butler_University"
      },
      {
         "acronyms" : [
            "CSU"
         ],
         "addresses" : [
            {
               "city" : "Long Beach",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Long Beach",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.CA",
                     "id" : null,
                     "name" : "California"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 5367929,
                  "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.76696,
               "line" : null,
               "lng" : -118.18923,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "Cal State"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1857,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100008134",
                  "100019336"
               ],
               "preferred" : "100008134"
            },
            "GRID" : {
               "all" : "grid.253552.6",
               "preferred" : "grid.253552.6"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2219 4764"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q815352"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/020qm1538",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad Estatal de California"
            },
            {
               "iso639" : "fr",
               "label" : "Université d'État de californie"
            }
         ],
         "links" : [
            "http://www.calstate.edu/"
         ],
         "name" : "California State University System",
         "relationships" : [
            {
               "id" : "https://ror.org/051rrf637",
               "label" : "California Maritime Academy",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/001gpfp45",
               "label" : "California Polytechnic State University",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05by5hm18",
               "label" : "California State Polytechnic University",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/0294hxs80",
               "label" : "California State University Los Angeles",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/019ts0j55",
               "label" : "California State University, Bakersfield",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04v097707",
               "label" : "California State University, Channel Islands",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/027bzz146",
               "label" : "California State University, Chico",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04pyvbw03",
               "label" : "California State University, Dominguez Hills",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04jaeba88",
               "label" : "California State University, East Bay",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03enmdz06",
               "label" : "California State University, Fresno",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02avqqw26",
               "label" : "California State University, Fullerton",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/0080fxk18",
               "label" : "California State University, Long Beach",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00mjdtw98",
               "label" : "California State University, Monterey Bay",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/005f5hv41",
               "label" : "California State University, Northridge",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03e26wv14",
               "label" : "California State University, Sacramento",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02n651896",
               "label" : "California State University, San Bernardino",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/01j8e0j24",
               "label" : "California State University, San Marcos",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00ejm2g54",
               "label" : "California State University, Stanislaus",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02qt0xs84",
               "label" : "Humboldt State University",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/01c8f2y33",
               "label" : "Moss Landing Marine Laboratories",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/0264fdx42",
               "label" : "San Diego State University",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/048bd3118",
               "label" : "San Diego State University, Imperial Valley Campus",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05ykr0121",
               "label" : "San Francisco State University",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04qyvz380",
               "label" : "San Jose State University",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04wjxkk25",
               "label" : "Sonoma State University",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00m98kt33",
               "label" : "Agricultural Research Institute",
               "type" : "Child"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/California_State_University"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Cambridge",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Cambridge",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MA",
                     "id" : null,
                     "name" : "Massachusetts"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : [
            "Broad Institute of MIT and Harvard",
            "Eli and Edythe L. Broad Institute of MIT and Harvard"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 2004,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100013114"
               ],
               "preferred" : "100013114"
            },
            "GRID" : {
               "all" : "grid.66859.34",
               "preferred" : "grid.66859.34"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0546 1623"
               ],
               "preferred" : "0000 0004 0546 1623"
            },
            "Wikidata" : {
               "all" : [
                  "Q4971893"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05a0ya142",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "El Instituto Broad"
            }
         ],
         "links" : [
            "http://www.broadinstitute.org/"
         ],
         "name" : "Broad Institute",
         "relationships" : [
            {
               "id" : "https://ror.org/01tm9b530",
               "label" : "Stanley Center for Psychiatric Research",
               "type" : "Child"
            },
            {
               "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/04b6nzv94",
               "label" : "Brigham and Women's Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/03vek6s52",
               "label" : "Harvard University",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/002pd6e78",
               "label" : "Massachusetts General Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/042nb2s44",
               "label" : "Massachusetts Institute of Technology",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/Broad_Institute"
      },
      {
         "acronyms" : [
            "DOI"
         ],
         "addresses" : [
            {
               "city" : "Washington",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Washington",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.DC",
                     "id" : null,
                     "name" : "District of Columbia"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : 1849,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100000201",
                  "100006758",
                  "100007149"
               ],
               "preferred" : "100000201"
            },
            "GRID" : {
               "all" : "grid.239134.e",
               "preferred" : "grid.239134.e"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 0662 3477"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q608427"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/03v0pmy70",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Departamento del Interior de los Estados Unidos"
            },
            {
               "iso639" : "fr",
               "label" : "Département de l'intérieur des États-unis"
            }
         ],
         "links" : [
            "https://www.doi.gov/"
         ],
         "name" : "United States Department of the Interior",
         "relationships" : [
            {
               "id" : "https://ror.org/01sy5zn44",
               "label" : "Bureau of Land Management",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/044zqqy65",
               "label" : "National Park Service",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/034ywsh12",
               "label" : "Northeast Climate Science Center",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00ezrrm21",
               "label" : "United States Bureau of Reclamation",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04k7dar27",
               "label" : "United States Fish and Wildlife Service",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/035a68863",
               "label" : "United States Geological Survey",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03ccbtk93",
               "label" : "Joint Fire Science Program",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02rcrvv70",
               "label" : "Government of the United States of America",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/009hmnr85",
               "label" : "Southeast Climate Adaptation Science Center",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Government",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/United_States_Department_of_the_Interior"
      },
      {
         "acronyms" : [
            "DOE"
         ],
         "addresses" : [
            {
               "city" : "Washington",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Washington",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.DC",
                     "id" : null,
                     "name" : "District of Columbia"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : [
            "U.S. Department of Energy"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1977,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100000015"
               ],
               "preferred" : "100000015"
            },
            "GRID" : {
               "all" : "grid.85084.31",
               "preferred" : "grid.85084.31"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2342 3717"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q217810",
                  "Q6422983"
               ],
               "preferred" : "Q217810"
            }
         },
         "id" : "https://ror.org/01bj3aw27",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Departamento de Energía de los Estados Unidos"
            },
            {
               "iso639" : "fr",
               "label" : "Département de l'Énergie des États-unis"
            }
         ],
         "links" : [
            "https://www.energy.gov"
         ],
         "name" : "United States Department of Energy",
         "relationships" : [
            {
               "id" : "https://ror.org/03q1rgc19",
               "label" : "Advanced Research Projects Agency - Energy",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00qq8bd87",
               "label" : "Consortium for the Advanced Simulation of Light Water Reactors",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/01ca2by25",
               "label" : "Great Lakes Bioenergy Research Center",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04d8cf622",
               "label" : "International Partnership for the Hydrogen and Fuel Cell in the Economy",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03ww55028",
               "label" : "Joint BioEnergy Institute",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03sk1we31",
               "label" : "National Nuclear Security Administration",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/037k8mg80",
               "label" : "Nevada National Security Site",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05hsv7e61",
               "label" : "Office of Economic Impact and Diversity",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02xznz413",
               "label" : "Office of Energy Efficiency and Renewable Energy",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00km40770",
               "label" : "Office of Environmental Management",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/01c9ay627",
               "label" : "Office of Environmental Protection, Sustainability Support and Corporate Safety Analysis",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03ery9d53",
               "label" : "Office of Fossil Energy",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04nnxen11",
               "label" : "Office of Inspector General",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02z1qvq09",
               "label" : "Office of Intelligence and Counterintelligence",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05ek3m339",
               "label" : "Office of International Affairs",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03jf3w726",
               "label" : "Office of Legacy Management",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02ah1da87",
               "label" : "Office of Management",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05tj7dm33",
               "label" : "Office of Nuclear Energy",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00mmn6b08",
               "label" : "Office of Science",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04s778r16",
               "label" : "Office of Space and Defense Power Systems",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03eecgp81",
               "label" : "Office of Under Secretary of Energy for Science",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/0054t4769",
               "label" : "Office of the General Counsel",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05hhm9a98",
               "label" : "Savannah River Operations Office",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/01h04ms65",
               "label" : "U.S. Energy Information Administration",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/048g3cy84",
               "label" : "Vera C. Rubin Observatory",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/03e7mhc87",
               "label" : "Kansas City National Security Campus",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/01t14bp54",
               "label" : "Environmental System Science Data Infrastructure for a Virtual Ecosystem",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00hvbwp12",
               "label" : "Office of the Chief Information Officer",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00htph268",
               "label" : "Office of Under Secretary for Science and Innovation",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02vg64e60",
               "label" : "Office of Technology Transitions",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/028rfb880",
               "label" : "Office of Secretary of Energy",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00mw1dx44",
               "label" : "Office of Public Affairs",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05p9bjd64",
               "label" : "Office of Policy",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02bhbx726",
               "label" : "Office of Indian Energy Policy and Programs",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/037897814",
               "label" : "Office of Fossil Energy and Carbon Management",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04csf5r20",
               "label" : "Office of Environment, Health, Safety and Security",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/035fxjt55",
               "label" : "Office of Enterprise Assessments",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/035sc8895",
               "label" : "Office of State and Community Energy Programs",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/01zprx076",
               "label" : "Office of Federal Energy Management Programs",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00n4kg172",
               "label" : "Grid Deployment Office",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02y6dp041",
               "label" : "Office of Electricity",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/041g4v832",
               "label" : "Office of Cybersecurity, Energy Security, and Emergency Response",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05cpnza27",
               "label" : "Office of Congressional and Intergovernmental Affairs",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/040vxhp34",
               "label" : "Oak Ridge Institute for Science and Education",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00536t873",
               "label" : "Artificial Intelligence & Technology Office",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04rp4zh16",
               "label" : "Office of Clean Energy Demonstrations",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02rcrvv70",
               "label" : "Government of the United States of America",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Government",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/United_States_Department_of_Energy"
      },
      {
         "acronyms" : [
            "UB"
         ],
         "addresses" : [
            {
               "city" : "Buffalo",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Buffalo",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "name" : "New York"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 5110629,
                  "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.88645,
               "line" : null,
               "lng" : -78.87837,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "SUNY Buffalo",
            "University of Buffalo"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1846,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100008209",
                  "100008210",
                  "100007509"
               ],
               "preferred" : "100008209"
            },
            "GRID" : {
               "all" : "grid.273335.3",
               "preferred" : "grid.273335.3"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 1936 9887"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q681025"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01y64my43",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad de Búfalo"
            },
            {
               "iso639" : "fr",
               "label" : "Université d'État de new york à buffalo"
            }
         ],
         "links" : [
            "https://www.buffalo.edu/"
         ],
         "name" : "University at Buffalo, State University of New York",
         "relationships" : [
            {
               "id" : "https://ror.org/01v6d0b34",
               "label" : "Advanced Cyberinfrastructure Coordination Ecosystem: Services & Support",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/01q1z8k08",
               "label" : "State University of New York",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/04ngv0f69",
               "label" : "Buffalo General Medical Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/019e4dr88",
               "label" : "Erie County Medical Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/02e1cpg76",
               "label" : "Hauptman-Woodward Medical Research Institute",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/02sb3pg33",
               "label" : "Kaleida Health",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/01ska0k70",
               "label" : "Millard Fillmore Suburban Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/0499dwk57",
               "label" : "Roswell Park Comprehensive Cancer Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/02xxgh713",
               "label" : "Sisters of Charity Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/00a1c5n07",
               "label" : "VA Western New York Healthcare System",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/00kg66g91",
               "label" : "Women & Children's Hospital of Buffalo",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/05cshtm26",
               "label" : "Great Lakes Research Consortium",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/University_at_Buffalo"
      },
      {
         "acronyms" : [
            "JHU"
         ],
         "addresses" : [
            {
               "city" : "Baltimore",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Baltimore",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.MD",
                     "id" : null,
                     "name" : "Maryland"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 4347778,
                  "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" : 39.29038,
               "line" : null,
               "lng" : -76.61219,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1876,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100007880",
                  "100005932",
                  "100005952",
                  "100009810",
                  "100010489",
                  "100007228",
                  "100008309",
                  "100008911",
                  "100005542",
                  "100009053",
                  "100008632"
               ],
               "preferred" : "100007880"
            },
            "GRID" : {
               "all" : "grid.21107.35",
               "preferred" : "grid.21107.35"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2171 9311"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q193727"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/00za53h95",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad Johns Hopkins"
            }
         ],
         "links" : [
            "https://www.jhu.edu/"
         ],
         "name" : "Johns Hopkins University",
         "relationships" : [
            {
               "id" : "https://ror.org/00gzx6s15",
               "label" : "Johns Hopkins Berman Institute of Bioethics",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05hs7zv85",
               "label" : "Johns Hopkins Center for Communication Programs",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/029pp9z10",
               "label" : "Johns Hopkins University Applied Physics Laboratory",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02nckqd02",
               "label" : "Johns Hopkins University SAIS Bologna Center",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05ajv1r64",
               "label" : "Johns Hopkins University – Nanjing University Center for Chinese and American Studies",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02k2r5455",
               "label" : "Maryland Space Grant Consortium",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04pw1zg89",
               "label" : "PARADIM",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04n07f274",
               "label" : "Materials Science in Extreme Environments University Research Alliance",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05n52x113",
               "label" : "Johns Hopkins University Center for AIDS Research",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02ed2th17",
               "label" : "Hopkins Extreme Materials Institute",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/042fhmq33",
               "label" : "Packard Center",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00s4mzv66",
               "label" : "Johns Hopkins University Press",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/01a48y329",
               "label" : "Hospital Punta Pacifica",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/05mgsm482",
               "label" : "Howard County General Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/013x5cp73",
               "label" : "Johns Hopkins All Children's Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/04pwc8466",
               "label" : "Johns Hopkins Bayview Medical Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/03fqqej38",
               "label" : "Johns Hopkins Children's Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/037zgn354",
               "label" : "Johns Hopkins Medicine",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/02tc4ww71",
               "label" : "Peninsula Regional Medical Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/04k820v98",
               "label" : "Saudi Aramco Medical Services Organization",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/007a5h107",
               "label" : "Tawam Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/02wavzm11",
               "label" : "Konza Prairie Long Term Ecological Research",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "http://en.wikipedia.org/wiki/Johns_Hopkins_University"
      },
      {
         "acronyms" : [
            "DOC",
            "USDC",
            "USDoC"
         ],
         "addresses" : [
            {
               "city" : "Washington",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Washington",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.DC",
                     "id" : null,
                     "name" : "District of Columbia"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "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" : [
            "United States Department of Commerce and Labor"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1903,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100000190",
                  "100000205",
                  "100005824",
                  "100005822"
               ],
               "preferred" : "100000190"
            },
            "GRID" : {
               "all" : "grid.239119.1",
               "preferred" : "grid.239119.1"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0478 6426"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q503577"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/04chq2495",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Departamento de Comercio de Estados Unidos"
            },
            {
               "iso639" : "fr",
               "label" : "Département du Commerce des États-Unis"
            }
         ],
         "links" : [
            "http://www.commerce.gov/"
         ],
         "name" : "United States Department of Commerce",
         "relationships" : [
            {
               "id" : "https://ror.org/03b17a012",
               "label" : "Bureau of Economic Analysis",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/0486x5a41",
               "label" : "Educause",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02an13226",
               "label" : "International Trade Administration",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/05xpvk416",
               "label" : "National Institute of Standards and Technology",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02z5nhe81",
               "label" : "National Oceanic and Atmospheric Administration",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/01p92hb48",
               "label" : "National Technical Information Service",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00tgqzw13",
               "label" : "NOAA National Weather Service",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/01qn7cs15",
               "label" : "United States Census Bureau",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/0114yjq47",
               "label" : "United States Patent and Trademark Office",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/032241511",
               "label" : "National Telecommunications and Information Administration",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/02rcrvv70",
               "label" : "Government of the United States of America",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Government",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/United_States_Department_of_Commerce"
      },
      {
         "acronyms" : [
            "IU"
         ],
         "addresses" : [
            {
               "city" : "Bloomington",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Bloomington",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.IN",
                     "id" : null,
                     "name" : "Indiana"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 4254679,
                  "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" : 39.16533,
               "line" : null,
               "lng" : -86.52639,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1820,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100005493",
                  "100005579",
                  "100010178"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.411377.7",
               "preferred" : "grid.411377.7"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 0790 959X"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q1079140"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/02k40bc56",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Universidad de Indiana Bloomington"
            },
            {
               "iso639" : "fr",
               "label" : "Université de l'Indiana à Bloomington"
            }
         ],
         "links" : [
            "https://bloomington.iu.edu"
         ],
         "name" : "Indiana University Bloomington",
         "relationships" : [
            {
               "id" : "https://ror.org/00pnhtk88",
               "label" : "Indiana Geological and Water Survey",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/01kg8sb98",
               "label" : "Indiana University",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/05rbkcx47",
               "label" : "Indiana University Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/00g635h87",
               "label" : "Methodist Hospital",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/043ckch24",
               "label" : "Rehabilitation Hospital of Indiana",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/01zpmbk67",
               "label" : "Richard L. Roudebush VA Medical Center",
               "type" : "Related"
            },
            {
               "id" : "https://ror.org/03vzvbw58",
               "label" : "Riley Hospital for Children",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Education",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Indiana_University_Bloomington"
      },
      {
         "acronyms" : [
            "DA"
         ],
         "addresses" : [
            {
               "city" : "Arlington",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Arlington",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.VA",
                     "id" : null,
                     "name" : "Virginia"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 4744709,
                  "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.88101,
               "line" : null,
               "lng" : -77.10428,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "U.S. Department of the Army"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1947,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.427904.c",
               "preferred" : "grid.427904.c"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2315 4051"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q1328562"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/035w1gb98",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "es",
               "label" : "Departamento del Ejército de los Estados Unidos"
            }
         ],
         "links" : [
            "https://www.army.mil/"
         ],
         "name" : "United States Department of the Army",
         "relationships" : [
            {
               "id" : "https://ror.org/00wa40650",
               "label" : "Defense Forensics and Biometrics Agency",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/00afsp483",
               "label" : "United States Army",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/04kz4p343",
               "label" : "Institute for Collaborative Biotechnologies",
               "type" : "Child"
            },
            {
               "id" : "https://ror.org/0447fe631",
               "label" : "United States Department of Defense",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Government"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/United_States_Department_of_the_Army"
      }
   ],
   "meta" : {
      "countries" : [
         {
            "count" : 425,
            "id" : "us",
            "title" : "United States"
         }
      ],
      "statuses" : [
         {
            "count" : 423,
            "id" : "active",
            "title" : "active"
         },
         {
            "count" : 2,
            "id" : "withdrawn",
            "title" : "withdrawn"
         }
      ],
      "types" : [
         {
            "count" : 301,
            "id" : "funder",
            "title" : "Funder"
         },
         {
            "count" : 280,
            "id" : "education",
            "title" : "Education"
         },
         {
            "count" : 63,
            "id" : "government",
            "title" : "Government"
         },
         {
            "count" : 23,
            "id" : "archive",
            "title" : "Archive"
         },
         {
            "count" : 17,
            "id" : "nonprofit",
            "title" : "Nonprofit"
         },
         {
            "count" : 16,
            "id" : "facility",
            "title" : "Facility"
         },
         {
            "count" : 13,
            "id" : "healthcare",
            "title" : "Healthcare"
         },
         {
            "count" : 13,
            "id" : "other",
            "title" : "Other"
         }
      ]
   },
   "number_of_results" : 425,
   "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 an "illegal field name" error.

curl 'https://api.ror.org/v1/organizations?query.advanced=address.city:Melbourne' | json_pp

{"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, an error will be returned.

curl 'https://api.ror.org/v1/organizations?query.advanced=name:Cornell&query=Ithaca' | json_pp

{"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/v1/organizations?query.advanced=addresses.city:New%20York' | json_pp

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" : 13
}
curl 'https://api.ror.org/v1/organizations?query.advanced=addresses.city:%22New%20York%22' | json_pp

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" : [
            "ISOF"
         ],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : null,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.443882.1",
               "preferred" : "grid.443882.1"
            },
            "Wikidata" : {
               "all" : [
                  "Q30294601"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/020hftg31",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.isof.org/"
         ],
         "name" : "Institute for Schools of the Future",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "BSA"
         ],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1904,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100005500"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.446323.4",
               "preferred" : "grid.446323.4"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 1071 6491"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05xp8d869",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://bibsocamer.org/"
         ],
         "name" : "Bibliographical Society of America",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Archive",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Bibliographical_Society_of_America"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1876,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446341.0",
               "preferred" : "grid.446341.0"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2181 2698"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/00fkkrz35",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.adkmuseum.org/"
         ],
         "name" : "Adirondack Museum",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Archive"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Adirondack_Museum"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1974,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446352.2",
               "preferred" : "grid.446352.2"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 0025 9053"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q2910878"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/02xfdng11",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.boricuacollege.edu/"
         ],
         "name" : "Boricua College",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Education"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Boricua_College"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1970,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446353.3",
               "preferred" : "grid.446353.3"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2216 6720"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q572548"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/00dgmek64",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://anthologyfilmarchives.org/"
         ],
         "name" : "Anthology Film Archives",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Archive"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Anthology_Film_Archives"
      },
      {
         "acronyms" : [
            "AIA"
         ],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1879,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100005810"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.446391.d",
               "preferred" : "grid.446391.d"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2190 3450"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/04vfzt688",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "https://www.archaeological.org/"
         ],
         "name" : "Archaeological Institute of America",
         "relationships" : [
            {
               "id" : "https://ror.org/01aa0f770",
               "label" : "Archaeology Society of Staten Island",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Archaeological_Institute_of_America"
      },
      {
         "acronyms" : [
            "UNITE"
         ],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1995,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446402.0",
               "preferred" : "grid.446402.0"
            },
            "Wikidata" : {
               "all" : [
                  "Q7886667"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/03jcg6182",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://unitehere.org/"
         ],
         "name" : "Union of Needletrades Industrial and Textile Employees",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Union_of_Needletrades,_Industrial_and_Textile_Employees"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : [
            "Yiddish Scientific Institute"
         ],
         "country" : {
            "country_code" : "US",
            "country_name" : "United States"
         },
         "email_address" : null,
         "established" : 1925,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446405.7",
               "preferred" : "grid.446405.7"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 1017 5638"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q259337"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01pf23a70",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "https://www.yivo.org/"
         ],
         "name" : "YIVO Institute for Jewish Research",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Archive"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/YIVO"
      },
      {
         "acronyms" : [
            "AFA"
         ],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1909,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446434.5",
               "preferred" : "grid.446434.5"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2181 081X"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01kqsbg21",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.afaweb.org/"
         ],
         "name" : "American Federation of Arts",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/American_Federation_of_Arts"
      },
      {
         "acronyms" : [
            "AJC"
         ],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1906,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446450.7",
               "preferred" : "grid.446450.7"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2292 1116"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q465308"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/00rgtms46",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.ajc.org/"
         ],
         "name" : "American Jewish Committee",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/American_Jewish_Committee"
      },
      {
         "acronyms" : [
            "AAARI"
         ],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 2001,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446452.5",
               "preferred" : "grid.446452.5"
            }
         },
         "id" : "https://ror.org/04829c483",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://aaari.info/"
         ],
         "name" : "Asian American Asian Research Institute",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Facility"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "ANS"
         ],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1858,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446460.4",
               "preferred" : "grid.446460.4"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2152 4821"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q1256518"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05pv2w409",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.numismatics.org/"
         ],
         "name" : "American Numismatic Society",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/American_Numismatic_Society"
      },
      {
         "acronyms" : [
            "ASF"
         ],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1910,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100001468"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.446470.5",
               "preferred" : "grid.446470.5"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 1065 6644"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05mk2v788",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.amscan.org/"
         ],
         "name" : "American Scandinavian Foundation",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/The_American-Scandinavian_Foundation"
      },
      {
         "acronyms" : [
            "CCEIA"
         ],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1914,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446477.2",
               "preferred" : "grid.446477.2"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 1019 4484"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q5043890"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/02jaw4a32",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.carnegiecouncil.org/"
         ],
         "name" : "Carnegie Council for Ethics in International Affairs",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Government"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Carnegie_Council_for_Ethics_in_International_Affairs"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1891,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446484.e",
               "preferred" : "grid.446484.e"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2185 5022"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/05wx6v148",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.carnegiehall.org/"
         ],
         "name" : "Carnegie Hall",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Carnegie_Hall"
      },
      {
         "acronyms" : [
            "AS"
         ],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1965,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446489.3",
               "preferred" : "grid.446489.3"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0476 8236"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/017qmqm77",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.as-coa.org/"
         ],
         "name" : "Americas Society",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Americas_Society"
      },
      {
         "acronyms" : [
            "CMOM"
         ],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1973,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446579.d",
               "preferred" : "grid.446579.d"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 0588 6320"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/04h5pm325",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://cmom.org/"
         ],
         "name" : "Children's Museum of Manhattan",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Archive"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Children%27s_Museum_of_Manhattan"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1986,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446617.6",
               "preferred" : "grid.446617.6"
            }
         },
         "id" : "https://ror.org/00f7p4623",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://citylore.org/"
         ],
         "name" : "City Lore the New York Center for Urban Culture",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/City_Lore"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1966,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446626.4",
               "preferred" : "grid.446626.4"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 1091 0030"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q30257961"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/03p1p7q28",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [],
         "name" : "Dance Perspectives Foundation",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "DNB"
         ],
         "addresses" : [
            {
               "city" : "New York",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "New York",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "US.NY",
                     "id" : null,
                     "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" : 1940,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.446666.0",
               "preferred" : "grid.446666.0"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2108 132X"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/01z5b9q11",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.dancenotation.org/"
         ],
         "name" : "Dance Notation Bureau",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Dance_Notation_Bureau"
      }
   ],
   "meta" : {
      "countries" : [
         {
            "count" : 1365,
            "id" : "us",
            "title" : "United States"
         }
      ],
      "statuses" : [
         {
            "count" : 1365,
            "id" : "active",
            "title" : "active"
         }
      ],
      "types" : [
         {
            "count" : 622,
            "id" : "nonprofit",
            "title" : "Nonprofit"
         },
         {
            "count" : 425,
            "id" : "funder",
            "title" : "Funder"
         },
         {
            "count" : 269,
            "id" : "company",
            "title" : "Company"
         },
         {
            "count" : 170,
            "id" : "other",
            "title" : "Other"
         },
         {
            "count" : 112,
            "id" : "education",
            "title" : "Education"
         },
         {
            "count" : 83,
            "id" : "healthcare",
            "title" : "Healthcare"
         },
         {
            "count" : 55,
            "id" : "archive",
            "title" : "Archive"
         },
         {
            "count" : 29,
            "id" : "facility",
            "title" : "Facility"
         },
         {
            "count" : 25,
            "id" : "government",
            "title" : "Government"
         }
      ]
   },
   "number_of_results" : 1365,
   "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 types field and therelationships.type field, which are capitalized in v1 of ROR data. We may change this behavior in future to support case insensitivity for all searches.

Example

curl 'https://api.ror.org/v1/organizations?query.advanced=addresses.city:berlin' | json_pp

The ROR API returns no results because the sample advanced query is looking for records whose city is exactly berlin.

{
   "items" : [],
   "meta" : {
      "countries" : [],
      "statuses" : [],
      "types" : []
   },
   "number_of_results" : 0,
   "time_taken" : 0
}

Capitalizing the name of the city returns better results.

curl 'https://api.ror.org/v1/organizations?query.advanced=addresses.city:Berlin' | json_pp

The response includes all records whose city contains the capitalized term Berlin.

{
   "items" : [
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : null,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "501100006275"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.479723.c",
               "preferred" : "grid.479723.c"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 5906 5490"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/00pjede26",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.friedespringerstiftung.de/"
         ],
         "name" : "Friede Springer Stiftung",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1983,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.480189.c",
               "preferred" : "grid.480189.c"
            }
         },
         "id" : "https://ror.org/04fhtk651",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "https://www.hettich.com/in_EN/home.html"
         ],
         "name" : "Hettich (Germany)",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Company"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "KAS"
         ],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1955,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "501100004079"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.480752.c",
               "preferred" : "grid.480752.c"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2169 1080"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q324555"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/03pzdmy91",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "en",
               "label" : "Konrad Adenauer Foundation"
            }
         ],
         "links" : [
            "http://www.kas.de/wf/en/"
         ],
         "name" : "Konrad-Adenauer-Stiftung",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other",
            "Funder"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Konrad_Adenauer_Foundation"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1974,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100010121"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.481165.f",
               "preferred" : "grid.481165.f"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 6046 0965"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q30272997"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/04z2zsa77",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "de",
               "label" : "Sonnenfeld Stiftung"
            }
         ],
         "links" : [
            "http://www.sonnenfeld-stiftung.de/en/"
         ],
         "name" : "Sonnenfeld Foundation",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1966,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "501100008334"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.481370.9",
               "preferred" : "grid.481370.9"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 6046 1052"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q30273176"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/052azjr18",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.stiftung-ohh.de/"
         ],
         "name" : "Stiftung Oskar Helene Heim",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "VAKJP"
         ],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1953,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "501100004471"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.481388.e",
               "preferred" : "grid.481388.e"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2294 078X"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/02r08m051",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.vakjp.de/"
         ],
         "name" : "Vereinigung Analytischer Kinder- und Jugendlichen-Psychotherapeuten",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Nonprofit",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1903,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.481697.5",
               "preferred" : "grid.481697.5"
            },
            "Wikidata" : {
               "all" : [
                  "Q30273370"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/0163qy924",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "https://www.newellbrands.com/"
         ],
         "name" : "Newell Brands (Germany)",
         "relationships" : [
            {
               "id" : "https://ror.org/05gyvs118",
               "label" : "Newell Brands (United States)",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Company"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Newell_Brands"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 2006,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100009474"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.468034.d",
               "preferred" : "grid.468034.d"
            }
         },
         "id" : "https://ror.org/02jexx044",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.berlin.de/sen/bjw/"
         ],
         "name" : "Senatsverwaltung für Bildung, Jugend und Wissenschaft",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Government",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 2009,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "501100006188"
               ],
               "preferred" : null
            },
            "GRID" : {
               "all" : "grid.468124.d",
               "preferred" : "grid.468124.d"
            }
         },
         "id" : "https://ror.org/03s0fv852",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "de",
               "label" : "Einstein Stiftung"
            }
         ],
         "links" : [
            "http://www.einsteinfoundation.de/en/home.html"
         ],
         "name" : "Einstein Foundation",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "CMB"
         ],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "Franco-German Research Centre for the Social Sciences"
         ],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1992,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.469511.e",
               "preferred" : "grid.469511.e"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 2167 4782"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/043bqfp86",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "https://cmb.hu-berlin.de/en/"
         ],
         "name" : "Centre Marc Bloch",
         "relationships" : [
            {
               "id" : "https://ror.org/03q2wez45",
               "label" : "Instituts Français de Recherche à L'Étranger",
               "type" : "Parent"
            },
            {
               "id" : "https://ror.org/01hcx6992",
               "label" : "Humboldt-Universität zu Berlin",
               "type" : "Related"
            }
         ],
         "status" : "active",
         "types" : [
            "Facility"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "BDI"
         ],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1949,
         "external_ids" : {
            "FundRef" : {
               "all" : [
                  "100008671"
               ],
               "preferred" : "100008671"
            },
            "GRID" : {
               "all" : "grid.469691.5",
               "preferred" : "grid.469691.5"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 0465 2215"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/00xb58j90",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "de",
               "label" : "Bundesverband der Deutschen Industrie"
            }
         ],
         "links" : [
            "http://english.bdi.eu/"
         ],
         "name" : "Federation of German Industries",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other",
            "Funder"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "BioTeZ Berlin-Buch GmbH",
            "BioTeZ Berlin-Buch GmbH Biochemisch-Technologisches Zentrum"
         ],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1992,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.469816.4",
               "preferred" : "grid.469816.4"
            }
         },
         "id" : "https://ror.org/04gmcat66",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.biotez.de/index.php/en/"
         ],
         "name" : "BioTez (Germany)",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Company"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "IPK"
         ],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "Fraunhofer IPK"
         ],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1976,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.469819.b",
               "preferred" : "grid.469819.b"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 0945 2298"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q1452026"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/045eg9c12",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "de",
               "label" : "Fraunhofer-Institut für Produktionsanlagen und Konstruktionstechnik"
            }
         ],
         "links" : [
            "http://www.ipk.fraunhofer.de/en/homepage/"
         ],
         "name" : "Fraunhofer Institute for Production Systems and Design Technology",
         "relationships" : [
            {
               "id" : "https://ror.org/05hkkdn48",
               "label" : "Fraunhofer Society",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Facility"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "IZM"
         ],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "Fraunhofer IZM"
         ],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1993,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.469839.9",
               "preferred" : "grid.469839.9"
            },
            "ISNI" : {
               "all" : [
                  "0000 0004 0374 3192"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q1452049"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/031aqk326",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "de",
               "label" : "Fraunhofer-Institut für Zuverlässigkeit und Mikrointegration"
            }
         ],
         "links" : [
            "http://www.izm.fraunhofer.de/en.html"
         ],
         "name" : "Fraunhofer Institute for Reliability and Microintegration",
         "relationships" : [
            {
               "id" : "https://ror.org/05hkkdn48",
               "label" : "Fraunhofer Society",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Facility"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1980,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.469846.1",
               "preferred" : "grid.469846.1"
            }
         },
         "id" : "https://ror.org/04qchsx62",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "de",
               "label" : "Institut für Gesundheits- und Sozialforschung"
            }
         ],
         "links" : [
            "http://www.iges.com/index_eng.html"
         ],
         "name" : "IGES Institut",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Facility"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "ILU"
         ],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1991,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.469849.e",
               "preferred" : "grid.469849.e"
            }
         },
         "id" : "https://ror.org/01r4sa504",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "de",
               "label" : "Institut für Lebensmittel- und Umweltforschung"
            }
         ],
         "links" : [
            "http://www.ilu-ev.eu/"
         ],
         "name" : "Institute for Food and Environmental Research",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Facility"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [
            "Akademienunion"
         ],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1893,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.469869.c",
               "preferred" : "grid.469869.c"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 0658 0964"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/04bvdz568",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "de",
               "label" : "Union der deutschen Akademien der Wissenschaften"
            }
         ],
         "links" : [
            "http://www.akademienunion.de/en/"
         ],
         "name" : "Union of the German Academies of Sciences and Humanities",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "BVL"
         ],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1876,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.469880.b",
               "preferred" : "grid.469880.b"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 1088 6114"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q18124763"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/00wf3sn74",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "de",
               "label" : "Bundesamt für Verbraucherschutz und Lebensmittelsicherheit"
            }
         ],
         "links" : [
            "http://www.bvl.bund.de/EN/Home/homepage_node.html"
         ],
         "name" : "Federal Office of Consumer Protection and Food Safety",
         "relationships" : [
            {
               "id" : "https://ror.org/04jw21793",
               "label" : "Federal Ministry of Food and Agriculture",
               "type" : "Parent"
            }
         ],
         "status" : "active",
         "types" : [
            "Government"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/Federal_Office_of_Consumer_Protection_and_Food_Safety"
      },
      {
         "acronyms" : [],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : null,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.469902.0",
               "preferred" : "grid.469902.0"
            }
         },
         "id" : "https://ror.org/00kbwx014",
         "ip_addresses" : [],
         "labels" : [],
         "links" : [
            "http://www.blended-solutions.de/"
         ],
         "name" : "Blended Solutions",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other"
         ],
         "wikipedia_url" : null
      },
      {
         "acronyms" : [
            "DGCH"
         ],
         "addresses" : [
            {
               "city" : "Berlin",
               "country_geonames_id" : null,
               "geonames_city" : {
                  "city" : "Berlin",
                  "geonames_admin1" : {
                     "ascii_name" : null,
                     "code" : "DE.BE",
                     "id" : null,
                     "name" : "Berlin"
                  },
                  "geonames_admin2" : {
                     "ascii_name" : null,
                     "code" : null,
                     "id" : null,
                     "name" : null
                  },
                  "id" : 2950159,
                  "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" : 52.52437,
               "line" : null,
               "lng" : 13.41053,
               "postcode" : null,
               "primary" : false,
               "state" : null,
               "state_code" : null
            }
         ],
         "aliases" : [],
         "country" : {
            "country_code" : "DE",
            "country_name" : "Germany"
         },
         "email_address" : null,
         "established" : 1872,
         "external_ids" : {
            "GRID" : {
               "all" : "grid.469916.5",
               "preferred" : "grid.469916.5"
            },
            "ISNI" : {
               "all" : [
                  "0000 0001 0944 7288"
               ],
               "preferred" : null
            },
            "Wikidata" : {
               "all" : [
                  "Q1202828"
               ],
               "preferred" : null
            }
         },
         "id" : "https://ror.org/00ew91p29",
         "ip_addresses" : [],
         "labels" : [
            {
               "iso639" : "de",
               "label" : "Deutsche Gesellschaft für Chirurgie"
            }
         ],
         "links" : [
            "http://www.dgch.de/"
         ],
         "name" : "German Society of Surgery",
         "relationships" : [],
         "status" : "active",
         "types" : [
            "Other"
         ],
         "wikipedia_url" : "https://en.wikipedia.org/wiki/German_Society_of_Surgery"
      }
   ],
   "meta" : {
      "countries" : [
         {
            "count" : 588,
            "id" : "de",
            "title" : "Germany"
         },
         {
            "count" : 4,
            "id" : "us",
            "title" : "United States"
         }
      ],
      "statuses" : [
         {
            "count" : 592,
            "id" : "active",
            "title" : "active"
         }
      ],
      "types" : [
         {
            "count" : 157,
            "id" : "company",
            "title" : "Company"
         },
         {
            "count" : 107,
            "id" : "other",
            "title" : "Other"
         },
         {
            "count" : 95,
            "id" : "facility",
            "title" : "Facility"
         },
         {
            "count" : 93,
            "id" : "nonprofit",
            "title" : "Nonprofit"
         },
         {
            "count" : 66,
            "id" : "funder",
            "title" : "Funder"
         },
         {
            "count" : 49,
            "id" : "education",
            "title" : "Education"
         },
         {
            "count" : 40,
            "id" : "healthcare",
            "title" : "Healthcare"
         },
         {
            "count" : 34,
            "id" : "government",
            "title" : "Government"
         },
         {
            "count" : 17,
            "id" : "archive",
            "title" : "Archive"
         }
      ]
   },
   "number_of_results" : 592,
   "time_taken" : 3
}