Translation components API.

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

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

{
    "total": 72,
    "total_words": 873,
    "total_chars": 7684,
    "last_change": "2024-11-02T14:07:58.765114Z",
    "recent_changes": 1,
    "translated": 71,
    "translated_words": 862,
    "translated_percent": 98.6,
    "translated_words_percent": 98.7,
    "translated_chars": 7583,
    "translated_chars_percent": 98.6,
    "fuzzy": 1,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 11,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 101,
    "fuzzy_chars_percent": 1.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 19,
    "approved_percent": 26.3,
    "approved_words": 387,
    "approved_words_percent": 44.3,
    "approved_chars": 4193,
    "approved_chars_percent": 54.5,
    "readonly": 6,
    "readonly_percent": 8.3,
    "readonly_words": 11,
    "readonly_words_percent": 1.2,
    "readonly_chars": 110,
    "readonly_chars_percent": 1.4,
    "suggestions": 1,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.net/projects/tails/openpgp_keys/pt/",
    "translate_url": "https://translate.tails.net/translate/tails/openpgp_keys/pt/"
}