Translation components API.

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

GET /api/translations/nextcloud/drop-account/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 85,
    "total_words": 748,
    "total_chars": 4473,
    "last_change": "2023-10-13T14:52:55.460130Z",
    "recent_changes": 9,
    "translated": 71,
    "translated_words": 555,
    "translated_percent": 83.5,
    "translated_words_percent": 74.1,
    "translated_chars": 3367,
    "translated_chars_percent": 75.2,
    "fuzzy": 9,
    "fuzzy_percent": 10.5,
    "fuzzy_words": 128,
    "fuzzy_words_percent": 17.1,
    "fuzzy_chars": 722,
    "fuzzy_chars_percent": 16.1,
    "failing": 3,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://weblate.framasoft.org/projects/nextcloud/drop-account/cs/",
    "translate_url": "https://weblate.framasoft.org/translate/nextcloud/drop-account/cs/"
}