Translation projects API.

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

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

{
    "total": 8194,
    "total_words": 31246,
    "total_chars": 186084,
    "last_change": "2024-03-22T16:02:00.843233Z",
    "recent_changes": 37,
    "translated": 6558,
    "translated_words": 24403,
    "translated_percent": 80.0,
    "translated_words_percent": 78.0,
    "translated_chars": 144762,
    "translated_chars_percent": 77.7,
    "fuzzy": 197,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 1158,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 6935,
    "fuzzy_chars_percent": 3.7,
    "failing": 312,
    "failing_percent": 3.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.1,
    "readonly_words": 11,
    "readonly_words_percent": 0.1,
    "readonly_chars": 62,
    "readonly_chars_percent": 0.1,
    "suggestions": 90,
    "comments": 8,
    "name": "Simpletask",
    "url": "https://hosted.weblate.org/projects/simpletask/"
}