Translation projects API.

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

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

{
    "total": 1822767,
    "total_words": 35817826,
    "total_chars": 269938311,
    "last_change": "2024-04-27T01:15:15.476200Z",
    "recent_changes": 1367,
    "translated": 248450,
    "translated_words": 4325613,
    "translated_percent": 13.6,
    "translated_words_percent": 12.0,
    "translated_chars": 33031973,
    "translated_chars_percent": 12.2,
    "fuzzy": 5978,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 173403,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 1265901,
    "fuzzy_chars_percent": 0.4,
    "failing": 39572,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 107950,
    "readonly_percent": 5.9,
    "readonly_words": 2112463,
    "readonly_words_percent": 5.8,
    "readonly_chars": 15920564,
    "readonly_chars_percent": 5.8,
    "suggestions": 112285,
    "comments": 0,
    "name": "fedora-docs-l10n/fedora-system-administrat",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-system-administrat/"
}