Translation components API.

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

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

{
    "total": 140,
    "total_words": 834,
    "total_chars": 5284,
    "last_change": "2023-06-03T08:01:21.946098Z",
    "recent_changes": 243,
    "translated": 139,
    "translated_words": 808,
    "translated_percent": 99.2,
    "translated_words_percent": 96.8,
    "translated_chars": 5135,
    "translated_chars_percent": 97.1,
    "fuzzy": 1,
    "fuzzy_percent": 0.7,
    "failing": 16,
    "failing_percent": 11.4,
    "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/editor/az/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/editor/az/"
}