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

{
    "total": 1478,
    "total_words": 13642,
    "last_change": "2021-08-13T05:44:25.697409Z",
    "recent_changes": 7,
    "translated": 209,
    "translated_words": 1609,
    "translated_percent": 14.1,
    "translated_words_percent": 11.7,
    "translated_chars": 8728,
    "translated_chars_percent": 11.8,
    "total_chars": 73755,
    "fuzzy": 3,
    "fuzzy_percent": 0.2,
    "failing": 4,
    "failing_percent": 0.2,
    "code": "ja",
    "name": "Japanese",
    "url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-story-text/ja/",
    "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/in-game-story-text/ja/"
}