Translation projects API.

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

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

{
    "total": 680,
    "total_words": 1946,
    "total_chars": 11838,
    "last_change": "2024-03-27T19:02:05.209859Z",
    "recent_changes": 145,
    "translated": 666,
    "translated_words": 1876,
    "translated_percent": 97.9,
    "translated_words_percent": 96.4,
    "translated_chars": 11468,
    "translated_chars_percent": 96.8,
    "fuzzy": 3,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 6,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 31,
    "fuzzy_chars_percent": 0.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 113,
    "readonly_percent": 16.6,
    "readonly_words": 299,
    "readonly_words_percent": 15.3,
    "readonly_chars": 1866,
    "readonly_chars_percent": 15.7,
    "suggestions": 8,
    "comments": 0,
    "name": "Daikhan",
    "url": "https://hosted.weblate.org/projects/daikhan/"
}