Translation projects API.

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

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

{
    "total": 48515,
    "total_words": 787881,
    "total_chars": 5576724,
    "last_change": "2025-04-06T16:27:22.680427Z",
    "recent_changes": 1819,
    "translated": 20069,
    "translated_words": 313255,
    "translated_percent": 41.3,
    "translated_words_percent": 39.7,
    "translated_chars": 2216347,
    "translated_chars_percent": 39.7,
    "fuzzy": 133,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 1923,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 15559,
    "fuzzy_chars_percent": 0.2,
    "failing": 1588,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1759,
    "readonly_percent": 3.6,
    "readonly_words": 28215,
    "readonly_words_percent": 3.5,
    "readonly_chars": 199669,
    "readonly_chars_percent": 3.5,
    "suggestions": 4275,
    "comments": 8,
    "name": "fedora-docs-l10n/fedora",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora/"
}