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": 7701,
    "total_words": 35595,
    "total_chars": 232267,
    "last_change": "2024-04-19T15:51:43.501200Z",
    "recent_changes": 686,
    "translated": 7051,
    "translated_words": 31259,
    "translated_percent": 91.5,
    "translated_words_percent": 87.8,
    "translated_chars": 203239,
    "translated_chars_percent": 87.5,
    "fuzzy": 106,
    "fuzzy_percent": 1.3,
    "failing": 179,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.1,
    "suggestions": 369,
    "comments": 5,
    "name": "Portuguese",
    "url": "https://l10n.elementary.io/languages/pt/"
}