Translation projects API.

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

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

{
    "total": 355298,
    "total_words": 2340824,
    "last_change": "2024-03-24T23:34:18.058979Z",
    "recent_changes": 1243,
    "translated": 223083,
    "translated_words": 1348975,
    "translated_percent": 62.7,
    "translated_words_percent": 57.6,
    "translated_chars": 8461415,
    "translated_chars_percent": 57.9,
    "total_chars": 14592907,
    "fuzzy": 121511,
    "fuzzy_percent": 34.1,
    "failing": 32941,
    "failing_percent": 9.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 15164,
    "readonly_percent": 4.2,
    "suggestions": 124,
    "comments": 0,
    "name": "Cacti",
    "url": "http://translate.cacti.net/projects/cacti/"
}