Translation components API.

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

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

{
    "total": 106,
    "total_words": 745,
    "last_change": "2021-06-12T19:54:36.150131Z",
    "recent_changes": 6,
    "translated": 11,
    "translated_words": 65,
    "translated_percent": 10.3,
    "translated_words_percent": 8.7,
    "translated_chars": 384,
    "translated_chars_percent": 4.8,
    "total_chars": 7878,
    "fuzzy": 10,
    "fuzzy_percent": 9.4,
    "failing": 2,
    "failing_percent": 1.8,
    "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/documentation/booksporters-handbookorder_index/es/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookorder_index/es/"
}