Translation components API.

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

GET /api/translations/tabcenter-reborn/interface/oc/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 60,
    "total_words": 576,
    "total_chars": 3706,
    "last_change": "2020-04-14T08:00:21.769469Z",
    "recent_changes": 11,
    "translated": 13,
    "translated_words": 388,
    "translated_percent": 21.6,
    "translated_words_percent": 67.3,
    "translated_chars": 2641,
    "translated_chars_percent": 71.2,
    "fuzzy": 19,
    "fuzzy_percent": 31.6,
    "failing": 2,
    "failing_percent": 3.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "oc",
    "name": "Occitan",
    "url": "https://translate.funkwhale.audio/projects/tabcenter-reborn/interface/oc/",
    "translate_url": "https://translate.funkwhale.audio/translate/tabcenter-reborn/interface/oc/"
}