{
  "info": {
    "name": "Lokalise — mcp.ai",
    "description": "REST API for the Lokalise MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/lokalise",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "lokalise_create_keys",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/keys",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "keys"
          ]
        },
        "description": "Create 1 to 500 keys in a Lokalise project or branch. Requires a personal read/write API token and the project's Manage keys admin right. Branch targets also require a compatible Software project with",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"keys\": \"\",\n  \"project_id\": \"\",\n  \"branch_name\": \"\",\n  \"use_automations\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "lokalise_delete_keys",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/keys",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "keys"
          ]
        },
        "description": "Permanently delete one or more keys from a Lokalise project or branch. This operation is irreversible and requires a personal read/write API token with key-management permission. Branch targets additi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"key_ids\": \"\",\n  \"project_id\": \"\",\n  \"branch_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "lokalise_list_audit_logs",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/audit/logs",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "audit",
            "logs"
          ]
        },
        "description": "List one page of team audit events in OCSF 1.3.0 format. This endpoint requires a personal API token belonging to a team admin and a Lokalise plan that includes Audit Logs; availability was verified o",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"date_to\": \"\",\n  \"user_id\": 0,\n  \"date_from\": \"\",\n  \"event_type\": \"\",\n  \"project_id\": 0,\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "lokalise_list_branches",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/branches",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "branches"
          ]
        },
        "description": "List one page of branches for a Lokalise project. This capability requires a Software project with Branching enabled; it is unavailable for other project types or projects with Branching disabled.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"project_id\": \"\",\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "lokalise_list_keys",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/keys",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "keys"
          ]
        },
        "description": "Search and return one cursor page of keys from a Lokalise project or branch. Translation, comment, and screenshot expansion is opt-in to keep responses small. Branch access requires a branch-enabled S",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"tags\": \"\",\n  \"limit\": 0,\n  \"key_ids\": \"\",\n  \"archived\": \"\",\n  \"filenames\": \"\",\n  \"key_names\": \"\",\n  \"platforms\": \"\",\n  \"qa_issues\": \"\",\n  \"project_id\": \"\",\n  \"branch_name\": \"\",\n  \"next_cursor\": \"\",\n  \"include_comments\": false,\n  \"untranslated_only\": false,\n  \"disable_references\": false,\n  \"include_screenshots\": false,\n  \"include_translations\": false,\n  \"translation_language_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "lokalise_list_project_languages",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/project/languages",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "project",
            "languages"
          ]
        },
        "description": "List one page of languages configured for a Lokalise project or, when branch_name is supplied, for a branch. Branch access requires a compatible Software project with Branching enabled.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"project_id\": \"\",\n  \"branch_name\": \"\",\n  \"next_cursor\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "lokalise_list_projects",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/projects",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "projects"
          ]
        },
        "description": "List projects available to the connected Lokalise API token, optionally filtered by team or exact project names. Include settings to discover whether a Software project has Branching enabled.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"team_id\": 0,\n  \"next_cursor\": \"\",\n  \"project_names\": \"\",\n  \"include_settings\": false,\n  \"include_statistics\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "lokalise_list_translations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/translations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "translations"
          ]
        },
        "description": "Search and return one cursor page of translations from a Lokalise project or branch by language, review state, task, or QA issue. Branch access requires a branch-enabled Software project.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"limit\": 0,\n  \"qa_issues\": \"\",\n  \"project_id\": \"\",\n  \"branch_name\": \"\",\n  \"is_reviewed\": false,\n  \"language_id\": 0,\n  \"next_cursor\": \"\",\n  \"is_unverified\": false,\n  \"active_task_id\": 0,\n  \"is_untranslated\": false,\n  \"disable_references\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "lokalise_update_keys",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/keys",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "keys"
          ]
        },
        "description": "Batch update keys and their translations, including key metadata, translation content, review flags, and custom statuses, in one Lokalise project or branch. Requires a personal read/write API token an",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"keys\": \"\",\n  \"project_id\": \"\",\n  \"branch_name\": \"\",\n  \"use_automations\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "lokalise_update_translation",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/translation",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "translation"
          ]
        },
        "description": "Update one translation's content and review or status flags in a Lokalise project or branch. Requires a personal read/write API token; a read-only token cannot perform this action. Branch targets addi",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"project_id\": \"\",\n  \"branch_name\": \"\",\n  \"is_reviewed\": false,\n  \"translation\": \"\",\n  \"is_unverified\": false,\n  \"translation_id\": 0,\n  \"custom_translation_status_ids\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}