Translation components API.

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

GET /api/translations/pkp-lib/common/az/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 706,
    "total_words": 2962,
    "total_chars": 19116,
    "last_change": "2024-04-19T16:23:22.983523Z",
    "recent_changes": 2,
    "translated": 657,
    "translated_words": 2534,
    "translated_percent": 93.0,
    "translated_words_percent": 85.5,
    "translated_chars": 15749,
    "translated_chars_percent": 82.3,
    "fuzzy": 44,
    "fuzzy_percent": 6.2,
    "failing": 107,
    "failing_percent": 15.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "az",
    "name": "Azerbaijani",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/common/az/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/common/az/"
}