Translation components API.

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

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

{
    "total": 114,
    "total_words": 4385,
    "last_change": "2023-09-09T21:39:21.760320Z",
    "recent_changes": 10,
    "translated": 104,
    "translated_words": 3674,
    "translated_percent": 91.2,
    "translated_words_percent": 83.7,
    "translated_chars": 22604,
    "translated_chars_percent": 83.3,
    "total_chars": 27115,
    "fuzzy": 10,
    "fuzzy_percent": 8.7,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 13,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate-dev.freebsd.org/projects/documentation/articlesproblem-reports_index/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/documentation/articlesproblem-reports_index/pt_BR/"
}