Translation components API.

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

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

{
    "total": 10,
    "total_words": 33,
    "total_chars": 266,
    "last_change": "2020-01-28T15:12:15.559325Z",
    "recent_changes": 1,
    "translated": 10,
    "translated_words": 33,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 266,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fr_CA",
    "name": "French (Canada)",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/blocks-subscription/fr_CA/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/blocks-subscription/fr_CA/"
}