Translation projects API.

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

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

{
    "total": 897,
    "total_words": 3772,
    "last_change": "2024-02-20T19:23:31.886504Z",
    "recent_changes": 286,
    "translated": 747,
    "translated_words": 3019,
    "translated_percent": 83.2,
    "translated_words_percent": 80.0,
    "translated_chars": 18990,
    "translated_chars_percent": 80.2,
    "total_chars": 23667,
    "fuzzy": 9,
    "fuzzy_percent": 1.0,
    "failing": 26,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 46,
    "readonly_percent": 5.1,
    "suggestions": 17,
    "comments": 0,
    "name": "YASNAC",
    "url": "https://weblate.rikka.app/projects/yasnac/"
}