What format does the API response use?

schedule Last updated: December 25, 2025
Our API returns responses in JSON format by default, which is widely supported by all modern programming languages. Each response includes the requested name, detected gender, accuracy/probability value, and additional metadata. For example: {"name":"Maria","gender":"female","accuracy":99,"samples":12847,"country":"US"}. You can find detailed response schemas in our API documentation and download our OpenAPI specification for automatic client generation.

label Related Keywords

JSON response API format response structure data format API schema

Was this article helpful?

Chat