Translation components API.

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

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

{
    "total": 1022,
    "total_words": 22922,
    "last_change": "2021-01-09T14:36:03.831205Z",
    "recent_changes": 1,
    "translated": 1020,
    "translated_words": 22852,
    "translated_percent": 99.8,
    "translated_words_percent": 99.6,
    "translated_chars": 183574,
    "translated_chars_percent": 99.5,
    "total_chars": 184448,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 166,
    "failing_percent": 16.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/boooks_faq/es/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_faq/es/"
}