Translation projects API.

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

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

{
    "total": 49355,
    "total_words": 244834,
    "total_chars": 1688880,
    "last_change": "2024-03-01T15:36:08.551555Z",
    "recent_changes": 991,
    "translated": 29963,
    "translated_words": 140875,
    "translated_percent": 60.7,
    "translated_words_percent": 57.5,
    "translated_chars": 970569,
    "translated_chars_percent": 57.4,
    "fuzzy": 1572,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 9890,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 67975,
    "fuzzy_chars_percent": 4.0,
    "failing": 1358,
    "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": 702,
    "readonly_percent": 1.4,
    "readonly_words": 3208,
    "readonly_words_percent": 1.3,
    "readonly_chars": 22463,
    "readonly_chars_percent": 1.3,
    "suggestions": 1522,
    "comments": 4,
    "name": "fedora-comps",
    "url": "https://translate.fedoraproject.org/projects/fedora-comps/"
}