Translation projects API.

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

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

{
    "total": 594932,
    "total_words": 12577197,
    "total_chars": 89557941,
    "last_change": "2025-03-29T23:25:56.175644Z",
    "recent_changes": 1403,
    "translated": 111225,
    "translated_words": 2198446,
    "translated_percent": 18.6,
    "translated_words_percent": 17.4,
    "translated_chars": 15708185,
    "translated_chars_percent": 17.5,
    "fuzzy": 285,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 4915,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 35510,
    "fuzzy_chars_percent": 0.1,
    "failing": 9616,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29629,
    "readonly_percent": 4.9,
    "readonly_words": 611625,
    "readonly_words_percent": 4.8,
    "readonly_chars": 4369350,
    "readonly_chars_percent": 4.8,
    "suggestions": 78911,
    "comments": 4,
    "name": "fedora-docs-l10n/fedora-install-guide",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-install-guide/"
}