Translation projects API.

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

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

{
    "total": 470,
    "total_words": 2846,
    "total_chars": 19130,
    "last_change": "2024-04-21T20:36:00.735298Z",
    "recent_changes": 187,
    "translated": 429,
    "translated_words": 2652,
    "translated_percent": 91.2,
    "translated_words_percent": 93.1,
    "translated_chars": 17864,
    "translated_chars_percent": 93.3,
    "fuzzy": 9,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 106,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 695,
    "fuzzy_chars_percent": 3.6,
    "failing": 11,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 80,
    "readonly_percent": 17.0,
    "readonly_words": 240,
    "readonly_words_percent": 8.4,
    "readonly_chars": 1472,
    "readonly_chars_percent": 7.6,
    "suggestions": 47,
    "comments": 0,
    "name": "fedoraloveskde.org",
    "url": "https://translate.fedoraproject.org/projects/fedoraloveskde-org/"
}