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-08-29T15:52:49.707694Z",
    "recent_changes": 319,
    "translated": 219340,
    "translated_words": 1704188,
    "translated_percent": 46.6,
    "translated_words_percent": 41.9,
    "translated_chars": 10546628,
    "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": 12879,
    "failing_percent": 2.7,
    "approved": 27200,
    "approved_percent": 5.7,
    "approved_words": 279828,
    "approved_words_percent": 6.8,
    "approved_chars": 1761199,
    "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/"
}