The ID of the entity.
Optional
The config object.
The promise of a Wikidata Item.
const item = requestItem('Q42'); const item = requestItem('Q42', { userAgent: 'YourApp/1.0' }); Copy
const item = requestItem('Q42'); const item = requestItem('Q42', { userAgent: 'YourApp/1.0' });
The ID of the entity.