Translation components API.

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

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

{
    "total": 2423,
    "total_words": 40877,
    "last_change": "2019-10-15T22:06:52.684061Z",
    "recent_changes": 5,
    "translated": 539,
    "translated_words": 7244,
    "translated_percent": 22.2,
    "translated_words_percent": 17.7,
    "translated_chars": 48197,
    "translated_chars_percent": 17.7,
    "total_chars": 271024,
    "fuzzy": 878,
    "fuzzy_percent": 36.2,
    "failing": 167,
    "failing_percent": 6.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/g-master/it/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/g-master/it/"
}