Translation components API.

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

GET /api/translations/liberapay/core/de/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1494,
    "total_words": 14240,
    "total_chars": 93974,
    "last_change": "2024-05-23T15:19:23.116330Z",
    "recent_changes": 1,
    "translated": 1493,
    "translated_words": 14221,
    "translated_percent": 99.9,
    "translated_words_percent": 99.8,
    "translated_chars": 93850,
    "translated_chars_percent": 99.8,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 19,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 124,
    "fuzzy_chars_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "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": 10,
    "comments": 2,
    "code": "de",
    "name": "German",
    "url": "https://hosted.weblate.org/projects/liberapay/core/de/",
    "translate_url": "https://hosted.weblate.org/translate/liberapay/core/de/"
}