Use original characters
Process names in the writing system already present and store the result in separate fields.
Japanese name gender lookup
Analyze a single or full Japanese name in kanji, kana or romanized form and return a name-based gender prediction with Japan-specific context.
Japanese names can have multiple readings and may be used across genders. Treat the result as an inferred signal—not self-identified gender.
Try it online
Submit a single or full name. The demo adds JP context and AI fallback automatically.
Example response shown below. Select Analyze name to run a live lookup.
{
"status": true,
"q": "葵 高橋",
"name": "葵",
"gender": "female",
"country": "JP",
"probability": 95
}How it works
The API accepts one complete value and evaluates it with Japan country context, preserving the submitted characters and name order.
Use a given name or full name in kanji, hiragana, katakana or Latin-script romanization.
Regional context helps interpret Japanese name evidence and distinguish cross-country usage.
Check the extracted name, gender and probability; preserve ambiguous outcomes as unknown.
Japanese-script data
Original-script input can retain name information that may be altered or lost during romanization.
Process names in the writing system already present and store the result in separate fields.
Submit the full name without creating an unreliable given-name/family-name split first.
Multiple readings, generational patterns and unisex names make probability review essential.
Kanji, kana and readings
Kanji may have several readings, while a name can be written in hiragana, katakana or multiple romanized forms. Spelling and context therefore affect the available evidence.
askToAI=true extends coverage when database evidence is absent, but it does not make an ambiguous name certain. Allow unknown results and avoid high-impact decisions.
Frequently asked questions
GenderAPI evaluates the submitted name using Japanese name evidence and regional context, then returns a name-based prediction and probability when enough evidence is available.
Yes. The tool accepts Unicode input in kanji and kana. Results depend on the spelling, reading ambiguity and available name evidence.
No. You can submit the full Japanese name in one field. The response shows the name signal used for prediction.
Yes. A Latin-script romanization can be submitted, though alternative romanizations may produce different evidence and probability values.
The demo sends askToAI=true with JP country context. AI fallback is considered when the database has no result; it does not guarantee an answer.
The published policy says successful inputs are not retained as reusable query records. Technical and security logs follow a separate retention schedule. A query for which no gender can be found may be retained to improve GenderAPI; see the Privacy Policy for details.
Build the integration
Review authentication, country context, AI fallback and response fields before implementation.