Translation projects API.

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

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

{
    "total": 4830,
    "total_words": 18060,
    "total_chars": 112650,
    "last_change": "2024-04-18T18:03:32.736434Z",
    "recent_changes": 55,
    "translated": 4448,
    "translated_words": 16157,
    "translated_percent": 92.0,
    "translated_words_percent": 89.4,
    "translated_chars": 100630,
    "translated_chars_percent": 89.3,
    "fuzzy": 51,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 352,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 2242,
    "fuzzy_chars_percent": 1.9,
    "failing": 48,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 60,
    "comments": 3,
    "name": "XBackBone",
    "url": "https://hosted.weblate.org/projects/xbackbone/"
}