Translation projects API.

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

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

{
    "total": 2047,
    "total_words": 77192,
    "total_chars": 525684,
    "last_change": "2024-03-04T09:18:52.395769Z",
    "recent_changes": 518,
    "translated": 1472,
    "translated_words": 45828,
    "translated_percent": 71.9,
    "translated_words_percent": 59.3,
    "translated_chars": 313033,
    "translated_chars_percent": 59.5,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 52,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 348,
    "fuzzy_chars_percent": 0.1,
    "failing": 127,
    "failing_percent": 6.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 30,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 11,
    "name": "JoinMobilizon",
    "url": "https://weblate.framasoft.org/projects/joinmobilizon/"
}