Translation projects API.

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

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

{
    "total": 9583,
    "total_words": 75348,
    "total_chars": 484523,
    "last_change": "2024-05-07T01:14:29.728202Z",
    "recent_changes": 3,
    "translated": 7126,
    "translated_words": 56126,
    "translated_percent": 74.3,
    "translated_words_percent": 74.4,
    "translated_chars": 361328,
    "translated_chars_percent": 74.5,
    "fuzzy": 735,
    "fuzzy_percent": 7.6,
    "fuzzy_words": 5961,
    "fuzzy_words_percent": 7.9,
    "fuzzy_chars": 38364,
    "fuzzy_chars_percent": 7.9,
    "failing": 343,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 236,
    "readonly_percent": 2.4,
    "readonly_words": 1856,
    "readonly_words_percent": 2.4,
    "readonly_chars": 11925,
    "readonly_chars_percent": 2.4,
    "suggestions": 227,
    "comments": 34,
    "name": "systemd",
    "url": "https://translate.fedoraproject.org/projects/systemd/"
}