Translation components API.

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

GET /api/translations/fedora-websites/getfedoraorg/et/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": "2022-11-24T18:49:59.626308Z",
    "recent_changes": 2,
    "translated": 98,
    "translated_words": 784,
    "translated_percent": 51.5,
    "translated_words_percent": 35.4,
    "translated_chars": 5818,
    "translated_chars_percent": 35.8,
    "fuzzy": 7,
    "fuzzy_percent": 3.6,
    "fuzzy_words": 57,
    "fuzzy_words_percent": 2.5,
    "fuzzy_chars": 449,
    "fuzzy_chars_percent": 2.7,
    "failing": 3,
    "failing_percent": 1.5,
    "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": 14,
    "comments": 0,
    "code": "et",
    "name": "Estonian",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/getfedoraorg/et/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/getfedoraorg/et/"
}