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/Dragonese/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 157,
    "total_words": 701,
    "last_change": "2020-09-17T21:38:30.175390Z",
    "recent_changes": 1,
    "translated": 141,
    "translated_words": 658,
    "translated_percent": 89.8,
    "translated_words_percent": 93.8,
    "translated_chars": 3767,
    "translated_chars_percent": 91.1,
    "total_chars": 4134,
    "fuzzy": 16,
    "fuzzy_percent": 10.1,
    "failing": 7,
    "failing_percent": 4.4,
    "code": "Dragonese",
    "name": "Dragonese",
    "url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-runtime-text/Dragonese/",
    "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/in-game-runtime-text/Dragonese/"
}