Translation components API.

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

GET /api/translations/tails/security/pt/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-12-12T11:25:06.753483Z",
    "recent_changes": 6,
    "translated": 2,
    "translated_words": 66,
    "translated_percent": 14.2,
    "translated_words_percent": 28.6,
    "translated_chars": 414,
    "translated_chars_percent": 20.0,
    "fuzzy": 7,
    "fuzzy_percent": 50.0,
    "fuzzy_words": 145,
    "fuzzy_words_percent": 63.0,
    "fuzzy_chars": 1437,
    "fuzzy_chars_percent": 69.7,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 1,
    "approved_percent": 7.1,
    "approved_words": 2,
    "approved_words_percent": 0.8,
    "approved_chars": 18,
    "approved_chars_percent": 0.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.boum.org/projects/tails/security/pt/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/security/pt/"
}