Translation projects API.

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

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

{
    "total": 4330,
    "total_words": 23273,
    "total_chars": 135009,
    "last_change": null,
    "recent_changes": 0,
    "translated": 4248,
    "translated_words": 22548,
    "translated_percent": 98.1,
    "translated_words_percent": 96.8,
    "translated_chars": 130854,
    "translated_chars_percent": 96.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 320,
    "failing_percent": 7.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1087,
    "readonly_percent": 25.1,
    "readonly_words": 5849,
    "readonly_words_percent": 25.1,
    "readonly_chars": 33945,
    "readonly_chars_percent": 25.1,
    "suggestions": 0,
    "comments": 0,
    "name": "SuperTuxKart",
    "url": "https://itzulpenak.gamerauntsia.eus/projects/supertuxkart/"
}