Translation projects API.

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

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

{
    "total": 2120,
    "total_words": 16682,
    "total_chars": 109691,
    "last_change": "2023-03-17T19:22:09.303941Z",
    "recent_changes": 22,
    "translated": 1314,
    "translated_words": 9440,
    "translated_percent": 61.9,
    "translated_words_percent": 56.5,
    "translated_chars": 61408,
    "translated_chars_percent": 55.9,
    "fuzzy": 5,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 35,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 172,
    "fuzzy_chars_percent": 0.1,
    "failing": 57,
    "failing_percent": 2.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 302,
    "readonly_percent": 14.2,
    "readonly_words": 2382,
    "readonly_words_percent": 14.2,
    "readonly_chars": 15661,
    "readonly_chars_percent": 14.2,
    "suggestions": 0,
    "comments": 1,
    "name": "CalcPvAutonome",
    "url": "https://hosted.weblate.org/projects/calcpvautonome/"
}