Translation components API.

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

GET /api/translations/sword-deposit-plugin/locale-keys/fa/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 46,
    "total_words": 447,
    "total_chars": 3045,
    "last_change": "2025-01-31T22:47:32.988906Z",
    "recent_changes": 1,
    "translated": 45,
    "translated_words": 441,
    "translated_percent": 97.8,
    "translated_words_percent": 98.6,
    "translated_chars": 3006,
    "translated_chars_percent": 98.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 6.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "http://translate.pkp.sfu.ca/projects/sword-deposit-plugin/locale-keys/fa/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/sword-deposit-plugin/locale-keys/fa/"
}