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

{
    "total": 70,
    "total_words": 4830,
    "last_change": "2020-12-11T15:55:17.634094Z",
    "recent_changes": 21,
    "translated": 65,
    "translated_words": 663,
    "translated_percent": 92.8,
    "translated_words_percent": 13.7,
    "translated_chars": 4008,
    "translated_chars_percent": 12.9,
    "total_chars": 31053,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "pt_PT",
    "name": "Portuguese (Portugal)",
    "url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/in-game-code-text/pt_PT/",
    "translate_url": "http://Translate.ArchiveEntertainment.com/translate/dragon-audit/in-game-code-text/pt_PT/"
}