Translation projects API.

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

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

{
    "total": 7058,
    "total_words": 57966,
    "total_chars": 396150,
    "last_change": "2024-04-12T09:33:13.009421Z",
    "recent_changes": 0,
    "translated": 4722,
    "translated_words": 46365,
    "translated_percent": 66.9,
    "translated_words_percent": 79.9,
    "translated_chars": 320972,
    "translated_chars_percent": 81.0,
    "fuzzy": 275,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 1543,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 10680,
    "fuzzy_chars_percent": 2.6,
    "failing": 412,
    "failing_percent": 5.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 661,
    "readonly_percent": 9.3,
    "readonly_words": 6186,
    "readonly_words_percent": 10.6,
    "readonly_chars": 42591,
    "readonly_chars_percent": 10.7,
    "suggestions": 1,
    "comments": 0,
    "name": "radarini",
    "url": "https://hosted.weblate.org/projects/radarini/"
}