Translation projects API.

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

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

{
    "total": 7970,
    "total_words": 31146,
    "total_chars": 213394,
    "last_change": "2023-01-21T09:18:29.754953Z",
    "recent_changes": 17,
    "translated": 6188,
    "translated_words": 22288,
    "translated_percent": 77.6,
    "translated_words_percent": 71.5,
    "translated_chars": 152257,
    "translated_chars_percent": 71.3,
    "fuzzy": 96,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 742,
    "fuzzy_words_percent": 2.3,
    "fuzzy_chars": 4727,
    "fuzzy_chars_percent": 2.2,
    "failing": 340,
    "failing_percent": 4.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 16,
    "readonly_percent": 0.2,
    "readonly_words": 20,
    "readonly_words_percent": 0.1,
    "readonly_chars": 122,
    "readonly_chars_percent": 0.1,
    "suggestions": 36,
    "comments": 3,
    "name": "Commons App",
    "url": "https://hosted.weblate.org/projects/commons-app/"
}