Translation projects API.

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

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

{
    "total": 660,
    "total_words": 3255,
    "total_chars": 24270,
    "last_change": "2024-05-25T04:26:16.561333Z",
    "recent_changes": 134,
    "translated": 612,
    "translated_words": 2947,
    "translated_percent": 92.7,
    "translated_words_percent": 90.5,
    "translated_chars": 22026,
    "translated_chars_percent": 90.7,
    "fuzzy": 7,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 94,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 709,
    "fuzzy_chars_percent": 2.9,
    "failing": 3,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 6.8,
    "readonly_words": 45,
    "readonly_words_percent": 1.3,
    "readonly_chars": 1245,
    "readonly_chars_percent": 5.1,
    "suggestions": 49,
    "comments": 0,
    "name": "Dhizuku",
    "url": "https://hosted.weblate.org/projects/dhizuku/"
}