Translation components API.

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

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

{
    "total": 113,
    "total_words": 847,
    "total_chars": 5684,
    "last_change": "2023-03-25T22:00:55.588197Z",
    "recent_changes": 0,
    "translated": 91,
    "translated_words": 645,
    "translated_percent": 80.5,
    "translated_words_percent": 76.1,
    "translated_chars": 4317,
    "translated_chars_percent": 75.9,
    "fuzzy": 12,
    "fuzzy_percent": 10.6,
    "fuzzy_words": 117,
    "fuzzy_words_percent": 13.8,
    "fuzzy_chars": 856,
    "fuzzy_chars_percent": 15.0,
    "failing": 22,
    "failing_percent": 19.4,
    "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": 10,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/armfedoraprojectorg/pt/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/armfedoraprojectorg/pt/"
}