Respect original scripts
Keep source names in their existing writing system and add the prediction as a separate field.
Indian name gender lookup
Analyze a single or full Indian name in its native or Latin-script spelling and return a name-based gender prediction with India-specific context.
India includes many languages and naming traditions. Treat every result as an inferred signal—not a person’s self-identified gender.
Try it online
Submit a single or full name. The demo adds IN context and AI fallback automatically.
Example response shown below. Select Analyze name to run a live lookup.
{
"status": true,
"q": "प्रिया शर्मा",
"name": "प्रिया",
"gender": "female",
"country": "IN",
"probability": 95
}How it works
The API accepts one complete input and evaluates it with Indian country context, preserving the submitted script and spelling.
Use a single name or full name in Devanagari, another supported Unicode script or Latin spelling.
Regional context helps distinguish names whose usage varies between countries and language communities.
Evaluate the returned name, gender and probability while preserving uncertain outcomes.
Multilingual name data
Original-script and transliterated records can be submitted without first converting every name to one format.
Keep source names in their existing writing system and add the prediction as a separate field.
Use the name value you have rather than inventing missing family-name or given-name fields.
Account for regional spellings, transliteration differences and probability before using the result.
Language and spelling
Names vary across Hindi, Tamil, Bengali, Telugu, Marathi and many other language communities. Latin transliterations can also have several valid spellings.
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 Indian name evidence and regional context, then returns a name-based prediction and probability when enough evidence is available.
Yes. You can submit a given name such as Priya or a complete name such as Priya Sharma in one field.
The tool accepts Unicode names, including Devanagari and other native-script input. Results depend on the language, spelling and available name evidence.
Yes. Latin transliterations can be submitted, although different spellings of the same name may produce different evidence and probability values.
The demo sends askToAI=true with IN 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.