Translation components API.

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

GET /api/translations/peppercarrot/website/br/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 222,
    "total_words": 1435,
    "total_chars": 9560,
    "last_change": "2023-11-25T13:43:57.497831Z",
    "recent_changes": 4,
    "translated": 62,
    "translated_words": 629,
    "translated_percent": 27.9,
    "translated_words_percent": 43.8,
    "translated_chars": 3960,
    "translated_chars_percent": 41.4,
    "fuzzy": 7,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 18,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 127,
    "fuzzy_chars_percent": 1.3,
    "failing": 8,
    "failing_percent": 3.6,
    "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": 0,
    "comments": 2,
    "code": "br",
    "name": "Breton",
    "url": "https://weblate.framasoft.org/projects/peppercarrot/website/br/",
    "translate_url": "https://weblate.framasoft.org/translate/peppercarrot/website/br/"
}