Translation components API.

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

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

{
    "total": 713,
    "total_words": 6302,
    "last_change": "2018-03-08T15:40:21.952197Z",
    "recent_changes": 10,
    "translated": 613,
    "translated_words": 5211,
    "translated_percent": 85.9,
    "translated_words_percent": 82.6,
    "translated_chars": 32131,
    "translated_chars_percent": 82.8,
    "total_chars": 38799,
    "fuzzy": 36,
    "fuzzy_percent": 5.0,
    "failing": 18,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 40,
    "comments": 0,
    "code": "gl",
    "name": "Galician",
    "url": "https://l10n.opensuse.org/projects/yast-users/master/gl/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-users/master/gl/"
}