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": 6126,
    "total_words": 20650,
    "total_chars": 124869,
    "last_change": "2024-04-11T05:13:45.121911Z",
    "recent_changes": 9,
    "translated": 4887,
    "translated_words": 16104,
    "translated_percent": 79.7,
    "translated_words_percent": 77.9,
    "translated_chars": 97316,
    "translated_chars_percent": 77.9,
    "fuzzy": 285,
    "fuzzy_percent": 4.6,
    "fuzzy_words": 863,
    "fuzzy_words_percent": 4.1,
    "fuzzy_chars": 5216,
    "fuzzy_chars_percent": 4.1,
    "failing": 60,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 334,
    "readonly_percent": 5.4,
    "readonly_words": 1098,
    "readonly_words_percent": 5.3,
    "readonly_chars": 6638,
    "readonly_chars_percent": 5.3,
    "suggestions": 308,
    "comments": 1,
    "name": "cockpit-podman",
    "url": "https://translate.fedoraproject.org/projects/cockpit-podman/"
}