Translation components API.

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

GET /api/translations/phpmyadmin/5-2/sq/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3427,
    "total_words": 22679,
    "total_chars": 141877,
    "last_change": "2023-12-05T18:50:51.344648Z",
    "recent_changes": 0,
    "translated": 3038,
    "translated_words": 19702,
    "translated_percent": 88.6,
    "translated_words_percent": 86.8,
    "translated_chars": 121948,
    "translated_chars_percent": 85.9,
    "fuzzy": 302,
    "fuzzy_percent": 8.8,
    "fuzzy_words": 2087,
    "fuzzy_words_percent": 9.2,
    "fuzzy_chars": 14130,
    "fuzzy_chars_percent": 9.9,
    "failing": 120,
    "failing_percent": 3.5,
    "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": 0,
    "comments": 0,
    "code": "sq",
    "name": "Albanian",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/5-2/sq/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/5-2/sq/"
}