Translation components API.

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

GET /api/translations/f-droid/fdroidserver/sv/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 580,
    "total_words": 3842,
    "total_chars": 25045,
    "last_change": "2024-05-14T10:25:43.093072Z",
    "recent_changes": 1,
    "translated": 72,
    "translated_words": 367,
    "translated_percent": 12.4,
    "translated_words_percent": 9.5,
    "translated_chars": 2368,
    "translated_chars_percent": 9.4,
    "fuzzy": 3,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 17,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 97,
    "fuzzy_chars_percent": 0.3,
    "failing": 12,
    "failing_percent": 2.0,
    "approved": 2,
    "approved_percent": 0.3,
    "approved_words": 10,
    "approved_words_percent": 0.2,
    "approved_chars": 48,
    "approved_chars_percent": 0.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 17,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://hosted.weblate.org/projects/f-droid/fdroidserver/sv/",
    "translate_url": "https://hosted.weblate.org/translate/f-droid/fdroidserver/sv/"
}