Translation components API.

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

GET /api/translations/dragon-audit/in-game-json-text/el/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 210,
    "total_words": 1015,
    "last_change": "2020-12-07T21:22:23.624497Z",
    "recent_changes": 22,
    "translated": 22,
    "translated_words": 140,
    "translated_percent": 10.4,
    "translated_words_percent": 13.7,
    "translated_chars": 801,
    "translated_chars_percent": 13.3,
    "total_chars": 6019,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "el",
    "name": "Greek",
    "url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-json-text/el/",
    "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/in-game-json-text/el/"
}