Translation components API.

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

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

{
    "total": 144,
    "total_words": 424,
    "total_chars": 2538,
    "last_change": "2024-02-21T14:52:05.871561Z",
    "recent_changes": 0,
    "translated": 142,
    "translated_words": 417,
    "translated_percent": 98.6,
    "translated_words_percent": 98.3,
    "translated_chars": 2494,
    "translated_chars_percent": 98.2,
    "fuzzy": 2,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 44,
    "fuzzy_chars_percent": 1.7,
    "failing": 5,
    "failing_percent": 3.4,
    "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": "fr_FR",
    "name": "French (France)",
    "url": "https://weblate.framasoft.org/projects/peertube/player/fr_FR/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube/player/fr_FR/"
}