Translation projects API.

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

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

{
    "total": 2076,
    "total_words": 30482,
    "total_chars": 227290,
    "last_change": "2025-04-06T08:02:26.047066Z",
    "recent_changes": 114,
    "translated": 1058,
    "translated_words": 14969,
    "translated_percent": 50.9,
    "translated_words_percent": 49.1,
    "translated_chars": 111790,
    "translated_chars_percent": 49.1,
    "fuzzy": 13,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 194,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 1622,
    "fuzzy_chars_percent": 0.7,
    "failing": 18,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 229,
    "readonly_percent": 11.0,
    "readonly_words": 3384,
    "readonly_words_percent": 11.1,
    "readonly_chars": 25233,
    "readonly_chars_percent": 11.1,
    "suggestions": 42,
    "comments": 0,
    "name": "fedora-docs-l10n/badges",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-badges/"
}