Translation components API.

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

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

{
    "total": 190,
    "total_words": 2214,
    "total_chars": 16213,
    "last_change": "2024-02-27T15:54:23.023818Z",
    "recent_changes": 0,
    "translated": 122,
    "translated_words": 1007,
    "translated_percent": 64.2,
    "translated_words_percent": 45.4,
    "translated_chars": 6527,
    "translated_chars_percent": 40.2,
    "fuzzy": 41,
    "fuzzy_percent": 21.5,
    "fuzzy_words": 597,
    "fuzzy_words_percent": 26.9,
    "fuzzy_chars": 4694,
    "fuzzy_chars_percent": 28.9,
    "failing": 53,
    "failing_percent": 27.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 29,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/getfedoraorg/fa/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/getfedoraorg/fa/"
}