Translation components API.

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

GET /api/translations/pykickstart/master/sk/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 180,
    "total_words": 1636,
    "total_chars": 10525,
    "last_change": "2024-04-05T08:37:03.533579Z",
    "recent_changes": 2,
    "translated": 172,
    "translated_words": 1565,
    "translated_percent": 95.5,
    "translated_words_percent": 95.6,
    "translated_chars": 10034,
    "translated_chars_percent": 95.3,
    "fuzzy": 7,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 61,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 428,
    "fuzzy_chars_percent": 4.0,
    "failing": 20,
    "failing_percent": 11.1,
    "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": 1,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://translate.fedoraproject.org/projects/pykickstart/master/sk/",
    "translate_url": "https://translate.fedoraproject.org/translate/pykickstart/master/sk/"
}