Translation projects API.

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

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

{
    "total": 186175,
    "total_words": 897956,
    "total_chars": 5449414,
    "last_change": "2024-05-24T13:59:29.933704Z",
    "recent_changes": 1311,
    "translated": 48377,
    "translated_words": 204238,
    "translated_percent": 25.9,
    "translated_words_percent": 22.7,
    "translated_chars": 1230585,
    "translated_chars_percent": 22.5,
    "fuzzy": 13462,
    "fuzzy_percent": 7.2,
    "fuzzy_words": 57127,
    "fuzzy_words_percent": 6.3,
    "fuzzy_chars": 340635,
    "fuzzy_chars_percent": 6.2,
    "failing": 2766,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 379,
    "readonly_percent": 0.2,
    "readonly_words": 1401,
    "readonly_words_percent": 0.1,
    "readonly_chars": 8030,
    "readonly_chars_percent": 0.1,
    "suggestions": 1527,
    "comments": 27,
    "name": "Linagora",
    "url": "https://hosted.weblate.org/projects/linagora/"
}