Translation projects API.

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

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

{
    "total": 329,
    "total_words": 779,
    "last_change": "2024-02-27T23:01:29.378238Z",
    "recent_changes": 225,
    "translated": 326,
    "translated_words": 769,
    "translated_percent": 99.0,
    "translated_words_percent": 98.7,
    "translated_chars": 5014,
    "translated_chars_percent": 98.9,
    "total_chars": 5069,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 0.9,
    "approved": 6,
    "approved_percent": 1.8,
    "readonly": 31,
    "readonly_percent": 9.4,
    "suggestions": 5,
    "comments": 0,
    "name": "RikkaX",
    "url": "https://weblate.rikka.app/projects/libraries/"
}