Get Entity
get_entityGet full Wikidata entity by ID (e.g., "Q42" for Douglas Adams, "Q5" for human, "Q1764" for Budapest). Returns labels, descriptions, aliases, claims/statements (properties and values), sitelinks, and the revision the data came from — lastrevid plus the modified timestamp — so live statements can be pinned to a specific edit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Wikidata entity ID (e.g., "Q42", "Q937", "P31") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Wikidata entity ID | |
| type | Yes | Entity type (e.g., 'item', 'property') | |
| label | Yes | English label for the entity | |
| claims | Yes | Property claims/statements (up to 30 properties, 5 values each) | |
| aliases | Yes | List of alternative names | |
| modified | Yes | UTC timestamp of that revision (ISO 8601) | |
| lastrevid | Yes | Revision id these statements were read at, for pinning the answer to a specific edit | |
| description | Yes | English description of the entity | |
| revision_url | Yes | Permalink to that exact revision on wikidata.org | |
| wikipedia_en | Yes | English Wikipedia article title if available | |
| sitelinks_count | Yes | Number of Wikipedia/sister project links |