Translation projects API.

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

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

{
    "total": 8417,
    "total_words": 41500,
    "total_chars": 263945,
    "last_change": "2024-02-06T23:47:21.490780Z",
    "recent_changes": 308,
    "translated": 5523,
    "translated_words": 26223,
    "translated_percent": 65.6,
    "translated_words_percent": 63.1,
    "translated_chars": 169132,
    "translated_chars_percent": 64.0,
    "fuzzy": 907,
    "fuzzy_percent": 10.7,
    "fuzzy_words": 4421,
    "fuzzy_words_percent": 10.6,
    "fuzzy_chars": 26805,
    "fuzzy_chars_percent": 10.1,
    "failing": 642,
    "failing_percent": 7.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 186,
    "readonly_percent": 2.2,
    "readonly_words": 865,
    "readonly_words_percent": 2.0,
    "readonly_chars": 5511,
    "readonly_chars_percent": 2.0,
    "suggestions": 211,
    "comments": 2,
    "name": "camorama",
    "url": "https://translate.fedoraproject.org/projects/camorama/"
}