Translation components API.

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

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

{
    "total": 3507,
    "total_words": 14348,
    "last_change": "2021-01-09T14:32:22.782681Z",
    "recent_changes": 5,
    "translated": 3501,
    "translated_words": 14293,
    "translated_percent": 99.8,
    "translated_words_percent": 99.6,
    "translated_chars": 186878,
    "translated_chars_percent": 99.7,
    "total_chars": 187305,
    "fuzzy": 5,
    "fuzzy_percent": 0.1,
    "failing": 3281,
    "failing_percent": 93.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/articles_contributors/es/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_contributors/es/"
}