Translation projects API.

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

GET /api/projects/otrs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 555428,
    "total_words": 5094380,
    "total_chars": 32050846,
    "last_change": "2025-03-14T14:55:10.782699Z",
    "recent_changes": 53,
    "translated": 528829,
    "translated_words": 4752317,
    "translated_percent": 95.2,
    "translated_words_percent": 93.2,
    "translated_chars": 29797272,
    "translated_chars_percent": 92.9,
    "fuzzy": 56,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 1113,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 6834,
    "fuzzy_chars_percent": 0.1,
    "failing": 10537,
    "failing_percent": 1.8,
    "approved": 49126,
    "approved_percent": 8.8,
    "approved_words": 477558,
    "approved_words_percent": 9.3,
    "approved_chars": 3073263,
    "approved_chars_percent": 9.5,
    "readonly": 21725,
    "readonly_percent": 3.9,
    "readonly_words": 235163,
    "readonly_words_percent": 4.6,
    "readonly_chars": 1512652,
    "readonly_chars_percent": 4.7,
    "suggestions": 1,
    "comments": 0,
    "name": "OTRS",
    "url": "http://translate.otrs.com/projects/otrs/"
}