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/nl/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-16T14:49:28.613805Z",
    "recent_changes": 45,
    "translated": 50,
    "translated_words": 260,
    "translated_percent": 31.8,
    "translated_words_percent": 37.0,
    "translated_chars": 1301,
    "translated_chars_percent": 31.4,
    "total_chars": 4134,
    "fuzzy": 6,
    "fuzzy_percent": 3.8,
    "failing": 4,
    "failing_percent": 2.5,
    "code": "nl",
    "name": "Dutch",
    "url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-runtime-text/nl/",
    "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/in-game-runtime-text/nl/"
}