Translation projects API.

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

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

{
    "total": 470273,
    "total_words": 4062049,
    "total_chars": 25172720,
    "last_change": "2024-04-12T14:47:42.732346Z",
    "recent_changes": 1592,
    "translated": 219339,
    "translated_words": 1704183,
    "translated_percent": 46.6,
    "translated_words_percent": 41.9,
    "translated_chars": 10546590,
    "translated_chars_percent": 41.8,
    "fuzzy": 636,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 4696,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 30240,
    "fuzzy_chars_percent": 0.1,
    "failing": 13013,
    "failing_percent": 2.7,
    "approved": 27199,
    "approved_percent": 5.7,
    "approved_words": 279823,
    "approved_words_percent": 6.8,
    "approved_chars": 1761161,
    "approved_chars_percent": 6.9,
    "readonly": 19738,
    "readonly_percent": 4.1,
    "readonly_words": 210308,
    "readonly_words_percent": 5.1,
    "readonly_chars": 1319647,
    "readonly_chars_percent": 5.2,
    "suggestions": 0,
    "comments": 0,
    "name": "OTRS 7",
    "url": "http://translate.otrs.com/projects/otrs-7/"
}