Translation components API.

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

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

{
    "total": 111,
    "total_words": 659,
    "total_chars": 4081,
    "last_change": "2022-12-17T00:44:40.190725Z",
    "recent_changes": 1,
    "translated": 14,
    "translated_words": 71,
    "translated_percent": 12.6,
    "translated_words_percent": 10.7,
    "translated_chars": 412,
    "translated_chars_percent": 10.0,
    "fuzzy": 8,
    "fuzzy_percent": 7.2,
    "failing": 2,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ur",
    "name": "Urdu",
    "url": "https://l10n.elementary.io/projects/installer/installer/ur/",
    "translate_url": "https://l10n.elementary.io/translate/installer/installer/ur/"
}