Translation projects API.

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

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

{
    "total": 20951,
    "total_words": 150126,
    "total_chars": 975333,
    "last_change": "2024-04-23T15:41:49.975696Z",
    "recent_changes": 1051,
    "translated": 13256,
    "translated_words": 91405,
    "translated_percent": 63.2,
    "translated_words_percent": 60.8,
    "translated_chars": 592650,
    "translated_chars_percent": 60.7,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 10,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 82,
    "fuzzy_chars_percent": 0.1,
    "failing": 330,
    "failing_percent": 1.5,
    "approved": 6697,
    "approved_percent": 31.9,
    "approved_words": 49608,
    "approved_words_percent": 33.0,
    "approved_chars": 321638,
    "approved_chars_percent": 32.9,
    "readonly": 715,
    "readonly_percent": 3.4,
    "readonly_words": 3848,
    "readonly_words_percent": 2.5,
    "readonly_chars": 25238,
    "readonly_chars_percent": 2.5,
    "suggestions": 206,
    "comments": 119,
    "name": "SecureDrop",
    "url": "https://weblate.securedrop.org/projects/securedrop/"
}