Translation projects API.

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

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

{
    "total": 17952,
    "total_words": 255968,
    "total_chars": 1681280,
    "last_change": "2024-03-27T03:46:09.366264Z",
    "recent_changes": 264,
    "translated": 1641,
    "translated_words": 22203,
    "translated_percent": 9.1,
    "translated_words_percent": 8.6,
    "translated_chars": 146285,
    "translated_chars_percent": 8.7,
    "fuzzy": 31,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 272,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 1905,
    "fuzzy_chars_percent": 0.1,
    "failing": 70,
    "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": 1151,
    "readonly_percent": 6.4,
    "readonly_words": 16325,
    "readonly_words_percent": 6.3,
    "readonly_chars": 106765,
    "readonly_chars_percent": 6.3,
    "suggestions": 758,
    "comments": 0,
    "name": "fedora-docs-l10n/fedora-docs",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-docs/"
}