Translation projects API.

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

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

{
    "total": 23179,
    "total_words": 157972,
    "total_chars": 923797,
    "last_change": "2024-03-02T22:02:48.810411Z",
    "recent_changes": 33,
    "translated": 11111,
    "translated_words": 63756,
    "translated_percent": 47.9,
    "translated_words_percent": 40.3,
    "translated_chars": 378995,
    "translated_chars_percent": 41.0,
    "fuzzy": 909,
    "fuzzy_percent": 3.9,
    "fuzzy_words": 10676,
    "fuzzy_words_percent": 6.7,
    "fuzzy_chars": 62360,
    "fuzzy_chars_percent": 6.7,
    "failing": 719,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 60,
    "readonly_percent": 0.2,
    "readonly_words": 66,
    "readonly_words_percent": 0.1,
    "readonly_chars": 376,
    "readonly_chars_percent": 0.1,
    "suggestions": 116,
    "comments": 6,
    "name": "Crosswords",
    "url": "https://hosted.weblate.org/projects/xwords/"
}