Translation components API.

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

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

{
    "total": 83,
    "total_words": 937,
    "last_change": "2023-03-28T15:36:31.242599Z",
    "recent_changes": 1,
    "translated": 12,
    "translated_words": 79,
    "translated_percent": 14.4,
    "translated_words_percent": 8.4,
    "translated_chars": 537,
    "translated_chars_percent": 7.9,
    "total_chars": 6794,
    "fuzzy": 2,
    "fuzzy_percent": 2.4,
    "failing": 1,
    "failing_percent": 1.2,
    "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/documentation/booksfdp-primerstructure_index/es/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksfdp-primerstructure_index/es/"
}