Translation components API.

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

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

{
    "total": 14,
    "total_words": 230,
    "total_chars": 2060,
    "last_change": "2021-05-18T19:26:03.093969Z",
    "recent_changes": 14,
    "translated": 6,
    "translated_words": 138,
    "translated_percent": 42.8,
    "translated_words_percent": 60.0,
    "translated_chars": 927,
    "translated_chars_percent": 45.0,
    "fuzzy": 5,
    "fuzzy_percent": 35.7,
    "fuzzy_words": 79,
    "fuzzy_words_percent": 34.3,
    "fuzzy_chars": 986,
    "fuzzy_chars_percent": 47.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 6,
    "approved_percent": 42.8,
    "approved_words": 138,
    "approved_words_percent": 60.0,
    "approved_chars": 927,
    "approved_chars_percent": 45.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/security/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/security/fr/"
}