Translation components API.

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

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

{
    "total": 222,
    "total_words": 569,
    "last_change": "2024-12-13T00:13:00.867467Z",
    "recent_changes": 1,
    "translated": 35,
    "translated_words": 37,
    "translated_percent": 15.7,
    "translated_words_percent": 6.5,
    "translated_chars": 275,
    "translated_chars_percent": 8.1,
    "total_chars": 3363,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 11,
    "failing_percent": 4.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 21,
    "readonly_percent": 9.4,
    "suggestions": 0,
    "comments": 0,
    "code": "ur",
    "name": "Urdu",
    "url": "https://translate.opensourcepos.org/projects/opensourcepos/sales/ur/",
    "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/sales/ur/"
}