Translation components API.

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

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

{
    "total": 94,
    "total_words": 644,
    "last_change": "2019-01-27T12:40:35.172991Z",
    "recent_changes": 18,
    "translated": 88,
    "translated_words": 632,
    "translated_percent": 93.6,
    "translated_words_percent": 98.1,
    "translated_chars": 4401,
    "translated_chars_percent": 98.4,
    "total_chars": 4472,
    "fuzzy": 4,
    "fuzzy_percent": 4.2,
    "failing": 2,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://l10n.opensuse.org/projects/yast-ntp-client/master/hu/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-ntp-client/master/hu/"
}