Translation projects API.

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

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

{
    "total": 24630,
    "total_words": 111227,
    "total_chars": 646208,
    "last_change": "2024-04-11T05:14:48.973992Z",
    "recent_changes": 0,
    "translated": 12717,
    "translated_words": 53572,
    "translated_percent": 51.6,
    "translated_words_percent": 48.1,
    "translated_chars": 311646,
    "translated_chars_percent": 48.2,
    "fuzzy": 1712,
    "fuzzy_percent": 6.9,
    "fuzzy_words": 6120,
    "fuzzy_words_percent": 5.5,
    "fuzzy_chars": 35576,
    "fuzzy_chars_percent": 5.5,
    "failing": 429,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 684,
    "readonly_percent": 2.7,
    "readonly_words": 3088,
    "readonly_words_percent": 2.7,
    "readonly_chars": 17949,
    "readonly_chars_percent": 2.7,
    "suggestions": 2259,
    "comments": 1,
    "name": "cockpit-machines",
    "url": "https://translate.fedoraproject.org/projects/cockpit-machines/"
}