Translation components API.

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

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

{
    "total": 713,
    "total_words": 6302,
    "last_change": "2018-12-04T16:28:22.434398Z",
    "recent_changes": 35,
    "translated": 55,
    "translated_words": 340,
    "translated_percent": 7.7,
    "translated_words_percent": 5.3,
    "translated_chars": 1940,
    "translated_chars_percent": 5.0,
    "total_chars": 38799,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 4,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sq",
    "name": "Albanian",
    "url": "https://l10n.opensuse.org/projects/yast-users/master/sq/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-users/master/sq/"
}