Translation components API.

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

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

{
    "total": 210,
    "total_words": 1015,
    "last_change": "2020-12-12T16:31:49.702773Z",
    "recent_changes": 6,
    "translated": 21,
    "translated_words": 133,
    "translated_percent": 10.0,
    "translated_words_percent": 13.1,
    "translated_chars": 787,
    "translated_chars_percent": 13.0,
    "total_chars": 6019,
    "fuzzy": 184,
    "fuzzy_percent": 87.6,
    "failing": 11,
    "failing_percent": 5.2,
    "code": "pt_PT",
    "name": "Portuguese (Portugal)",
    "url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-json-text/pt_PT/",
    "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/in-game-json-text/pt_PT/"
}