Translation projects API.

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

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

{
    "total": 11326,
    "total_words": 51409,
    "last_change": "2022-12-08T08:11:40.595987Z",
    "recent_changes": 2,
    "translated": 4166,
    "translated_words": 16035,
    "translated_percent": 36.7,
    "translated_words_percent": 31.1,
    "translated_chars": 96140,
    "translated_chars_percent": 30.6,
    "total_chars": 313936,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 418,
    "failing_percent": 3.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "shopiroller",
    "url": "http://localization.appnomi.com/projects/shopiroller/"
}