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": 530250,
    "total_words": 4922332,
    "total_chars": 30946179,
    "last_change": "2024-04-29T08:05:40.564548Z",
    "recent_changes": 29566,
    "translated": 503889,
    "translated_words": 4571566,
    "translated_percent": 95.0,
    "translated_words_percent": 92.8,
    "translated_chars": 28639354,
    "translated_chars_percent": 92.5,
    "fuzzy": 58,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 1129,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 7092,
    "fuzzy_chars_percent": 0.1,
    "failing": 10328,
    "failing_percent": 1.9,
    "approved": 50420,
    "approved_percent": 9.5,
    "approved_words": 499815,
    "approved_words_percent": 10.1,
    "approved_chars": 3209556,
    "approved_chars_percent": 10.3,
    "readonly": 21627,
    "readonly_percent": 4.0,
    "readonly_words": 236657,
    "readonly_words_percent": 4.8,
    "readonly_chars": 1521503,
    "readonly_chars_percent": 4.9,
    "suggestions": 2,
    "comments": 0,
    "name": "OTRS",
    "url": "http://translate.otrs.com/projects/otrs/"
}