Translation components API.

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

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

{
    "total": 73,
    "total_words": 608,
    "last_change": null,
    "recent_changes": 0,
    "translated": 4,
    "translated_words": 4,
    "translated_percent": 5.4,
    "translated_words_percent": 0.6,
    "translated_chars": 34,
    "translated_chars_percent": 0.6,
    "total_chars": 5145,
    "fuzzy": 21,
    "fuzzy_percent": 28.7,
    "failing": 6,
    "failing_percent": 8.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ast",
    "name": "Asturian",
    "url": "https://l10n.opensuse.org/projects/yast-multipath/master/ast/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-multipath/master/ast/"
}