Translation projects API.

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

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

{
    "total": 1264,
    "total_words": 20568,
    "total_chars": 143720,
    "last_change": "2024-03-05T16:36:07.168267Z",
    "recent_changes": 57,
    "translated": 574,
    "translated_words": 9257,
    "translated_percent": 45.4,
    "translated_words_percent": 45.0,
    "translated_chars": 65210,
    "translated_chars_percent": 45.3,
    "fuzzy": 3,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 11,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 107,
    "fuzzy_chars_percent": 0.1,
    "failing": 4,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 317,
    "readonly_percent": 25.0,
    "readonly_words": 5143,
    "readonly_words_percent": 25.0,
    "readonly_chars": 35953,
    "readonly_chars_percent": 25.0,
    "suggestions": 49,
    "comments": 0,
    "name": "fedora-docs-l10n/mindshare-committee",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-mindshare-committee/"
}