Translation projects API.

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

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

{
    "total": 3293,
    "total_words": 62057,
    "total_chars": 413562,
    "last_change": "2025-03-24T22:45:48.826686Z",
    "recent_changes": 172,
    "translated": 1358,
    "translated_words": 21787,
    "translated_percent": 41.2,
    "translated_words_percent": 35.1,
    "translated_chars": 145628,
    "translated_chars_percent": 35.2,
    "fuzzy": 121,
    "fuzzy_percent": 3.6,
    "fuzzy_words": 2824,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 23900,
    "fuzzy_chars_percent": 5.7,
    "failing": 45,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 321,
    "readonly_percent": 9.7,
    "readonly_words": 6029,
    "readonly_words_percent": 9.7,
    "readonly_chars": 40137,
    "readonly_chars_percent": 9.7,
    "suggestions": 179,
    "comments": 0,
    "name": "fedora-docs-l10n/fedora-join",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-join/"
}