Translation projects API.

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

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

{
    "total": 2269,
    "total_words": 2940,
    "last_change": "2024-03-05T05:52:27.619173Z",
    "recent_changes": 510,
    "translated": 1983,
    "translated_words": 2569,
    "translated_percent": 87.3,
    "translated_words_percent": 87.3,
    "translated_chars": 23253,
    "translated_chars_percent": 86.9,
    "total_chars": 26729,
    "fuzzy": 5,
    "fuzzy_percent": 0.2,
    "failing": 102,
    "failing_percent": 4.4,
    "approved": 109,
    "approved_percent": 4.8,
    "readonly": 3,
    "readonly_percent": 0.1,
    "suggestions": 15,
    "comments": 0,
    "name": "chameleon",
    "url": "https://l10n.opensuse.org/projects/chameleon/"
}