Translation components API.

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

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

{
    "total": 288,
    "total_words": 1980,
    "last_change": "2023-03-12T16:07:55.089505Z",
    "recent_changes": 76,
    "translated": 208,
    "translated_words": 1306,
    "translated_percent": 72.2,
    "translated_words_percent": 65.9,
    "translated_chars": 8940,
    "translated_chars_percent": 65.7,
    "total_chars": 13595,
    "fuzzy": 13,
    "fuzzy_percent": 4.5,
    "failing": 5,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "code": "pl",
    "name": "Polish",
    "url": "https://l10n.opensuse.org/projects/rmt/i18n/pl/",
    "translate_url": "https://l10n.opensuse.org/translate/rmt/i18n/pl/"
}