Translation components API.

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

GET /api/translations/seeyoumobile/connectme/pl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 294,
    "total_words": 852,
    "last_change": "2019-06-14T20:59:41.421835Z",
    "recent_changes": 1,
    "translated": 272,
    "translated_words": 768,
    "translated_percent": 92.5,
    "translated_words_percent": 90.1,
    "translated_chars": 5169,
    "translated_chars_percent": 91.1,
    "total_chars": 5670,
    "fuzzy": 10,
    "fuzzy_percent": 3.4,
    "failing": 33,
    "failing_percent": 11.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://t.naviter.com/projects/seeyoumobile/connectme/pl/",
    "translate_url": "https://t.naviter.com/translate/seeyoumobile/connectme/pl/"
}