Translation projects API.

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

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

{
    "total": 3708,
    "total_words": 15232,
    "last_change": "2025-01-10T16:15:20.787889Z",
    "recent_changes": 176,
    "translated": 2778,
    "translated_words": 10932,
    "translated_percent": 74.9,
    "translated_words_percent": 71.7,
    "translated_chars": 86556,
    "translated_chars_percent": 74.1,
    "total_chars": 116740,
    "fuzzy": 14,
    "fuzzy_percent": 0.3,
    "failing": 9,
    "failing_percent": 0.2,
    "name": "Ooops Mixin 14.0",
    "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/"
}