Translation components API.

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

GET /api/translations/phpmyadmin/master/br/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 3404,
    "total_words": 22663,
    "total_chars": 141300,
    "last_change": "2024-05-12T00:22:34.246678Z",
    "recent_changes": 3,
    "translated": 455,
    "translated_words": 1747,
    "translated_percent": 13.3,
    "translated_words_percent": 7.7,
    "translated_chars": 10501,
    "translated_chars_percent": 7.4,
    "fuzzy": 1033,
    "fuzzy_percent": 30.3,
    "fuzzy_words": 4057,
    "fuzzy_words_percent": 17.9,
    "fuzzy_chars": 25871,
    "fuzzy_chars_percent": 18.3,
    "failing": 404,
    "failing_percent": 11.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": 0,
    "comments": 0,
    "code": "br",
    "name": "Breton",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/master/br/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/master/br/"
}