Translation components API.

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

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

{
    "total": 2274,
    "total_words": 60043,
    "last_change": "2021-01-25T20:16:43.832851Z",
    "recent_changes": 2,
    "translated": 2064,
    "translated_words": 53725,
    "translated_percent": 90.7,
    "translated_words_percent": 89.4,
    "translated_chars": 396061,
    "translated_chars_percent": 89.8,
    "total_chars": 440711,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate-dev.freebsd.org/projects/freebsd-doc/boooks_developers-handbook/fa/",
    "translate_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_developers-handbook/fa/"
}