cx_mt

cx_mt schema from Wikimedia REST API

Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit

Properties

Name Type Description
contents string the translated content
View JSON Schema on GitHub

JSON Schema

rest-v1-cx-mt-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/rest-v1-cx-mt-schema.json",
  "title": "cx_mt",
  "description": "cx_mt schema from Wikimedia REST API",
  "type": "object",
  "properties": {
    "contents": {
      "type": "string",
      "description": "the translated content"
    }
  }
}