Translation components API.

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

GET /api/translations/tor/support-portal/fr/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-28T19:09:24.452707Z",
    "recent_changes": 1,
    "translated": 2029,
    "translated_words": 33279,
    "translated_percent": 92.6,
    "translated_words_percent": 92.6,
    "translated_chars": 216165,
    "translated_chars_percent": 92.3,
    "fuzzy": 88,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 1585,
    "fuzzy_words_percent": 4.4,
    "fuzzy_chars": 11274,
    "fuzzy_chars_percent": 4.8,
    "failing": 36,
    "failing_percent": 1.6,
    "approved": 4,
    "approved_percent": 0.1,
    "approved_words": 5,
    "approved_words_percent": 0.1,
    "approved_chars": 35,
    "approved_chars_percent": 0.1,
    "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": "fr",
    "name": "French",
    "url": "https://hosted.weblate.org/projects/tor/support-portal/fr/",
    "translate_url": "https://hosted.weblate.org/translate/tor/support-portal/fr/"
}