SimpleLocalize · Example Payload

Simplelocalize List Translations Example

Example request and response for listing translations filtered by language

LocalizationTranslationInternationalization

Simplelocalize List Translations Example is an example object payload from SimpleLocalize, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "List Translations Example",
  "description": "Example request and response for listing translations filtered by language",
  "request": {
    "method": "GET",
    "url": "https://api.simplelocalize.io/api/v2/translations?language=en&namespace=common",
    "headers": {
      "X-SimpleLocalize-Token": "your-api-key-here"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "status": 200,
      "message": "OK",
      "data": [
        {
          "key": "nav.home",
          "namespace": "common",
          "language": "en",
          "text": "Home",
          "reviewStatus": "REVIEWED",
          "customerId": null,
          "modifiedAt": "2026-04-15T10:30:00Z"
        },
        {
          "key": "nav.about",
          "namespace": "common",
          "language": "en",
          "text": "About Us",
          "reviewStatus": "REVIEWED",
          "customerId": null,
          "modifiedAt": "2026-04-15T10:30:00Z"
        },
        {
          "key": "nav.contact",
          "namespace": "common",
          "language": "en",
          "text": "Contact",
          "reviewStatus": "NOT_REVIEWED",
          "customerId": null,
          "modifiedAt": "2026-04-20T08:15:00Z"
        }
      ],
      "page": 0,
      "totalPages": 1,
      "totalElements": 3
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/simplelocalize-list-translations-example"
All examples
curl "https://apis.io/api/v1/examples?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.