Research

Wikidata Entity

Fetch a Wikidata entity by id.

Input

FieldTypeRequired
idstringrequired

Run it

curl -X POST "https://api.buildwithapi.io/v1/actors/wikidata-entity/run-sync-get-dataset-items" \
  -H "X-API-Key: vk_live_..." -H "Content-Type: application/json" \
  -d '{"id": "Q42"}'

Response

{
  "actor": "wikidata-entity",
  "status": "SUCCEEDED",
  "stats": { "items": 1 },
  "items": [ ... ],
  "brand": "Vector by Phoenix"
}
Try it live → ← All actors Actor docs