Translation components API.

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

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

{
    "total": 161,
    "total_words": 2902,
    "total_chars": 20401,
    "last_change": "2024-02-27T15:35:02.466182Z",
    "recent_changes": 7,
    "translated": 34,
    "translated_words": 675,
    "translated_percent": 21.1,
    "translated_words_percent": 23.2,
    "translated_chars": 4515,
    "translated_chars_percent": 22.1,
    "fuzzy": 56,
    "fuzzy_percent": 34.7,
    "fuzzy_words": 810,
    "fuzzy_words_percent": 27.9,
    "fuzzy_chars": 6352,
    "fuzzy_chars_percent": 31.1,
    "failing": 31,
    "failing_percent": 19.2,
    "approved": 4,
    "approved_percent": 2.4,
    "approved_words": 10,
    "approved_words_percent": 0.3,
    "approved_chars": 100,
    "approved_chars_percent": 0.4,
    "readonly": 1,
    "readonly_percent": 0.6,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.boum.org/projects/tails/faq/pt/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/faq/pt/"
}