Translation projects API.

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

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

{
    "total": 2457,
    "total_words": 6642,
    "total_chars": 41607,
    "last_change": "2024-04-11T05:14:12.592011Z",
    "recent_changes": 0,
    "translated": 1255,
    "translated_words": 3294,
    "translated_percent": 51.0,
    "translated_words_percent": 49.5,
    "translated_chars": 20346,
    "translated_chars_percent": 48.9,
    "fuzzy": 332,
    "fuzzy_percent": 13.5,
    "fuzzy_words": 724,
    "fuzzy_words_percent": 10.9,
    "fuzzy_chars": 5084,
    "fuzzy_chars_percent": 12.2,
    "failing": 60,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 91,
    "readonly_percent": 3.7,
    "readonly_words": 246,
    "readonly_words_percent": 3.7,
    "readonly_chars": 1541,
    "readonly_chars_percent": 3.7,
    "suggestions": 22,
    "comments": 0,
    "name": "cockpit-ostree",
    "url": "https://translate.fedoraproject.org/projects/cockpit-ostree/"
}