Translation components API.

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

GET /api/translations/yast-dns-server/master/pl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 374,
    "total_words": 3125,
    "total_chars": 20417,
    "last_change": "2023-03-12T17:57:51.917058Z",
    "recent_changes": 7,
    "translated": 358,
    "translated_words": 2784,
    "translated_percent": 95.7,
    "translated_words_percent": 89.0,
    "translated_chars": 18146,
    "translated_chars_percent": 88.8,
    "fuzzy": 15,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 333,
    "fuzzy_words_percent": 10.6,
    "fuzzy_chars": 2236,
    "fuzzy_chars_percent": 10.9,
    "failing": 16,
    "failing_percent": 4.2,
    "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": "pl",
    "name": "Polish",
    "url": "https://l10n.opensuse.org/projects/yast-dns-server/master/pl/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-dns-server/master/pl/"
}