Translation components API.

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

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

{
    "total": 48,
    "total_words": 1544,
    "last_change": "2020-11-25T14:32:26.739463Z",
    "recent_changes": 27,
    "translated": 18,
    "translated_words": 202,
    "translated_percent": 37.5,
    "translated_words_percent": 13.0,
    "translated_chars": 1833,
    "translated_chars_percent": 12.8,
    "total_chars": 14268,
    "fuzzy": 6,
    "fuzzy_percent": 12.5,
    "failing": 7,
    "failing_percent": 14.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/freebsd-doc/articles_cups/nl_NL/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_cups/nl_NL/"
}