Translation projects API.

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

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

{
    "total": 10440,
    "total_words": 31365,
    "last_change": "2021-12-15T12:58:55.858644Z",
    "recent_changes": 203,
    "translated": 7299,
    "translated_words": 20182,
    "translated_percent": 69.9,
    "translated_words_percent": 64.3,
    "translated_chars": 148628,
    "translated_chars_percent": 60.0,
    "total_chars": 247500,
    "fuzzy": 192,
    "fuzzy_percent": 1.8,
    "failing": 303,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 232,
    "readonly_percent": 2.2,
    "suggestions": 12,
    "comments": 0,
    "name": "XVM",
    "url": "https://translate.modxvm.com/projects/xvm/"
}