Translation projects API.

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

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

{
    "total": 4174,
    "total_words": 10372,
    "total_chars": 70514,
    "last_change": "2023-11-15T12:05:20.214534Z",
    "recent_changes": 41,
    "translated": 3593,
    "translated_words": 8478,
    "translated_percent": 86.0,
    "translated_words_percent": 81.7,
    "translated_chars": 57848,
    "translated_chars_percent": 82.0,
    "fuzzy": 36,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 51,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 322,
    "fuzzy_chars_percent": 0.4,
    "failing": 268,
    "failing_percent": 6.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 234,
    "readonly_percent": 5.6,
    "readonly_words": 562,
    "readonly_words_percent": 5.4,
    "readonly_chars": 3824,
    "readonly_chars_percent": 5.4,
    "suggestions": 0,
    "comments": 3,
    "name": "Rockpool",
    "url": "https://hosted.weblate.org/projects/rockpool/"
}