Translation components API.

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

GET /api/translations/tor/support-portal/fa/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2189,
    "total_words": 35900,
    "total_chars": 234123,
    "last_change": "2024-05-29T19:08:25.540834Z",
    "recent_changes": 7,
    "translated": 1942,
    "translated_words": 31787,
    "translated_percent": 88.7,
    "translated_words_percent": 88.5,
    "translated_chars": 206546,
    "translated_chars_percent": 88.2,
    "fuzzy": 63,
    "fuzzy_percent": 2.8,
    "fuzzy_words": 988,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 6965,
    "fuzzy_chars_percent": 2.9,
    "failing": 41,
    "failing_percent": 1.8,
    "approved": 1368,
    "approved_percent": 62.4,
    "approved_words": 20113,
    "approved_words_percent": 56.0,
    "approved_chars": 131227,
    "approved_chars_percent": 56.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://hosted.weblate.org/projects/tor/support-portal/fa/",
    "translate_url": "https://hosted.weblate.org/translate/tor/support-portal/fa/"
}