Translation components API.

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

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

{
    "total": 70,
    "total_words": 4830,
    "last_change": null,
    "recent_changes": 0,
    "translated": 67,
    "translated_words": 4811,
    "translated_percent": 95.7,
    "translated_words_percent": 99.6,
    "translated_chars": 30945,
    "translated_chars_percent": 99.6,
    "total_chars": 31053,
    "fuzzy": 3,
    "fuzzy_percent": 4.2,
    "failing": 3,
    "failing_percent": 4.2,
    "code": "Dragonese",
    "name": "Dragonese",
    "url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-code-text/Dragonese/",
    "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/in-game-code-text/Dragonese/"
}