Translation components API.

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

GET /api/translations/tsujan/featherpad/ar_DZ/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 417,
    "total_words": 1738,
    "last_change": null,
    "recent_changes": 0,
    "translated": 319,
    "translated_words": 1278,
    "translated_percent": 76.4,
    "translated_words_percent": 73.5,
    "translated_chars": 7653,
    "translated_chars_percent": 73.1,
    "total_chars": 10467,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 231,
    "failing_percent": 55.3,
    "code": "ar_DZ",
    "name": "Arabic (Algeria)",
    "url": "https://translate.lxqt-project.org/projects/tsujan/featherpad/ar_DZ/",
    "translate_url": "https://translate.lxqt-project.org/translate/tsujan/featherpad/ar_DZ/"
}