Translation components API.

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

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

{
    "count": 51,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-subscription/statistics/?format=api",
    "results": [
        {
            "total": 10,
            "total_words": 33,
            "total_chars": 266,
            "last_change": "2023-06-01T17:26:13.561622Z",
            "recent_changes": 10,
            "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": "az",
            "name": "Azerbaijani",
            "url": "http://translate.pkp.sfu.ca/projects/ojs/blocks-subscription/az/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/blocks-subscription/az/"
        }
    ]
}