Translation projects API.

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

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

{
    "total": 5942,
    "total_words": 114263,
    "total_chars": 767384,
    "last_change": "2024-04-17T03:38:10.664252Z",
    "recent_changes": 1188,
    "translated": 4061,
    "translated_words": 67444,
    "translated_percent": 68.3,
    "translated_words_percent": 59.0,
    "translated_chars": 451024,
    "translated_chars_percent": 58.7,
    "fuzzy": 77,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 2461,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 19754,
    "fuzzy_chars_percent": 2.5,
    "failing": 276,
    "failing_percent": 4.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "readonly_words": 25,
    "readonly_words_percent": 0.1,
    "readonly_chars": 133,
    "readonly_chars_percent": 0.1,
    "suggestions": 32,
    "comments": 9,
    "name": "Framasoft",
    "url": "https://weblate.framasoft.org/projects/framasoft/"
}