Translation projects API.

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

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

{
    "total": 294647,
    "total_words": 3304582,
    "total_chars": 24025086,
    "last_change": "2024-04-02T23:56:46.782523Z",
    "recent_changes": 72,
    "translated": 63230,
    "translated_words": 624730,
    "translated_percent": 21.4,
    "translated_words_percent": 18.9,
    "translated_chars": 4629698,
    "translated_chars_percent": 19.2,
    "fuzzy": 962,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 9893,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 89667,
    "fuzzy_chars_percent": 0.3,
    "failing": 14257,
    "failing_percent": 4.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 18809,
    "readonly_percent": 6.3,
    "readonly_words": 213476,
    "readonly_words_percent": 6.4,
    "readonly_chars": 1559391,
    "readonly_chars_percent": 6.4,
    "suggestions": 5741,
    "comments": 3,
    "name": "libguestfs",
    "url": "https://translate.fedoraproject.org/projects/libguestfs/"
}