Translation components API.

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

GET /api/translations/documentation/articlescups_index/nl_NL/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 54,
    "total_words": 1459,
    "last_change": "2021-04-18T16:30:46.795727Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 29,
    "translated_percent": 9.2,
    "translated_words_percent": 1.9,
    "translated_chars": 182,
    "translated_chars_percent": 1.7,
    "total_chars": 10411,
    "fuzzy": 2,
    "fuzzy_percent": 3.7,
    "failing": 3,
    "failing_percent": 5.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nl_NL",
    "name": "Dutch",
    "url": "https://translate-dev.freebsd.org/projects/documentation/articlescups_index/nl_NL/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/articlescups_index/nl_NL/"
}