Translation projects API.

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

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

{
    "total": 925123,
    "total_words": 10401192,
    "total_chars": 54683787,
    "last_change": "2024-05-05T20:51:12.734462Z",
    "recent_changes": 261,
    "translated": 245101,
    "translated_words": 2636611,
    "translated_percent": 26.4,
    "translated_words_percent": 25.3,
    "translated_chars": 13995098,
    "translated_chars_percent": 25.5,
    "fuzzy": 139,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 1985,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 11839,
    "fuzzy_chars_percent": 0.1,
    "failing": 3929,
    "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": 19912,
    "readonly_percent": 2.1,
    "readonly_words": 202965,
    "readonly_words_percent": 1.9,
    "readonly_chars": 1113177,
    "readonly_chars_percent": 2.0,
    "suggestions": 2184,
    "comments": 207,
    "name": "Andor's Trail",
    "url": "https://hosted.weblate.org/projects/andors-trail/"
}