Wikidata Plain Text API

This API provides plain text access to Wikidata statements. It supports Items (Q), Properties (P), and Lexemes (L).

URL Patterns

Statement Values

v0/{entity_id}/{property_id}

Items and Properties

v0/{entity_id}/label/{language_code}
v0/{entity_id}/description/{language_code}
v0/{entity_id}/aliases/{language_code}

Lexemes

v0/{lexeme_id}/lemmas/{language_code}
v0/{lexeme_id}/language
v0/{lexeme_id}/lexical-category

Examples

Response Format

Multiple values (for aliases and lemmas) are separated by pipes (|). Pipes within values are escaped with a backslash (\|).