Translation components API.

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

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

{
    "total": 12592,
    "total_words": 262783,
    "last_change": "2021-01-29T21:17:18.455813Z",
    "recent_changes": 41,
    "translated": 12402,
    "translated_words": 259783,
    "translated_percent": 98.4,
    "translated_words_percent": 98.8,
    "translated_chars": 2250667,
    "translated_chars_percent": 98.8,
    "total_chars": 2277898,
    "fuzzy": 152,
    "fuzzy_percent": 1.2,
    "failing": 3163,
    "failing_percent": 25.1,
    "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/freebsd-doc/boooks_handbook/pt_BR/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_handbook/pt_BR/"
}