Translation components API.

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

GET /api/translations/joinpeertube/main/bg/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 530,
    "total_words": 5671,
    "total_chars": 42625,
    "last_change": "2024-02-05T15:14:07.053324Z",
    "recent_changes": 13,
    "translated": 12,
    "translated_words": 51,
    "translated_percent": 2.2,
    "translated_words_percent": 0.8,
    "translated_chars": 424,
    "translated_chars_percent": 0.9,
    "fuzzy": 122,
    "fuzzy_percent": 23.0,
    "fuzzy_words": 1588,
    "fuzzy_words_percent": 28.0,
    "fuzzy_chars": 14002,
    "fuzzy_chars_percent": 32.8,
    "failing": 20,
    "failing_percent": 3.7,
    "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": 0,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://weblate.framasoft.org/projects/joinpeertube/main/bg/",
    "translate_url": "https://weblate.framasoft.org/translate/joinpeertube/main/bg/"
}