Translation components API.

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

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

{
    "total": 42,
    "total_words": 251,
    "total_chars": 1465,
    "last_change": "2022-04-14T20:22:56.186425Z",
    "recent_changes": 7,
    "translated": 21,
    "translated_words": 47,
    "translated_percent": 50.0,
    "translated_words_percent": 18.7,
    "translated_chars": 280,
    "translated_chars_percent": 19.1,
    "fuzzy": 2,
    "fuzzy_percent": 4.7,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://l10n.elementary.io/projects/installer/initial-setup/fa/",
    "translate_url": "https://l10n.elementary.io/translate/installer/initial-setup/fa/"
}