Translation projects API.

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

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

{
    "total": 4188,
    "total_words": 64880,
    "total_chars": 467506,
    "last_change": "2024-04-18T06:50:47.766560Z",
    "recent_changes": 230,
    "translated": 2491,
    "translated_words": 34811,
    "translated_percent": 59.4,
    "translated_words_percent": 53.6,
    "translated_chars": 249227,
    "translated_chars_percent": 53.3,
    "fuzzy": 344,
    "fuzzy_percent": 8.2,
    "fuzzy_words": 8214,
    "fuzzy_words_percent": 12.6,
    "fuzzy_chars": 58354,
    "fuzzy_chars_percent": 12.4,
    "failing": 254,
    "failing_percent": 6.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 531,
    "readonly_percent": 12.6,
    "readonly_words": 8119,
    "readonly_words_percent": 12.5,
    "readonly_chars": 58511,
    "readonly_chars_percent": 12.5,
    "suggestions": 254,
    "comments": 6,
    "name": "fedora-docs-l10n/fedora-silverblue",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-silverblue/"
}