Translation projects API.

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

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

{
    "total": 7107,
    "total_words": 50651,
    "total_chars": 311046,
    "last_change": "2023-05-23T23:51:02.680828Z",
    "recent_changes": 47,
    "translated": 2936,
    "translated_words": 21054,
    "translated_percent": 41.3,
    "translated_words_percent": 41.5,
    "translated_chars": 128732,
    "translated_chars_percent": 41.3,
    "fuzzy": 37,
    "fuzzy_percent": 0.5,
    "failing": 192,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 655,
    "readonly_percent": 9.2,
    "suggestions": 5,
    "comments": 0,
    "name": "semicolon",
    "url": "https://wl.bs2k.me/projects/semicolon/"
}