Translation components API.

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

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

{
    "total": 25,
    "total_words": 533,
    "last_change": null,
    "recent_changes": 0,
    "translated": 22,
    "translated_words": 427,
    "translated_percent": 88.0,
    "translated_words_percent": 80.1,
    "translated_chars": 3106,
    "translated_chars_percent": 76.9,
    "total_chars": 4038,
    "fuzzy": 3,
    "fuzzy_percent": 12.0,
    "failing": 1,
    "failing_percent": 4.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/freebsd-doc/articles_leap-seconds/nl_NL/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_leap-seconds/nl_NL/"
}