Translation components API.

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

GET /api/translations/tails/virtualization/fr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 37,
    "total_words": 545,
    "total_chars": 3626,
    "last_change": "2024-05-02T22:28:32.447220Z",
    "recent_changes": 3,
    "translated": 30,
    "translated_words": 414,
    "translated_percent": 81.0,
    "translated_words_percent": 75.9,
    "translated_chars": 2751,
    "translated_chars_percent": 75.8,
    "fuzzy": 3,
    "fuzzy_percent": 8.1,
    "fuzzy_words": 64,
    "fuzzy_words_percent": 11.7,
    "fuzzy_chars": 369,
    "fuzzy_chars_percent": 10.1,
    "failing": 1,
    "failing_percent": 2.7,
    "approved": 22,
    "approved_percent": 59.4,
    "approved_words": 267,
    "approved_words_percent": 48.9,
    "approved_chars": 1745,
    "approved_chars_percent": 48.1,
    "readonly": 3,
    "readonly_percent": 8.1,
    "readonly_words": 6,
    "readonly_words_percent": 1.1,
    "readonly_chars": 59,
    "readonly_chars_percent": 1.6,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/virtualization/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/virtualization/fr/"
}