Translation components API.

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

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

{
    "total": 397,
    "total_words": 4623,
    "total_chars": 30073,
    "last_change": "2024-01-01T21:57:05.227333Z",
    "recent_changes": 0,
    "translated": 339,
    "translated_words": 3810,
    "translated_percent": 85.3,
    "translated_words_percent": 82.4,
    "translated_chars": 24274,
    "translated_chars_percent": 80.7,
    "fuzzy": 25,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 475,
    "fuzzy_words_percent": 10.2,
    "fuzzy_chars": 3409,
    "fuzzy_chars_percent": 11.3,
    "failing": 35,
    "failing_percent": 8.8,
    "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": 23,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/labsfedoraprojectorg/pt/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/labsfedoraprojectorg/pt/"
}