Translation components API.

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

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

{
    "total": 3309,
    "total_words": 22025,
    "total_chars": 137414,
    "last_change": "2020-10-10T16:38:36.409264Z",
    "recent_changes": 0,
    "translated": 574,
    "translated_words": 900,
    "translated_percent": 17.3,
    "translated_words_percent": 4.0,
    "translated_chars": 5284,
    "translated_chars_percent": 3.8,
    "fuzzy": 224,
    "fuzzy_percent": 6.7,
    "fuzzy_words": 485,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 3429,
    "fuzzy_chars_percent": 2.4,
    "failing": 41,
    "failing_percent": 1.2,
    "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": "fy",
    "name": "Frisian",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/4-9/fy/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/4-9/fy/"
}