Translation components API.

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

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

{
    "total": 203,
    "total_words": 2100,
    "total_chars": 12545,
    "last_change": "2023-04-20T16:49:31.983515Z",
    "recent_changes": 0,
    "translated": 170,
    "translated_words": 1779,
    "translated_percent": 83.7,
    "translated_words_percent": 84.7,
    "translated_chars": 10489,
    "translated_chars_percent": 83.6,
    "fuzzy": 21,
    "fuzzy_percent": 10.3,
    "fuzzy_words": 198,
    "fuzzy_words_percent": 9.4,
    "fuzzy_chars": 1289,
    "fuzzy_chars_percent": 10.2,
    "failing": 8,
    "failing_percent": 3.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://hosted.weblate.org/projects/sdaps/master/pt_BR/",
    "translate_url": "https://hosted.weblate.org/translate/sdaps/master/pt_BR/"
}