Translation components API.

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

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

{
    "total": 9951,
    "total_words": 81779,
    "last_change": "2021-01-09T14:34:22.173534Z",
    "recent_changes": 8,
    "translated": 5009,
    "translated_words": 64622,
    "translated_percent": 50.3,
    "translated_words_percent": 79.0,
    "translated_chars": 559200,
    "translated_chars_percent": 71.0,
    "total_chars": 787443,
    "fuzzy": 4345,
    "fuzzy_percent": 43.6,
    "failing": 4373,
    "failing_percent": 43.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/boooks_porters-handbook/es/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_porters-handbook/es/"
}