Translation components API.

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

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

{
    "total": 27,
    "total_words": 657,
    "total_chars": 4685,
    "last_change": "2024-05-07T00:20:23.739200Z",
    "recent_changes": 1,
    "translated": 26,
    "translated_words": 605,
    "translated_percent": 96.2,
    "translated_words_percent": 92.0,
    "translated_chars": 4326,
    "translated_chars_percent": 92.3,
    "fuzzy": 1,
    "fuzzy_percent": 3.7,
    "fuzzy_words": 52,
    "fuzzy_words_percent": 7.9,
    "fuzzy_chars": 359,
    "fuzzy_chars_percent": 7.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 21,
    "approved_percent": 77.7,
    "approved_words": 481,
    "approved_words_percent": 73.2,
    "approved_chars": 3412,
    "approved_chars_percent": 72.8,
    "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": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocaboutwarningstorpo/pt/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocaboutwarningstorpo/pt/"
}