Entity types
Entity shape
Browsing entities
Getting a single entity
Finding paragraphs for an entity
Translated entities
All 4,456 entities are available in 5 languages: Spanish, French, Portuguese, German, and Korean. Pass?lang= to get translated names, descriptions, and aliases.
language field indicating which language was returned:
"language": "eng".
Supported languages: eng (default), es, fr, pt, de, ko
To see translation progress across all languages, use the /languages endpoint:
Inline entities on paragraphs
You can also include entity mentions directly on paragraph responses using?include=entities:
entities array to each paragraph with the id, name, and type of every entity mentioned:
/paragraphs/*, /papers/:id, /search, and /search/semantic. For search endpoints, pass "include": "entities" in the request body.