wikidata_article
wikidata_article schema from Wikimedia Enterprise API spec
Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen-SourceNon-Profit
Properties
| Name |
Type |
Description |
| name |
string |
Wikidata item identifier (Q-number, e.g. Q42), or property identifier (P-number, e.g. P31) |
| identifier |
integer |
unique numeric identifier of the article |
| date_created |
string |
ISO 8601 timestamp of when the article was first created |
| date_modified |
string |
ISO 8601 timestamp of when the article was last modified |
| date_previously_modified |
string |
Timestamp of the before-last revision in RFC3339 format |
| protection |
object |
|
| url |
string |
URL to the article |
| namespace |
object |
|
| is_part_of |
object |
|
| entity |
object |
|
| visibility |
object |
|
| license |
object |
|
| event |
object |
|
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/wikipedia/refs/heads/main/json-schema/wikimedia-enterprise-wikidata-article-schema.json",
"title": "wikidata_article",
"description": "wikidata_article schema from Wikimedia Enterprise API spec",
"type": "object",
"properties": {
"name": {
"type": "string",
"example": "P31",
"description": "Wikidata item identifier (Q-number, e.g. Q42), or property identifier (P-number, e.g. P31)"
},
"identifier": {
"type": "integer",
"format": "uuid",
"description": "unique numeric identifier of the article",
"example": 104546757
},
"date_created": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp of when the article was first created",
"example": "2024-04-01T12:00:00Z"
},
"date_modified": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp of when the article was last modified",
"example": "2024-06-01T12:00:00Z"
},
"date_previously_modified": {
"type": "string",
"format": "date-time",
"description": "Timestamp of the before-last revision in RFC3339 format",
"example": "2024-05-01T12:00:00Z"
},
"protection": {
"$ref": "#/components/schemas/protection"
},
"url": {
"type": "string",
"format": "uri",
"description": "URL to the article",
"example": "https://www.wikidata.org/wiki/Q109388644"
},
"namespace": {
"$ref": "#/components/schemas/article_namespace"
},
"is_part_of": {
"$ref": "#/components/schemas/project"
},
"entity": {
"$ref": "#/components/schemas/wikidata_entity"
},
"visibility": {
"$ref": "#/components/schemas/visibility"
},
"license": {
"$ref": "#/components/schemas/license"
},
"event": {
"$ref": "#/components/schemas/event"
}
},
"required": [
"name",
"identifier",
"url",
"protection",
"redirects",
"license"
]
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/wikimedia-enterprise-wikidata-article"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.