Weblate · Schema

Weblate Translation Memory Schema

LocalizationTranslationInternationalizationOpen-SourceContinuous LocalizationVersion Control
View JSON Schema on GitHub

JSON Schema

weblate-memory.schema.json Raw ↑
{
  "$id": "https://weblate.org/schemas/weblate-memory.schema.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "definitions": {},
  "items": {
    "$id": "#/items",
    "additionalProperties": false,
    "properties": {
      "category": {
        "$id": "#/items/properties/category",
        "default": 1,
        "description": "1 is global, 2 is shared, 10000000+ are project specific, 20000000+ are user specific",
        "examples": [
          1
        ],
        "minimum": 0,
        "title": "The String Category",
        "type": "integer"
      },
      "origin": {
        "$id": "#/items/properties/origin",
        "default": "",
        "description": "Filename or component name",
        "examples": [
          "test.tmx",
          "project/component"
        ],
        "title": "The String Origin",
        "type": "string"
      },
      "context": {
        "$id": "#/items/properties/context",
        "default": "",
        "description": "Translation context or key for monolingual formats",
        "examples": [
          "Greeting used in emails"
        ],
        "title": "The String Context or Key",
        "type": "string"
      },
      "source": {
        "$id": "#/items/properties/source",
        "default": "",
        "examples": [
          "Hello"
        ],
        "minLength": 1,
        "title": "The Source String",
        "type": "string"
      },
      "source_language": {
        "$id": "#/items/properties/source_language",
        "default": "",
        "description": "ISO 639-1 / ISO 639-2 / IETF BCP 47",
        "examples": [
          "en"
        ],
        "pattern": "^[^ ]+$",
        "title": "The Source Language",
        "type": "string"
      },
      "target": {
        "$id": "#/items/properties/target",
        "default": "",
        "examples": [
          "Ahoj"
        ],
        "minLength": 1,
        "title": "The Target String",
        "type": "string"
      },
      "target_language": {
        "$id": "#/items/properties/target_language",
        "default": "",
        "description": "ISO 639-1 / ISO 639-2 / IETF BCP 47",
        "examples": [
          "cs"
        ],
        "pattern": "^[^ ]+$",
        "title": "The Target Language",
        "type": "string"
      },
      "status": {
        "$id": "#/items/properties/status",
        "title": "Status",
        "type": "integer"
      }
    },
    "required": [
      "source_language",
      "target_language",
      "source",
      "target",
      "origin",
      "category"
    ],
    "title": "The Translation Memory Item",
    "type": "object"
  },
  "title": "Weblate Translation Memory Schema",
  "type": "array"
}

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/weblate-memory.schema"
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.