Translation components API.

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

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

{
    "total": 425,
    "total_words": 5137,
    "total_chars": 32972,
    "last_change": "2023-05-12T22:01:38.070199Z",
    "recent_changes": 1,
    "translated": 372,
    "translated_words": 4449,
    "translated_percent": 87.5,
    "translated_words_percent": 86.6,
    "translated_chars": 28445,
    "translated_chars_percent": 86.2,
    "fuzzy": 33,
    "fuzzy_percent": 7.7,
    "fuzzy_words": 488,
    "fuzzy_words_percent": 9.4,
    "fuzzy_chars": 3236,
    "fuzzy_chars_percent": 9.8,
    "failing": 3,
    "failing_percent": 0.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": 36,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/spinsfedoraprojectorg/fr/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/spinsfedoraprojectorg/fr/"
}