Translation components API.

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

GET /api/translations/foe-helper/website/tr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 457,
    "total_words": 2347,
    "last_change": "2021-11-22T12:24:34.846841Z",
    "recent_changes": 3,
    "translated": 4,
    "translated_words": 4,
    "translated_percent": 0.8,
    "translated_words_percent": 0.1,
    "translated_chars": 20,
    "translated_chars_percent": 0.1,
    "total_chars": 14533,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "tr",
    "name": "Turkish",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/website/tr/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/tr/"
}