---
title: "Identify Chinese name candidates, based on the romanized name (firstName = chineseGivenName; lastName=chineseSurname), ex. Wang Xiaoming"
method: POST
path: "/api2/json/chineseNameMatchBatch"
tags: ["chinese"]
---

# Identify Chinese name candidates, based on the romanized name (firstName = chineseGivenName; lastName=chineseSurname), ex. Wang Xiaoming

`POST /api2/json/chineseNameMatchBatch`

## Request body

- BatchMatchPersonalFirstLastNameIn
  - `personalNames` MatchPersonalFirstLastNameIn[]
    - `id` string
    - `name1` FirstLastNameIn
      - `id` string
      - `firstName` string
      - `lastName` string
    - `name2` PersonalNameIn
      - `id` string
      - `name` string

## Response `200`

A list of genderized names.

- BatchNameMatchedOut
  - `matchedNames` NameMatchedOut[] — Classified matched names
    - `script` string
    - `id` string
    - `explanation` string
    - `matchStatus` 'Match' | 'Mismatch' — The name matching status.
    - `score` number, double

## 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)
