Translation components API.

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

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

{
    "total": 250,
    "total_words": 2768,
    "last_change": "2024-03-07T09:25:50.700432Z",
    "recent_changes": 15,
    "translated": 242,
    "translated_words": 2460,
    "translated_percent": 96.8,
    "translated_words_percent": 88.8,
    "translated_chars": 16550,
    "translated_chars_percent": 87.6,
    "total_chars": 18877,
    "fuzzy": 6,
    "fuzzy_percent": 2.4,
    "failing": 3,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://l10n.opensuse.org/projects/get-o-o/main/id/",
    "translate_url": "https://l10n.opensuse.org/translate/get-o-o/main/id/"
}