Translation components API.

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

GET /api/translations/freebsd-doc/articles_contributors/it_IT/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3507,
    "total_words": 14348,
    "last_change": "2020-06-21T22:52:16.183799Z",
    "recent_changes": 1,
    "translated": 7,
    "translated_words": 126,
    "translated_percent": 0.1,
    "translated_words_percent": 0.8,
    "translated_chars": 917,
    "translated_chars_percent": 0.4,
    "total_chars": 187305,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it_IT",
    "name": "Italian",
    "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_contributors/it_IT/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_contributors/it_IT/"
}