Back to catalog
Cortexa research tool·structure·wikidata_entity
Wikidata Get Entity
Get detailed structured data for one or more specific Wikidata entities by their Q-numbers. Returns labels, descriptions, aliases, sitelinks, and claims (statements). Use Wikidata_search_entities first to find entity IDs. Essential for extracting structured facts from the Wikidata knowledge graph without writing SPARQL queries.
Livelast probed 2026-05-01 01:00Z· 94msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 94ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"ids": {
"description": "Wikidata entity ID(s) to retrieve. Use pipe | separator for multiple. Examples: 'Q937' (Einstein), 'Q937|Q7251' (multiple)",
"type": "string"
},
"languages": {
"description": "Language code(s) for labels and descriptions. Default: 'en'. Pipe-separated for multiple: 'en|fr|de'",
"type": [
"string",
"null"
]
},
"props": {
"description": "Which properties to return (pipe-separated). Options: 'labels', 'descriptions', 'aliases', 'claims', 'sitelinks'. Default: 'labels|descriptions|aliases|sitelinks'",
"type": [
"string",
"null"
]
}
},
"required": [
"ids"
],
"type": "object"
}Examples (1)
Default Wikidata Get Entity call
public-safeinput
{
"ids": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Wikidata_get_entity
- Tool name
- Wikidata_get_entity
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse