Translation components API.

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

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

{
    "total": 97,
    "total_words": 987,
    "last_change": "2021-06-12T19:56:50.057143Z",
    "recent_changes": 1,
    "translated": 16,
    "translated_words": 103,
    "translated_percent": 16.4,
    "translated_words_percent": 10.4,
    "translated_chars": 648,
    "translated_chars_percent": 8.7,
    "total_chars": 7438,
    "fuzzy": 14,
    "fuzzy_percent": 14.4,
    "failing": 15,
    "failing_percent": 15.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate-dev.freebsd.org/projects/documentation/booksporters-handbookflavors_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/booksporters-handbookflavors_index/pt_BR/"
}