Translation components API.

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

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

{
    "total": 271,
    "total_words": 2295,
    "last_change": "2019-01-17T20:16:36.889440Z",
    "recent_changes": 3,
    "translated": 22,
    "translated_words": 84,
    "translated_percent": 8.1,
    "translated_words_percent": 3.6,
    "translated_chars": 708,
    "translated_chars_percent": 4.4,
    "total_chars": 16048,
    "fuzzy": 70,
    "fuzzy_percent": 25.8,
    "failing": 34,
    "failing_percent": 12.5,
    "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-registration/master/da/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-registration/master/da/"
}