Translation components API.

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

GET /api/translations/orcid-profile-plugin/emails/ky/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 10,
    "total_words": 226,
    "total_chars": 1855,
    "last_change": "2024-01-04T13:07:33.348904Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 190,
    "translated_percent": 50.0,
    "translated_words_percent": 84.0,
    "translated_chars": 1647,
    "translated_chars_percent": 88.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 40.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 40.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ky",
    "name": "Kyrgyz",
    "url": "http://translate.pkp.sfu.ca/projects/orcid-profile-plugin/emails/ky/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/orcid-profile-plugin/emails/ky/"
}