Translation components API.

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

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

{
    "total": 38,
    "total_words": 487,
    "total_chars": 3371,
    "last_change": "2024-05-04T21:28:05.948328Z",
    "recent_changes": 3,
    "translated": 38,
    "translated_words": 487,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 3371,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 5,
    "approved_percent": 13.1,
    "approved_words": 9,
    "approved_words_percent": 1.8,
    "approved_chars": 101,
    "approved_chars_percent": 2.9,
    "readonly": 1,
    "readonly_percent": 2.6,
    "readonly_words": 7,
    "readonly_words_percent": 1.4,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.4,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.tails.boum.org/projects/tails/signing_key_transition/fa/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/signing_key_transition/fa/"
}