Translation components API.

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

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

{
    "total": 406,
    "total_words": 10092,
    "last_change": "2021-06-17T18:21:30.939983Z",
    "recent_changes": 158,
    "translated": 84,
    "translated_words": 802,
    "translated_percent": 20.6,
    "translated_words_percent": 7.9,
    "translated_chars": 4469,
    "translated_chars_percent": 7.0,
    "total_chars": 63660,
    "fuzzy": 82,
    "fuzzy_percent": 20.1,
    "failing": 82,
    "failing_percent": 20.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate-dev.freebsd.org/projects/documentation/booksdevelopers-handbooktools_index/fa/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooktools_index/fa/"
}