Translation projects API.

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

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

{
    "total": 5609,
    "total_words": 31573,
    "total_chars": 199243,
    "last_change": "2024-05-22T07:10:14.006099Z",
    "recent_changes": 66,
    "translated": 4435,
    "translated_words": 23219,
    "translated_percent": 79.0,
    "translated_words_percent": 73.5,
    "translated_chars": 148630,
    "translated_chars_percent": 74.5,
    "fuzzy": 73,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 1298,
    "fuzzy_words_percent": 4.1,
    "fuzzy_chars": 7804,
    "fuzzy_chars_percent": 3.9,
    "failing": 44,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.1,
    "readonly_words": 6,
    "readonly_words_percent": 0.1,
    "readonly_chars": 47,
    "readonly_chars_percent": 0.1,
    "suggestions": 129,
    "comments": 8,
    "name": "SoundSwitch",
    "url": "https://hosted.weblate.org/projects/soundswitch/"
}