Translation projects API.

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

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

{
    "total": 138081,
    "total_words": 544616,
    "total_chars": 3337416,
    "last_change": "2024-04-11T23:50:51.194482Z",
    "recent_changes": 226,
    "translated": 86605,
    "translated_words": 322357,
    "translated_percent": 62.7,
    "translated_words_percent": 59.1,
    "translated_chars": 1981830,
    "translated_chars_percent": 59.3,
    "fuzzy": 6783,
    "fuzzy_percent": 4.9,
    "fuzzy_words": 23380,
    "fuzzy_words_percent": 4.2,
    "fuzzy_chars": 143937,
    "fuzzy_chars_percent": 4.3,
    "failing": 1859,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 4566,
    "readonly_percent": 3.3,
    "readonly_words": 17526,
    "readonly_words_percent": 3.2,
    "readonly_chars": 107856,
    "readonly_chars_percent": 3.2,
    "suggestions": 6258,
    "comments": 15,
    "name": "cockpit",
    "url": "https://translate.fedoraproject.org/projects/cockpit/"
}