Translation components API.

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

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

{
    "total": 2367,
    "total_words": 14771,
    "total_chars": 116233,
    "last_change": "2024-04-24T12:58:56.830713Z",
    "recent_changes": 0,
    "translated": 1979,
    "translated_words": 11308,
    "translated_percent": 83.6,
    "translated_words_percent": 76.5,
    "translated_chars": 88067,
    "translated_chars_percent": 75.7,
    "fuzzy": 388,
    "fuzzy_percent": 16.3,
    "fuzzy_words": 3463,
    "fuzzy_words_percent": 23.4,
    "fuzzy_chars": 28166,
    "fuzzy_chars_percent": 24.2,
    "failing": 345,
    "failing_percent": 14.5,
    "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": 8,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.framasoft.org/projects/peertube/angular/pt_BR/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/angular/pt_BR/"
}