Translation components API.

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

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

{
    "total": 73,
    "total_words": 496,
    "last_change": null,
    "recent_changes": 0,
    "translated": 58,
    "translated_words": 422,
    "translated_percent": 79.4,
    "translated_words_percent": 85.0,
    "translated_chars": 2711,
    "translated_chars_percent": 85.4,
    "total_chars": 3174,
    "fuzzy": 6,
    "fuzzy_percent": 8.2,
    "failing": 6,
    "failing_percent": 8.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fi",
    "name": "Finnish",
    "url": "https://l10n.opensuse.org/projects/yast-rear/master/fi/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-rear/master/fi/"
}