{ "opencollection": "1.0.0", "info": { "name": "SimpleLocalize Customers Translations API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "X-SimpleLocalize-Token", "value": "{{X-SimpleLocalize-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Translations", "type": "folder" }, "items": [ { "info": { "name": "List Translations", "type": "http" }, "http": { "method": "GET", "url": "https://api.simplelocalize.io/api/v2/translations", "params": [ { "name": "text", "value": "", "type": "query", "description": "Search translated text using case-insensitive partial matching" }, { "name": "textStatus", "value": "", "type": "query", "description": "Filter by translation completeness" }, { "name": "reviewsStatus", "value": "", "type": "query", "description": "Filter by review status" }, { "name": "key", "value": "", "type": "query", "description": "Exact match filter for translation key" }, { "name": "namespace", "value": "", "type": "query", "description": "Exact match filter for translation namespace" }, { "name": "language", "value": "", "type": "query", "description": "Exact match filter for language identifier" }, { "name": "customerId", "value": "", "type": "query", "description": "Filter for customer-specific translations" }, { "name": "page", "value": "", "type": "query", "description": "Pagination page number" }, { "name": "size", "value": "", "type": "query", "description": "Results per page (maximum 500)" } ] }, "docs": "Retrieve translations with filtering and pagination. Supports filtering by key, language, namespace, text content, review status, and customer ID. Returns paginated results with up to 500 items per page." }, { "info": { "name": "Create or Update Translation", "type": "http" }, "http": { "method": "POST", "url": "https://api.simplelocalize.io/api/v1/translations", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new translation or updates an existing one. Supports upsert semantics - if the translation key already exists for the given language and namespace, it will be updated." } ] } ], "bundled": true }