Translation projects API.

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

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

{
    "total": 38082,
    "total_words": 116845,
    "total_chars": 844106,
    "last_change": "2024-05-04T11:07:17.102978Z",
    "recent_changes": 1005,
    "translated": 27321,
    "translated_words": 76740,
    "translated_percent": 71.7,
    "translated_words_percent": 65.6,
    "translated_chars": 605402,
    "translated_chars_percent": 71.7,
    "fuzzy": 387,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 1803,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 11115,
    "fuzzy_chars_percent": 1.3,
    "failing": 156,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 7867,
    "readonly_percent": 20.6,
    "readonly_words": 10169,
    "readonly_words_percent": 8.7,
    "readonly_chars": 210716,
    "readonly_chars_percent": 24.9,
    "suggestions": 432,
    "comments": 19,
    "name": "RedReader",
    "url": "https://hosted.weblate.org/projects/redreader/"
}