article

article schema from Wikimedia Enterprise API spec

Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen-SourceNon-Profit

Properties

Name Type Description
event object
additional_entities array
article_body object
has_parts array
categories array
date_modified string
identifier integer
in_language object
is_part_of object
license array
main_entity object
name string
abstract string
namespace object
protection array
redirects array
templates array
url string
version object
visibility object
View JSON Schema on GitHub

JSON Schema

wikimedia-enterprise-article-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wikipedia/refs/heads/main/json-schema/wikimedia-enterprise-article-schema.json",
  "title": "article",
  "description": "article schema from Wikimedia Enterprise API spec",
  "type": "object",
  "properties": {
    "event": {
      "$ref": "#/components/schemas/event"
    },
    "additional_entities": {
      "items": {
        "$ref": "#/components/schemas/entity"
      },
      "type": "array"
    },
    "article_body": {
      "$ref": "#/components/schemas/article_body"
    },
    "has_parts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/part"
      }
    },
    "categories": {
      "items": {
        "$ref": "#/components/schemas/category"
      },
      "type": "array"
    },
    "date_modified": {
      "type": "string"
    },
    "identifier": {
      "type": "integer"
    },
    "in_language": {
      "$ref": "#/components/schemas/language"
    },
    "is_part_of": {
      "$ref": "#/components/schemas/project"
    },
    "license": {
      "items": {
        "$ref": "#/components/schemas/license"
      },
      "type": "array"
    },
    "main_entity": {
      "$ref": "#/components/schemas/entity"
    },
    "name": {
      "type": "string"
    },
    "abstract": {
      "type": "string"
    },
    "namespace": {
      "$ref": "#/components/schemas/article_namespace"
    },
    "protection": {
      "items": {
        "$ref": "#/components/schemas/protection"
      },
      "type": "array"
    },
    "redirects": {
      "items": {
        "$ref": "#/components/schemas/redirect"
      },
      "type": "array"
    },
    "templates": {
      "items": {
        "$ref": "#/components/schemas/template"
      },
      "type": "array"
    },
    "url": {
      "type": "string"
    },
    "version": {
      "$ref": "#/components/schemas/version"
    },
    "visibility": {
      "$ref": "#/components/schemas/visibility"
    }
  }
}

Work with this as data

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-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.