Translation projects API.

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

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

{
    "total": 17970,
    "total_words": 118679,
    "total_chars": 820455,
    "last_change": "2024-04-02T02:36:07.786085Z",
    "recent_changes": 399,
    "translated": 13083,
    "translated_words": 81709,
    "translated_percent": 72.8,
    "translated_words_percent": 68.8,
    "translated_chars": 552997,
    "translated_chars_percent": 67.4,
    "fuzzy": 1267,
    "fuzzy_percent": 7.0,
    "fuzzy_words": 8914,
    "fuzzy_words_percent": 7.5,
    "fuzzy_chars": 69740,
    "fuzzy_chars_percent": 8.5,
    "failing": 959,
    "failing_percent": 5.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 274,
    "readonly_percent": 1.5,
    "readonly_words": 1813,
    "readonly_words_percent": 1.5,
    "readonly_chars": 12559,
    "readonly_chars_percent": 1.5,
    "suggestions": 464,
    "comments": 3,
    "name": "fedora-sysv",
    "url": "https://translate.fedoraproject.org/projects/fedora-sysv/"
}