Translation components API.

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

GET /api/translations/fedora-docs-l10n-badges/masterpagesjoin/pt_PT/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 48,
    "total_words": 711,
    "total_chars": 5298,
    "last_change": "2023-09-12T17:35:39.505320Z",
    "recent_changes": 0,
    "translated": 27,
    "translated_words": 298,
    "translated_percent": 56.2,
    "translated_words_percent": 41.9,
    "translated_chars": 2096,
    "translated_chars_percent": 39.5,
    "fuzzy": 2,
    "fuzzy_percent": 4.1,
    "fuzzy_words": 14,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 132,
    "fuzzy_chars_percent": 2.4,
    "failing": 1,
    "failing_percent": 2.0,
    "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": 2,
    "comments": 0,
    "code": "pt_PT",
    "name": "Portuguese (Portugal)",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-badges/masterpagesjoin/pt_PT/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-badges/masterpagesjoin/pt_PT/"
}