Translation projects API.

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

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

{
    "total": 1678124,
    "total_words": 12816982,
    "total_chars": 93483942,
    "last_change": "2024-04-25T12:48:51.001674Z",
    "recent_changes": 12945,
    "translated": 473169,
    "translated_words": 2297307,
    "translated_percent": 28.1,
    "translated_words_percent": 17.9,
    "translated_chars": 16812991,
    "translated_chars_percent": 17.9,
    "fuzzy": 134520,
    "fuzzy_percent": 8.0,
    "fuzzy_words": 623926,
    "fuzzy_words_percent": 4.8,
    "fuzzy_chars": 4800677,
    "fuzzy_chars_percent": 5.1,
    "failing": 45458,
    "failing_percent": 2.7,
    "approved": 5206,
    "approved_percent": 0.3,
    "approved_words": 28662,
    "approved_words_percent": 0.2,
    "approved_chars": 186753,
    "approved_chars_percent": 0.1,
    "readonly": 97127,
    "readonly_percent": 5.7,
    "readonly_words": 205942,
    "readonly_words_percent": 1.6,
    "readonly_chars": 2166288,
    "readonly_chars_percent": 2.3,
    "suggestions": 634,
    "comments": 647,
    "name": "Weblate",
    "url": "https://hosted.weblate.org/projects/weblate/"
}