Translation components API.

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

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

{
    "total": 1494,
    "total_words": 14807,
    "total_chars": 93974,
    "last_change": "2024-05-31T11:27:21.063995Z",
    "recent_changes": 0,
    "translated": 51,
    "translated_words": 550,
    "translated_percent": 3.4,
    "translated_words_percent": 3.7,
    "translated_chars": 3622,
    "translated_chars_percent": 3.8,
    "fuzzy": 1443,
    "fuzzy_percent": 96.5,
    "fuzzy_words": 14257,
    "fuzzy_words_percent": 96.2,
    "fuzzy_chars": 90352,
    "fuzzy_chars_percent": 96.1,
    "failing": 84,
    "failing_percent": 5.6,
    "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": "sr",
    "name": "Serbian",
    "url": "https://hosted.weblate.org/projects/liberapay/core/sr/",
    "translate_url": "https://hosted.weblate.org/translate/liberapay/core/sr/"
}