Translation projects API.

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

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

{
    "total": 77138,
    "total_words": 1576147,
    "total_chars": 9003638,
    "last_change": "2024-04-29T17:06:32.996993Z",
    "recent_changes": 1013,
    "translated": 31086,
    "translated_words": 539955,
    "translated_percent": 40.2,
    "translated_words_percent": 34.2,
    "translated_chars": 3079246,
    "translated_chars_percent": 34.2,
    "fuzzy": 3049,
    "fuzzy_percent": 3.9,
    "fuzzy_words": 59894,
    "fuzzy_words_percent": 3.8,
    "fuzzy_chars": 353035,
    "fuzzy_chars_percent": 3.9,
    "failing": 2318,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2669,
    "readonly_percent": 3.4,
    "readonly_words": 55107,
    "readonly_words_percent": 3.4,
    "readonly_chars": 314571,
    "readonly_chars_percent": 3.4,
    "suggestions": 358,
    "comments": 55,
    "name": "Sonic Pi",
    "url": "https://hosted.weblate.org/projects/sonic-pi/"
}