Translation projects API.

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

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

{
    "total": 708,
    "total_words": 1848,
    "total_chars": 11964,
    "last_change": "2020-07-17T00:23:02.873388Z",
    "recent_changes": 97,
    "translated": 593,
    "translated_words": 1552,
    "translated_percent": 83.7,
    "translated_words_percent": 83.9,
    "translated_chars": 10049,
    "translated_chars_percent": 83.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 52,
    "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": 59,
    "readonly_percent": 8.3,
    "readonly_words": 154,
    "readonly_words_percent": 8.3,
    "readonly_chars": 997,
    "readonly_chars_percent": 8.3,
    "suggestions": 56,
    "comments": 2,
    "name": "QTodoTxt",
    "url": "https://hosted.weblate.org/projects/qtodotxt/"
}