---
title: "Translate up to 100 full names, from one source language to a target language."
method: POST
path: "/api2/json/translateFullBatch"
tags: ["preview"]
---

# Translate up to 100 full names, from one source language to a target language.

`POST /api2/json/translateFullBatch`

## Request body

- BatchTranslatePersonalNameIn
  - `sourceLangIso3` string
  - `targetLangIso3` string
  - `personalNames` PersonalNameIn[]
    - `id` string
    - `name` string

## Response `200`

A list of translated names.

- BatchPersonalNameTranslatedOut — Represents the output of translating a list of personal names.
  - `personalNames` PersonalNameTranslatedOut[] — Translated names
    - `script` string
    - `id` string
    - `explanation` string
    - `name` string — The input name.
    - `sourceLanguageIso3` string
    - `targetLanguageIso3` string

## Other responses

- `400` — Bad request (ex. too many names)
- `401` — Missing or incorrect API Key
- `403` — Email not Verified, or API Limit Reached, or API Key Disabled
- `429` — Too Many Requests

---

[API](https://skmtc.net/namsor/apis/namsor-api-v2.md) · [All operations](https://skmtc.net/namsor/apis/namsor-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/namsor/namsor-api-v2/versions/305e4f6eeaf5/schema)
