Translation projects API.

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

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

{
    "total": 28307,
    "total_words": 411917,
    "total_chars": 2983692,
    "last_change": "2024-04-26T22:46:29.968560Z",
    "recent_changes": 48,
    "translated": 4330,
    "translated_words": 53094,
    "translated_percent": 15.2,
    "translated_words_percent": 12.8,
    "translated_chars": 392998,
    "translated_chars_percent": 13.1,
    "fuzzy": 107,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 818,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 10196,
    "fuzzy_chars_percent": 0.3,
    "failing": 105,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1502,
    "readonly_percent": 5.3,
    "readonly_words": 17183,
    "readonly_words_percent": 4.1,
    "readonly_chars": 141508,
    "readonly_chars_percent": 4.7,
    "suggestions": 17,
    "comments": 0,
    "name": "PeerTube LiveChat",
    "url": "https://weblate.framasoft.org/projects/peertube-livechat/"
}