"description":"API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"description":"Returns response with indentations and line breaks.",
"location":"query",
"type":"boolean"
},
"quotaUser":{
"description":"Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"location":"query",
"type":"string"
},
"uploadType":{
"description":"Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"location":"query",
"type":"string"
},
"upload_protocol":{
"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").",
"location":"query",
"type":"string"
}
},
"protocol":"rest",
"resources":{
"entities":{
"methods":{
"search":{
"description":"Searches Knowledge Graph for entities that match the constraints.\nA list of matched entities will be returned in response, which will be in\nJSON-LD format and compatible with http://schema.org",
"flatPath":"v1/entities:search",
"httpMethod":"GET",
"id":"kgsearch.entities.search",
"parameterOrder":[],
"parameters":{
"ids":{
"description":"The list of entity id to be used for search instead of query string.\nTo specify multiple ids in the HTTP request, repeat the parameter in the\nURL as in ...?ids=A\u0026ids=B",
"location":"query",
"repeated":true,
"type":"string"
},
"indent":{
"description":"Enables indenting of json results.",
"location":"query",
"type":"boolean"
},
"languages":{
"description":"The list of language codes (defined in ISO 693) to run the query with,\ne.g. 'en'.",
"location":"query",
"repeated":true,
"type":"string"
},
"limit":{
"description":"Limits the number of entities to be returned.",
"format":"int32",
"location":"query",
"type":"integer"
},
"prefix":{
"description":"Enables prefix match against names and aliases of entities",
"location":"query",
"type":"boolean"
},
"query":{
"description":"The literal query string for search.",
"location":"query",
"type":"string"
},
"types":{
"description":"Restricts returned entities with these types, e.g. Person\n(as defined in http://schema.org/Person). If multiple types are specified,\nreturned entities will contain one or more of these types.",