Translation projects API.

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

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

{
    "total": 10440,
    "total_words": 53268,
    "total_chars": 342885,
    "last_change": "2024-01-16T17:06:34.558005Z",
    "recent_changes": 218,
    "translated": 7038,
    "translated_words": 34312,
    "translated_percent": 67.4,
    "translated_words_percent": 64.4,
    "translated_chars": 221551,
    "translated_chars_percent": 64.6,
    "fuzzy": 90,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 705,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 5042,
    "fuzzy_chars_percent": 1.4,
    "failing": 231,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 0.1,
    "readonly_words": 5,
    "readonly_words_percent": 0.1,
    "readonly_chars": 77,
    "readonly_chars_percent": 0.1,
    "suggestions": 44,
    "comments": 5,
    "name": "Android IMSI-Catcher Detector",
    "url": "https://hosted.weblate.org/projects/aimsicd/"
}