Translation components API.

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

GET /api/translations/f-droid/fdroidserver/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 580,
    "total_words": 3842,
    "total_chars": 25045,
    "last_change": "2024-05-24T20:12:18.508004Z",
    "recent_changes": 1,
    "translated": 553,
    "translated_words": 3625,
    "translated_percent": 95.3,
    "translated_words_percent": 94.3,
    "translated_chars": 23696,
    "translated_chars_percent": 94.6,
    "fuzzy": 15,
    "fuzzy_percent": 2.5,
    "fuzzy_words": 134,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 831,
    "fuzzy_chars_percent": 3.3,
    "failing": 9,
    "failing_percent": 1.5,
    "approved": 91,
    "approved_percent": 15.6,
    "approved_words": 541,
    "approved_words_percent": 14.0,
    "approved_chars": 3449,
    "approved_chars_percent": 13.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_BR/",
    "translate_url": "https://hosted.weblate.org/translate/f-droid/fdroidserver/pt_BR/"
}