SimpleLocalize · JSON Structure
Simplelocalize Translation Structure
Documentation of the translation data structure returned by the SimpleLocalize API
Type: object
Properties: 0
LocalizationTranslationInternationalization
Simplelocalize Translation Structure is a JSON Structure definition published by SimpleLocalize.
Meta-schema:
JSON Structure
{
"title": "SimpleLocalize Translation Structure",
"description": "Documentation of the translation data structure returned by the SimpleLocalize API",
"type": "object",
"fields": [
{
"name": "key",
"type": "string",
"required": true,
"description": "Translation key identifier. Used to reference this translation in application code (e.g., HELLO_WORLD, nav.home.title)"
},
{
"name": "namespace",
"type": "string",
"required": false,
"description": "Logical grouping namespace for organizing translation keys (e.g., common, navigation, checkout)"
},
{
"name": "language",
"type": "string",
"required": true,
"description": "IETF language tag identifying the target language (e.g., en, fr, zh-Hans)"
},
{
"name": "text",
"type": "string",
"required": false,
"description": "The actual translated text content. May be empty for untranslated strings."
},
{
"name": "reviewStatus",
"type": "enum",
"required": false,
"values": ["REVIEWED", "NOT_REVIEWED"],
"description": "Review workflow status indicating whether a human reviewer has approved this translation"
},
{
"name": "customerId",
"type": "string",
"required": false,
"description": "Customer segment identifier for white-label or multi-tenant translation overrides"
},
{
"name": "modifiedAt",
"type": "string (ISO 8601 datetime)",
"required": false,
"description": "Timestamp of the most recent modification to this translation"
}
]
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/simplelocalize-translation-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.