Translation projects API.

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

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

{
    "total": 172990,
    "total_words": 976605,
    "total_chars": 7798027,
    "last_change": "2024-04-25T08:55:14.608275Z",
    "recent_changes": 1900,
    "translated": 105182,
    "translated_words": 546528,
    "translated_percent": 60.8,
    "translated_words_percent": 55.9,
    "translated_chars": 4287456,
    "translated_chars_percent": 54.9,
    "fuzzy": 30710,
    "fuzzy_percent": 17.7,
    "fuzzy_words": 218591,
    "fuzzy_words_percent": 22.3,
    "fuzzy_chars": 1759689,
    "fuzzy_chars_percent": 22.5,
    "failing": 29826,
    "failing_percent": 17.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 7878,
    "readonly_percent": 4.5,
    "readonly_words": 51202,
    "readonly_words_percent": 5.2,
    "readonly_chars": 446623,
    "readonly_chars_percent": 5.7,
    "suggestions": 498,
    "comments": 60,
    "name": "PeerTube",
    "url": "https://weblate.framasoft.org/projects/peertube/"
}