Translation components API.

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

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

{
    "total": 157,
    "total_words": 701,
    "last_change": "2020-12-06T13:06:14.394274Z",
    "recent_changes": 99,
    "translated": 97,
    "translated_words": 391,
    "translated_percent": 61.7,
    "translated_words_percent": 55.7,
    "translated_chars": 2101,
    "translated_chars_percent": 50.8,
    "total_chars": 4134,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.6,
    "code": "el",
    "name": "Greek",
    "url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-runtime-text/el/",
    "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/in-game-runtime-text/el/"
}