v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13114.9 KB
entities

Searches Knowledge Graph for entities that match the constraints. A list of matched entities will be returned in response, which will be in JSON-LD format and compatible with http://schema.org

get/v1/entities:search

Query parameters

idsstring[]

The list of entity id to be used for search instead of query string. To specify multiple ids in the HTTP request, repeat the parameter in the URL as in ...?ids=A&ids=B

indentboolean

Enables indenting of json results.

languagesstring[]

The list of language codes (defined in ISO 693) to run the query with, e.g. 'en'.

limitinteger

Limits the number of entities to be returned.

prefixboolean

Enables prefix match against names and aliases of entities

querystring

The literal query string for search.

typesstring[]

Restricts returned entities with these types, e.g. Person (as defined in http://schema.org/Person). If multiple types are specified, returned entities will contain one or more of these types.

Response

Successful response

All 1 operations