Translation projects API.

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

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

{
    "total": 6624,
    "total_words": 34524,
    "total_chars": 197064,
    "last_change": "2023-11-24T14:24:40.763317Z",
    "recent_changes": 1545,
    "translated": 5303,
    "translated_words": 27126,
    "translated_percent": 80.0,
    "translated_words_percent": 78.5,
    "translated_chars": 154735,
    "translated_chars_percent": 78.5,
    "fuzzy": 1321,
    "fuzzy_percent": 19.9,
    "fuzzy_words": 7398,
    "fuzzy_words_percent": 21.4,
    "fuzzy_chars": 42329,
    "fuzzy_chars_percent": 21.4,
    "failing": 2726,
    "failing_percent": 41.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 148,
    "comments": 2,
    "name": "PeerTube Backstage video",
    "url": "https://weblate.framasoft.org/projects/peertube-backstage/"
}