Translation components API.

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

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

{
    "total": 468,
    "total_words": 9234,
    "last_change": "2021-01-21T14:33:24.694337Z",
    "recent_changes": 19,
    "translated": 207,
    "translated_words": 5685,
    "translated_percent": 44.2,
    "translated_words_percent": 61.5,
    "translated_chars": 33956,
    "translated_chars_percent": 59.4,
    "total_chars": 57144,
    "fuzzy": 149,
    "fuzzy_percent": 31.8,
    "failing": 142,
    "failing_percent": 30.3,
    "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/articles_serial-uart/es/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_serial-uart/es/"
}