Translation components API.

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

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

{
    "total": 643,
    "total_words": 2477,
    "total_chars": 15328,
    "last_change": "2024-05-13T17:01:58.036206Z",
    "recent_changes": 0,
    "translated": 537,
    "translated_words": 1885,
    "translated_percent": 83.5,
    "translated_words_percent": 76.1,
    "translated_chars": 11518,
    "translated_chars_percent": 75.1,
    "fuzzy": 15,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 129,
    "fuzzy_words_percent": 5.2,
    "fuzzy_chars": 824,
    "fuzzy_chars_percent": 5.3,
    "failing": 8,
    "failing_percent": 1.2,
    "approved": 374,
    "approved_percent": 58.1,
    "approved_words": 1087,
    "approved_words_percent": 43.8,
    "approved_chars": 6582,
    "approved_chars_percent": 42.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 18,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://weblate.tusky.app/projects/tusky/tusky/pl/",
    "translate_url": "https://weblate.tusky.app/translate/tusky/tusky/pl/"
}