Translation components API.

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

GET /api/translations/tails/wikisrcdocpersistent_storageadditional_software-po/pt/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 128,
    "total_words": 1489,
    "total_chars": 12673,
    "last_change": "2024-05-10T17:09:51.940079Z",
    "recent_changes": 4,
    "translated": 12,
    "translated_words": 45,
    "translated_percent": 9.3,
    "translated_words_percent": 3.0,
    "translated_chars": 714,
    "translated_chars_percent": 5.6,
    "fuzzy": 1,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 3,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 42,
    "fuzzy_chars_percent": 0.3,
    "failing": 1,
    "failing_percent": 0.7,
    "approved": 9,
    "approved_percent": 7.0,
    "approved_words": 35,
    "approved_words_percent": 2.3,
    "approved_chars": 451,
    "approved_chars_percent": 3.5,
    "readonly": 2,
    "readonly_percent": 1.5,
    "readonly_words": 8,
    "readonly_words_percent": 0.5,
    "readonly_chars": 242,
    "readonly_chars_percent": 1.9,
    "suggestions": 0,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocpersistent_storageadditional_software-po/pt/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocpersistent_storageadditional_software-po/pt/"
}