Translation projects API.

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

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

{
    "total": 2448,
    "total_words": 47875,
    "total_chars": 344481,
    "last_change": "2025-04-04T18:53:35.265080Z",
    "recent_changes": 32,
    "translated": 509,
    "translated_words": 8043,
    "translated_percent": 20.7,
    "translated_words_percent": 16.8,
    "translated_chars": 61040,
    "translated_chars_percent": 17.7,
    "fuzzy": 24,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 261,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 2446,
    "fuzzy_chars_percent": 0.7,
    "failing": 11,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 239,
    "readonly_percent": 9.7,
    "readonly_words": 4372,
    "readonly_words_percent": 9.1,
    "readonly_chars": 32094,
    "readonly_chars_percent": 9.3,
    "suggestions": 312,
    "comments": 0,
    "name": "fedora-docs-l10n-commops",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-commops/"
}