Translation components API.

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

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

{
    "count": 56,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-subscription/statistics/",
    "results": [
        {
            "total": 10,
            "total_words": 33,
            "total_chars": 266,
            "last_change": null,
            "recent_changes": 0,
            "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",
            "name": "French",
            "url": "http://translate.pkp.sfu.ca/projects/ojs/blocks-subscription/fr/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/blocks-subscription/fr/"
        },
        {
            "total": 10,
            "total_words": 33,
            "total_chars": 266,
            "last_change": null,
            "recent_changes": 0,
            "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": "pt",
            "name": "Portuguese",
            "url": "http://translate.pkp.sfu.ca/projects/ojs/blocks-subscription/pt/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/blocks-subscription/pt/"
        },
        {
            "total": 10,
            "total_words": 33,
            "total_chars": 266,
            "last_change": null,
            "recent_changes": 0,
            "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": "zh_Hans",
            "name": "Chinese (Simplified)",
            "url": "http://translate.pkp.sfu.ca/projects/ojs/blocks-subscription/zh_Hans/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/blocks-subscription/zh_Hans/"
        },
        {
            "total": 10,
            "total_words": 33,
            "total_chars": 266,
            "last_change": "2025-04-12T05:02:05.069078Z",
            "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": "mr",
            "name": "Marathi",
            "url": "http://translate.pkp.sfu.ca/projects/ojs/blocks-subscription/mr/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/blocks-subscription/mr/"
        },
        {
            "total": 10,
            "total_words": 33,
            "total_chars": 266,
            "last_change": "2025-04-06T09:00:29.634041Z",
            "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": "et",
            "name": "Estonian",
            "url": "http://translate.pkp.sfu.ca/projects/ojs/blocks-subscription/et/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/blocks-subscription/et/"
        },
        {
            "total": 10,
            "total_words": 33,
            "total_chars": 266,
            "last_change": "2025-10-01T07:39:08.449123Z",
            "recent_changes": 11,
            "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": "lt",
            "name": "Lithuanian",
            "url": "http://translate.pkp.sfu.ca/projects/ojs/blocks-subscription/lt/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/blocks-subscription/lt/"
        }
    ]
}