---
title: "Romanize japanese name, based on the name in Kanji."
method: GET
path: "/api2/json/japaneseNameLatinCandidates/{japaneseSurnameKanji}/{japaneseGivenNameKanji}"
tags: ["japanese"]
---

# Romanize japanese name, based on the name in Kanji.

`GET /api2/json/japaneseNameLatinCandidates/{japaneseSurnameKanji}/{japaneseGivenNameKanji}`

## Path parameters

- `japaneseSurnameKanji` string, required
- `japaneseGivenNameKanji` string, required

## Response `200`

A romanized name.

- NameMatchCandidatesOut — Classified matched names
  - `script` string
  - `id` string
  - `explanation` string
  - `firstName` string — The first name (also known as given name)
  - `lastName` string — The last name (also known as family name, or surname)
  - `orderOption` string — The option for ordering
  - `matchCandidates` NameMatchCandidateOut[] — The ordered list of name matching candidates
    - `candidateName` string — The name matching candidate name
    - `probability` number, double — The name matching estimated probability.
    - `predScoreGivenName` number, double — The given name prediction score.
    - `predScoreFamilyName` number, double — The family name prediction score.

## Other responses

- `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/revisions/305e4f6eeaf5/schema)
