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": 415,
    "total_words": 1736,
    "last_change": null,
    "recent_changes": 0,
    "translated": 320,
    "translated_words": 1306,
    "translated_percent": 77.1,
    "translated_words_percent": 75.2,
    "translated_chars": 7820,
    "translated_chars_percent": 74.7,
    "total_chars": 10459,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 232,
    "failing_percent": 55.9,
    "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/"
}