Translation projects API.

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

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

{
    "total": 4332,
    "total_words": 13677,
    "total_chars": 157430,
    "last_change": "2024-01-23T17:43:29.709324Z",
    "recent_changes": 68,
    "translated": 3114,
    "translated_words": 9599,
    "translated_percent": 71.8,
    "translated_words_percent": 70.1,
    "translated_chars": 111489,
    "translated_chars_percent": 70.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 127,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 209,
    "readonly_percent": 4.8,
    "readonly_words": 654,
    "readonly_words_percent": 4.7,
    "readonly_chars": 7522,
    "readonly_chars_percent": 4.7,
    "suggestions": 149,
    "comments": 0,
    "name": "fedora-cheat-cubes",
    "url": "https://translate.fedoraproject.org/projects/fedora-cheat-cubes/"
}