SimpleLocalize · Schema

SimpleLocalize Translation

A translation string managed by SimpleLocalize, associated with a key, language, and optional namespace or customer segment.

LocalizationTranslationInternationalization

Properties

Name Type Description
key string Translation key identifier used to reference this translation in code
namespace string Namespace for organizing translation keys into logical groups
language string Language identifier (e.g., en, fr, de, ja) for this translation
text string The translated text content
reviewStatus string Review status indicating whether the translation has been reviewed
customerId string Associated customer identifier for customer-specific translation overrides
modifiedAt string ISO 8601 timestamp of the last modification
View JSON Schema on GitHub

JSON Schema

simplelocalize-translation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.simplelocalize.io/schemas/translation",
  "title": "SimpleLocalize Translation",
  "description": "A translation string managed by SimpleLocalize, associated with a key, language, and optional namespace or customer segment.",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "Translation key identifier used to reference this translation in code"
    },
    "namespace": {
      "type": "string",
      "description": "Namespace for organizing translation keys into logical groups"
    },
    "language": {
      "type": "string",
      "description": "Language identifier (e.g., en, fr, de, ja) for this translation"
    },
    "text": {
      "type": "string",
      "description": "The translated text content"
    },
    "reviewStatus": {
      "type": "string",
      "description": "Review status indicating whether the translation has been reviewed",
      "enum": ["REVIEWED", "NOT_REVIEWED"]
    },
    "customerId": {
      "type": "string",
      "description": "Associated customer identifier for customer-specific translation overrides"
    },
    "modifiedAt": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp of the last modification"
    }
  },
  "required": ["key", "language"]
}

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/simplelocalize-translation"
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.