About this endpoint
What it does
Returns a language distribution result as a JSON object. The exact response fields are not defined in the schema, so the endpoint’s output shape is not yet documented beyond being an object.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| limit | Integer | No | Maximum number of results to return. Default: 30. Minimum: 1. Maximum: 200. |
| country_code | String | No | Country code filter. When provided, it must be a string with length between 2 and 3 characters. |
Response
Returns a JSON object. The response schema is an object with additional properties allowed, but it does not declare any fixed top-level fields, so the specific response structure is not yet captured in the schema.