Translation components API.

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

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

{
    "total": 224,
    "total_words": 712,
    "last_change": "2018-09-17T08:46:48.487922Z",
    "recent_changes": 1,
    "translated": 221,
    "translated_words": 686,
    "translated_percent": 98.6,
    "translated_words_percent": 96.3,
    "translated_chars": 4579,
    "translated_chars_percent": 95.0,
    "total_chars": 4817,
    "fuzzy": 1,
    "fuzzy_percent": 0.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://l10n.opensuse.org/projects/yast-tune/master/da/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-tune/master/da/"
}