Translation projects API.

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

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

{
    "total": 203514,
    "total_words": 1193554,
    "total_chars": 7784744,
    "last_change": "2024-05-04T20:37:07.510862Z",
    "recent_changes": 1775,
    "translated": 107346,
    "translated_words": 592035,
    "translated_percent": 52.7,
    "translated_words_percent": 49.6,
    "translated_chars": 3859009,
    "translated_chars_percent": 49.5,
    "fuzzy": 2217,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 14133,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 89824,
    "fuzzy_chars_percent": 1.1,
    "failing": 3506,
    "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": 4702,
    "readonly_percent": 2.3,
    "readonly_words": 27378,
    "readonly_words_percent": 2.2,
    "readonly_chars": 178604,
    "readonly_chars_percent": 2.2,
    "suggestions": 11706,
    "comments": 12,
    "name": "dnf",
    "url": "https://translate.fedoraproject.org/projects/dnf/"
}