Translation projects API.

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

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

{
    "total": 16215,
    "total_words": 230673,
    "total_chars": 1726463,
    "last_change": "2025-03-13T04:00:25.210136Z",
    "recent_changes": 430,
    "translated": 2941,
    "translated_words": 48596,
    "translated_percent": 18.1,
    "translated_words_percent": 21.0,
    "translated_chars": 362721,
    "translated_chars_percent": 21.0,
    "fuzzy": 205,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 5327,
    "fuzzy_words_percent": 2.3,
    "fuzzy_chars": 41830,
    "fuzzy_chars_percent": 2.4,
    "failing": 151,
    "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": 650,
    "readonly_percent": 4.0,
    "readonly_words": 7369,
    "readonly_words_percent": 3.1,
    "readonly_chars": 65219,
    "readonly_chars_percent": 3.7,
    "suggestions": 365,
    "comments": 2,
    "name": "fedora-docs-l10n/project",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-project/"
}