Translation components API.

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

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

{
    "total": 658,
    "total_words": 1201,
    "total_chars": 11326,
    "last_change": "2024-02-11T04:42:29.795365Z",
    "recent_changes": 1,
    "translated": 368,
    "translated_words": 495,
    "translated_percent": 55.9,
    "translated_words_percent": 41.2,
    "translated_chars": 6063,
    "translated_chars_percent": 53.5,
    "fuzzy": 18,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 38,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 293,
    "fuzzy_chars_percent": 2.5,
    "failing": 34,
    "failing_percent": 5.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://l10n.elementary.io/projects/switchboard/datetime/id/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/datetime/id/"
}