Translation projects API.

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

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

{
    "total": 1313,
    "total_words": 21515,
    "total_chars": 165832,
    "last_change": "2024-05-04T13:58:16.805153Z",
    "recent_changes": 102,
    "translated": 592,
    "translated_words": 9414,
    "translated_percent": 45.0,
    "translated_words_percent": 43.7,
    "translated_chars": 71810,
    "translated_chars_percent": 43.3,
    "fuzzy": 19,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 596,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 4458,
    "fuzzy_chars_percent": 2.6,
    "failing": 24,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 189,
    "readonly_percent": 14.3,
    "readonly_words": 3075,
    "readonly_words_percent": 14.2,
    "readonly_chars": 23701,
    "readonly_chars_percent": 14.2,
    "suggestions": 35,
    "comments": 0,
    "name": "fedora-docs-l10n/flatpak",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-flatpak/"
}