Translation components API.

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

GET /api/translations/ojs/submission/az/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 111,
    "total_words": 1068,
    "total_chars": 7053,
    "last_change": "2023-06-02T22:42:19.112800Z",
    "recent_changes": 303,
    "translated": 106,
    "translated_words": 967,
    "translated_percent": 95.4,
    "translated_words_percent": 90.5,
    "translated_chars": 6362,
    "translated_chars_percent": 90.2,
    "fuzzy": 5,
    "fuzzy_percent": 4.5,
    "failing": 5,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "az",
    "name": "Azerbaijani",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/submission/az/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/submission/az/"
}