Translation projects API.

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

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

{
    "total": 3605,
    "total_words": 13121,
    "total_chars": 81545,
    "last_change": null,
    "recent_changes": 0,
    "translated": 3354,
    "translated_words": 12462,
    "translated_percent": 93.0,
    "translated_words_percent": 94.9,
    "translated_chars": 77420,
    "translated_chars_percent": 94.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 366,
    "failing_percent": 10.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 904,
    "readonly_percent": 25.0,
    "readonly_words": 3307,
    "readonly_words_percent": 25.2,
    "readonly_chars": 20528,
    "readonly_chars_percent": 25.1,
    "suggestions": 0,
    "comments": 0,
    "name": "SuperTux",
    "url": "https://itzulpenak.gamerauntsia.eus/projects/supertux/"
}