Translation projects API.

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

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

{
    "total": 3324,
    "total_words": 14811,
    "last_change": "2023-09-18T08:46:40.695150Z",
    "recent_changes": 35,
    "translated": 2827,
    "translated_words": 12663,
    "translated_percent": 85.0,
    "translated_words_percent": 85.4,
    "translated_chars": 88340,
    "translated_chars_percent": 84.4,
    "total_chars": 104582,
    "fuzzy": 12,
    "fuzzy_percent": 0.3,
    "failing": 1,
    "failing_percent": 0.1,
    "name": "Ooops Mixin",
    "url": "http://weblate.ops404.it/projects/ooops-mixin/"
}