Translation components API.

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

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

{
    "total": 56,
    "total_words": 491,
    "total_chars": 6331,
    "last_change": "2023-03-13T16:41:22.066653Z",
    "recent_changes": 2,
    "translated": 3,
    "translated_words": 5,
    "translated_percent": 5.3,
    "translated_words_percent": 1.0,
    "translated_chars": 47,
    "translated_chars_percent": 0.7,
    "fuzzy": 18,
    "fuzzy_percent": 32.1,
    "fuzzy_words": 158,
    "fuzzy_words_percent": 32.1,
    "fuzzy_chars": 2511,
    "fuzzy_chars_percent": 39.6,
    "failing": 14,
    "failing_percent": 25.0,
    "approved": 2,
    "approved_percent": 3.5,
    "approved_words": 3,
    "approved_words_percent": 0.6,
    "approved_chars": 25,
    "approved_chars_percent": 0.3,
    "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": "sr_Latn",
    "name": "Serbian (latin)",
    "url": "https://translate.tails.boum.org/projects/tails/contact/sr_Latn/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/contact/sr_Latn/"
}