Translation projects API.

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

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

{
    "total": 55279,
    "total_words": 507991,
    "total_chars": 3197060,
    "last_change": "2024-04-07T05:36:04.058130Z",
    "recent_changes": 641,
    "translated": 20726,
    "translated_words": 189599,
    "translated_percent": 37.4,
    "translated_words_percent": 37.3,
    "translated_chars": 1186056,
    "translated_chars_percent": 37.0,
    "fuzzy": 325,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 7149,
    "fuzzy_words_percent": 1.4,
    "fuzzy_chars": 45901,
    "fuzzy_chars_percent": 1.4,
    "failing": 1509,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 922,
    "readonly_percent": 1.6,
    "readonly_words": 8411,
    "readonly_words_percent": 1.6,
    "readonly_chars": 52930,
    "readonly_chars_percent": 1.6,
    "suggestions": 1522,
    "comments": 0,
    "name": "pykickstart",
    "url": "https://translate.fedoraproject.org/projects/pykickstart/"
}