Translation projects API.

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

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

{
    "total": 1635,
    "total_words": 5749,
    "total_chars": 37666,
    "last_change": "2020-07-12T07:28:57.971651Z",
    "recent_changes": 24,
    "translated": 1291,
    "translated_words": 4540,
    "translated_percent": 78.9,
    "translated_words_percent": 78.9,
    "translated_chars": 29868,
    "translated_chars_percent": 79.2,
    "fuzzy": 15,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 66,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 469,
    "fuzzy_chars_percent": 1.2,
    "failing": 52,
    "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": 343,
    "readonly_percent": 20.9,
    "readonly_words": 1241,
    "readonly_words_percent": 21.5,
    "readonly_chars": 8692,
    "readonly_chars_percent": 23.0,
    "suggestions": 0,
    "comments": 7,
    "name": "NetMauMau",
    "url": "https://hosted.weblate.org/projects/netmaumau/"
}