Translation components API.

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

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

{
    "total": 301,
    "total_words": 1103,
    "last_change": "2019-10-15T20:09:03.619709Z",
    "recent_changes": 4,
    "translated": 163,
    "translated_words": 621,
    "translated_percent": 54.1,
    "translated_words_percent": 56.3,
    "translated_chars": 4429,
    "translated_chars_percent": 58.3,
    "total_chars": 7588,
    "fuzzy": 70,
    "fuzzy_percent": 23.2,
    "failing": 18,
    "failing_percent": 5.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://l10n.opensuse.org/projects/snapper/master/da/",
    "translate_url": "https://l10n.opensuse.org/translate/snapper/master/da/"
}