Translation projects API.

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

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

{
    "total": 1751,
    "total_words": 5247,
    "total_chars": 34012,
    "last_change": "2022-06-29T19:14:18.871706Z",
    "recent_changes": 13,
    "translated": 1575,
    "translated_words": 4645,
    "translated_percent": 89.9,
    "translated_words_percent": 88.5,
    "translated_chars": 30106,
    "translated_chars_percent": 88.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 66,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 184,
    "readonly_percent": 10.5,
    "readonly_words": 620,
    "readonly_words_percent": 11.8,
    "readonly_chars": 4017,
    "readonly_chars_percent": 11.8,
    "suggestions": 0,
    "comments": 3,
    "name": "Ricin",
    "url": "https://hosted.weblate.org/projects/ricin/"
}