Translation projects API.

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

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

{
    "total": 4276,
    "total_words": 14688,
    "total_chars": 87604,
    "last_change": "2024-04-12T19:01:48.582234Z",
    "recent_changes": 529,
    "translated": 3120,
    "translated_words": 10335,
    "translated_percent": 72.9,
    "translated_words_percent": 70.3,
    "translated_chars": 61898,
    "translated_chars_percent": 70.6,
    "fuzzy": 24,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 99,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 622,
    "fuzzy_chars_percent": 0.7,
    "failing": 54,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 80,
    "readonly_percent": 1.8,
    "readonly_words": 90,
    "readonly_words_percent": 0.6,
    "readonly_chars": 1330,
    "readonly_chars_percent": 1.5,
    "suggestions": 32,
    "comments": 2,
    "name": "Susi AI",
    "url": "https://hosted.weblate.org/projects/susi-ai/"
}