Translation components API.

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

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

{
    "total": 81,
    "total_words": 596,
    "last_change": "2018-01-30T04:32:33.044234Z",
    "recent_changes": 29,
    "translated": 76,
    "translated_words": 563,
    "translated_percent": 93.8,
    "translated_words_percent": 94.4,
    "translated_chars": 3525,
    "translated_chars_percent": 93.9,
    "total_chars": 3753,
    "fuzzy": 4,
    "fuzzy_percent": 4.9,
    "failing": 3,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://l10n.opensuse.org/projects/yast-nfs_server/master/ko/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-nfs_server/master/ko/"
}