Translation components API.

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

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

{
    "total": 19,
    "total_words": 75,
    "last_change": "2024-12-13T00:21:23.897066Z",
    "recent_changes": 9,
    "translated": 7,
    "translated_words": 36,
    "translated_percent": 36.8,
    "translated_words_percent": 48.0,
    "translated_chars": 225,
    "translated_chars_percent": 44.0,
    "total_chars": 511,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ur",
    "name": "Urdu",
    "url": "https://translate.opensourcepos.org/projects/opensourcepos/expenses_categories/ur/",
    "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/expenses_categories/ur/"
}