Translation projects API.

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

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

{
    "total": 7335,
    "total_words": 24803,
    "total_chars": 149595,
    "last_change": "2025-04-02T23:54:03.484847Z",
    "recent_changes": 39,
    "translated": 5746,
    "translated_words": 19015,
    "translated_percent": 78.3,
    "translated_words_percent": 76.6,
    "translated_chars": 114635,
    "translated_chars_percent": 76.6,
    "fuzzy": 173,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 483,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 2870,
    "fuzzy_chars_percent": 1.9,
    "failing": 78,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 405,
    "readonly_percent": 5.5,
    "readonly_words": 1204,
    "readonly_words_percent": 4.8,
    "readonly_chars": 7283,
    "readonly_chars_percent": 4.8,
    "suggestions": 411,
    "comments": 2,
    "name": "cockpit-podman",
    "url": "https://translate.fedoraproject.org/projects/cockpit-podman/"
}