Translation components API.

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

GET /api/translations/guix/packages/fr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 5710,
    "total_words": 125699,
    "total_chars": 828366,
    "last_change": "2024-03-11T11:36:10.181134Z",
    "recent_changes": 0,
    "translated": 1040,
    "translated_words": 20846,
    "translated_percent": 18.2,
    "translated_words_percent": 16.5,
    "translated_chars": 132404,
    "translated_chars_percent": 15.9,
    "fuzzy": 414,
    "fuzzy_percent": 7.2,
    "fuzzy_words": 2445,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 16876,
    "fuzzy_chars_percent": 2.0,
    "failing": 38,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 28,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.fedoraproject.org/projects/guix/packages/fr/",
    "translate_url": "https://translate.fedoraproject.org/translate/guix/packages/fr/"
}