Translation projects API.

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

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

{
    "total": 31174,
    "total_words": 127965,
    "last_change": "2023-04-05T13:32:21.034266Z",
    "recent_changes": 564,
    "translated": 26386,
    "translated_words": 103590,
    "translated_percent": 84.6,
    "translated_words_percent": 80.9,
    "translated_chars": 692234,
    "translated_chars_percent": 79.2,
    "total_chars": 873649,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 1468,
    "failing_percent": 4.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 5563,
    "comments": 0,
    "name": "mobiroller",
    "url": "http://localization.appnomi.com/projects/mobiroller/"
}