Translation components API.

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

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

{
    "total": 977,
    "total_words": 21168,
    "last_change": "2021-01-09T14:31:55.487088Z",
    "recent_changes": 2,
    "translated": 950,
    "translated_words": 20714,
    "translated_percent": 97.2,
    "translated_words_percent": 97.8,
    "translated_chars": 158170,
    "translated_chars_percent": 96.2,
    "total_chars": 164404,
    "fuzzy": 25,
    "fuzzy_percent": 2.5,
    "failing": 60,
    "failing_percent": 6.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_committers-guide/es/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_committers-guide/es/"
}