Translation components API.

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

GET /api/translations/camorama/master/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 169,
    "total_words": 844,
    "total_chars": 5365,
    "last_change": "2023-01-13T17:24:03.552749Z",
    "recent_changes": 11,
    "translated": 16,
    "translated_words": 44,
    "translated_percent": 9.4,
    "translated_words_percent": 5.2,
    "translated_chars": 333,
    "translated_chars_percent": 6.2,
    "fuzzy": 110,
    "fuzzy_percent": 65.0,
    "fuzzy_words": 494,
    "fuzzy_words_percent": 58.5,
    "fuzzy_chars": 3161,
    "fuzzy_chars_percent": 58.9,
    "failing": 38,
    "failing_percent": 22.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": 8,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.fedoraproject.org/projects/camorama/master/ar/",
    "translate_url": "https://translate.fedoraproject.org/translate/camorama/master/ar/"
}