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": 11375,
    "total_words": 118346,
    "last_change": "2024-05-06T14:50:56.140336Z",
    "recent_changes": 245,
    "translated": 7144,
    "translated_words": 68043,
    "translated_percent": 62.8,
    "translated_words_percent": 57.4,
    "translated_chars": 408549,
    "translated_chars_percent": 57.5,
    "total_chars": 709937,
    "fuzzy": 217,
    "fuzzy_percent": 1.9,
    "failing": 592,
    "failing_percent": 5.2,
    "approved": 6,
    "approved_percent": 0.1,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 90,
    "comments": 5,
    "name": "Portuguese",
    "url": "https://translate.habitica.com/languages/pt/"
}