Translation components API.

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

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

{
    "count": 52,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/components/ojs/importexport-pubmed/statistics/?format=api",
    "results": [
        {
            "total": 13,
            "total_words": 84,
            "total_chars": 661,
            "last_change": "2025-04-05T17:56:24.664914Z",
            "recent_changes": 11,
            "translated": 11,
            "translated_words": 62,
            "translated_percent": 84.6,
            "translated_words_percent": 73.8,
            "translated_chars": 479,
            "translated_chars_percent": 72.4,
            "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/importexport-pubmed/et/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/importexport-pubmed/et/"
        },
        {
            "total": 13,
            "total_words": 84,
            "total_chars": 661,
            "last_change": "2025-10-01T12:02:12.100416Z",
            "recent_changes": 13,
            "translated": 13,
            "translated_words": 84,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 661,
            "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/importexport-pubmed/lt/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/importexport-pubmed/lt/"
        }
    ]
}