Translation components API.

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

GET /api/translations/packages-i18n/g-master/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2423,
    "total_words": 40877,
    "last_change": "2018-02-24T10:14:12.535718Z",
    "recent_changes": 5,
    "translated": 103,
    "translated_words": 1494,
    "translated_percent": 4.2,
    "translated_words_percent": 3.6,
    "translated_chars": 9064,
    "translated_chars_percent": 3.3,
    "total_chars": 271024,
    "fuzzy": 807,
    "fuzzy_percent": 33.3,
    "failing": 203,
    "failing_percent": 8.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/g-master/cs/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/g-master/cs/"
}