Translation components API.

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

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

{
    "total": 69,
    "total_words": 994,
    "last_change": "2024-01-18T00:11:30.806877Z",
    "recent_changes": 1,
    "translated": 68,
    "translated_words": 950,
    "translated_percent": 98.5,
    "translated_words_percent": 95.5,
    "translated_chars": 7784,
    "translated_chars_percent": 96.1,
    "total_chars": 8093,
    "fuzzy": 1,
    "fuzzy_percent": 1.4,
    "failing": 0,
    "failing_percent": 0.0,
    "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/articlesfreebsd-src-lsp_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/articlesfreebsd-src-lsp_index/pt_BR/"
}