Translation projects API.

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

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

{
    "total": 3453,
    "total_words": 28992,
    "total_chars": 182049,
    "last_change": "2023-07-26T19:19:33.583926Z",
    "recent_changes": 192,
    "translated": 2103,
    "translated_words": 17037,
    "translated_percent": 60.9,
    "translated_words_percent": 58.7,
    "translated_chars": 107057,
    "translated_chars_percent": 58.8,
    "fuzzy": 51,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 183,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 1101,
    "fuzzy_chars_percent": 0.6,
    "failing": 36,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 385,
    "readonly_percent": 11.1,
    "readonly_words": 3262,
    "readonly_words_percent": 11.2,
    "readonly_chars": 20450,
    "readonly_chars_percent": 11.2,
    "suggestions": 1,
    "comments": 1,
    "name": "MyPads",
    "url": "https://weblate.framasoft.org/projects/mypads/"
}