Translation projects API.

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

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

{
    "total": 26411,
    "total_words": 92169,
    "total_chars": 563255,
    "last_change": "2024-05-08T23:23:24.563476Z",
    "recent_changes": 1614,
    "translated": 16069,
    "translated_words": 49434,
    "translated_percent": 60.8,
    "translated_words_percent": 53.6,
    "translated_chars": 299486,
    "translated_chars_percent": 53.1,
    "fuzzy": 1332,
    "fuzzy_percent": 5.0,
    "fuzzy_words": 4633,
    "fuzzy_words_percent": 5.0,
    "fuzzy_chars": 28027,
    "fuzzy_chars_percent": 4.9,
    "failing": 465,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 587,
    "readonly_percent": 2.2,
    "readonly_words": 1929,
    "readonly_words_percent": 2.0,
    "readonly_chars": 11735,
    "readonly_chars_percent": 2.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Husky",
    "url": "https://hosted.weblate.org/projects/husky/"
}