Translation components API.

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

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

{
    "total": 28,
    "total_words": 33,
    "total_chars": 213,
    "last_change": "2024-02-20T00:40:01.127154Z",
    "recent_changes": 0,
    "translated": 23,
    "translated_words": 27,
    "translated_percent": 82.1,
    "translated_words_percent": 81.8,
    "translated_chars": 181,
    "translated_chars_percent": 84.9,
    "fuzzy": 2,
    "fuzzy_percent": 7.1,
    "fuzzy_words": 3,
    "fuzzy_words_percent": 9.0,
    "fuzzy_chars": 18,
    "fuzzy_chars_percent": 8.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 10.7,
    "readonly_words": 3,
    "readonly_words_percent": 9.0,
    "readonly_chars": 17,
    "readonly_chars_percent": 7.9,
    "suggestions": 1,
    "comments": 0,
    "code": "fr_FR",
    "name": "French (France)",
    "url": "https://weblate.framasoft.org/projects/peertube/glossary/fr_FR/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/glossary/fr_FR/"
}