Translation components API.

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

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

{
    "total": 1494,
    "total_words": 14368,
    "total_chars": 93974,
    "last_change": "2024-05-23T15:19:24.522427Z",
    "recent_changes": 1,
    "translated": 1396,
    "translated_words": 13156,
    "translated_percent": 93.4,
    "translated_words_percent": 91.5,
    "translated_chars": 85769,
    "translated_chars_percent": 91.2,
    "fuzzy": 98,
    "fuzzy_percent": 6.5,
    "fuzzy_words": 1212,
    "fuzzy_words_percent": 8.4,
    "fuzzy_chars": 8205,
    "fuzzy_chars_percent": 8.7,
    "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": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://hosted.weblate.org/projects/liberapay/core/id/",
    "translate_url": "https://hosted.weblate.org/translate/liberapay/core/id/"
}