Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/pt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2118,
    "total_words": 9259,
    "last_change": "2025-10-04T12:33:58.968149Z",
    "recent_changes": 491,
    "translated": 2118,
    "translated_words": 9259,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 58773,
    "translated_chars_percent": 100.0,
    "total_chars": 58773,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 10,
    "failing_percent": 0.4,
    "name": "Portuguese",
    "url": "http://i18n.foe-helper.com/languages/pt/"
}