Translation components API.

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

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

{
    "total": 2721,
    "total_words": 69331,
    "last_change": "2021-01-09T14:37:18.290655Z",
    "recent_changes": 4,
    "translated": 811,
    "translated_words": 22176,
    "translated_percent": 29.8,
    "translated_words_percent": 31.9,
    "translated_chars": 168959,
    "translated_chars_percent": 30.1,
    "total_chars": 560593,
    "fuzzy": 539,
    "fuzzy_percent": 19.8,
    "failing": 547,
    "failing_percent": 20.1,
    "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_arch-handbook/es/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_arch-handbook/es/"
}