Translation projects API.

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

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

{
    "total": 384972,
    "total_words": 4454762,
    "total_chars": 30762159,
    "last_change": "2024-04-29T03:52:24.304906Z",
    "recent_changes": 247,
    "translated": 159132,
    "translated_words": 1357871,
    "translated_percent": 41.3,
    "translated_words_percent": 30.4,
    "translated_chars": 9279166,
    "translated_chars_percent": 30.1,
    "fuzzy": 29952,
    "fuzzy_percent": 7.7,
    "fuzzy_words": 147009,
    "fuzzy_words_percent": 3.3,
    "fuzzy_chars": 1015488,
    "fuzzy_chars_percent": 3.3,
    "failing": 14803,
    "failing_percent": 3.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24155,
    "readonly_percent": 6.2,
    "readonly_words": 299610,
    "readonly_words_percent": 6.7,
    "readonly_chars": 2069955,
    "readonly_chars_percent": 6.7,
    "suggestions": 14356,
    "comments": 2,
    "name": "freeipa",
    "url": "https://translate.fedoraproject.org/projects/freeipa/"
}