Translation projects API.

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

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

{
    "total": 657,
    "total_words": 1596,
    "last_change": "2021-04-13T17:13:40.044451Z",
    "recent_changes": 9,
    "translated": 228,
    "translated_words": 543,
    "translated_percent": 34.7,
    "translated_words_percent": 34.0,
    "translated_chars": 3656,
    "translated_chars_percent": 34.2,
    "total_chars": 10674,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "cu-comps-client",
    "url": "https://t.naviter.com/projects/cu-comps-client/"
}