Translation components API.

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

GET /api/translations/documentation/articlesleap-seconds_index/nl_NL/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 25,
    "total_words": 534,
    "last_change": "2021-04-18T16:35:10.239391Z",
    "recent_changes": 3,
    "translated": 7,
    "translated_words": 28,
    "translated_percent": 28.0,
    "translated_words_percent": 5.2,
    "translated_chars": 184,
    "translated_chars_percent": 5.5,
    "total_chars": 3337,
    "fuzzy": 6,
    "fuzzy_percent": 24.0,
    "failing": 8,
    "failing_percent": 32.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nl_NL",
    "name": "Dutch",
    "url": "https://translate-dev.freebsd.org/projects/documentation/articlesleap-seconds_index/nl_NL/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/articlesleap-seconds_index/nl_NL/"
}