Translation projects API.

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

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

{
    "total": 26962,
    "total_words": 136394,
    "total_chars": 829666,
    "last_change": "2024-12-11T22:11:54.030590Z",
    "recent_changes": 2129,
    "translated": 15228,
    "translated_words": 77266,
    "translated_percent": 56.4,
    "translated_words_percent": 56.6,
    "translated_chars": 471839,
    "translated_chars_percent": 56.8,
    "fuzzy": 219,
    "fuzzy_percent": 0.8,
    "failing": 614,
    "failing_percent": 2.2,
    "approved": 3270,
    "approved_percent": 12.1,
    "readonly": 85,
    "readonly_percent": 0.3,
    "suggestions": 353,
    "comments": 0,
    "name": "Ayana",
    "url": "https://translate.ayana.io/projects/ayana/"
}