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": 2590,
    "total_words": 6932,
    "total_chars": 43458,
    "last_change": "2025-04-03T00:52:15.324501Z",
    "recent_changes": 2,
    "translated": 1677,
    "translated_words": 4414,
    "translated_percent": 64.7,
    "translated_words_percent": 63.6,
    "translated_chars": 27525,
    "translated_chars_percent": 63.3,
    "fuzzy": 175,
    "fuzzy_percent": 6.7,
    "fuzzy_words": 388,
    "fuzzy_words_percent": 5.5,
    "fuzzy_chars": 2759,
    "fuzzy_chars_percent": 6.3,
    "failing": 53,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 111,
    "readonly_percent": 4.2,
    "readonly_words": 267,
    "readonly_words_percent": 3.8,
    "readonly_chars": 1690,
    "readonly_chars_percent": 3.8,
    "suggestions": 20,
    "comments": 0,
    "name": "cockpit-ostree",
    "url": "https://translate.fedoraproject.org/projects/cockpit-ostree/"
}