Translation components API.

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

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

{
    "total": 1478,
    "total_words": 13642,
    "last_change": "2020-10-28T22:14:36.776301Z",
    "recent_changes": 5,
    "translated": 2,
    "translated_words": 11,
    "translated_percent": 0.1,
    "translated_words_percent": 0.1,
    "translated_chars": 52,
    "translated_chars_percent": 0.1,
    "total_chars": 73755,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "sk",
    "name": "Slovak",
    "url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-story-text/sk/",
    "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/in-game-story-text/sk/"
}