Translation components API.

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

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

{
    "count": 53,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/components/ojs/themes-default/statistics/?format=api",
    "results": [
        {
            "total": 24,
            "total_words": 191,
            "total_chars": 1189,
            "last_change": "2023-05-05T08:20:03.015571Z",
            "recent_changes": 29,
            "translated": 24,
            "translated_words": 191,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1189,
            "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": "el",
            "name": "Greek",
            "url": "http://translate.pkp.sfu.ca/projects/ojs/themes-default/el/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/themes-default/el/"
        },
        {
            "total": 24,
            "total_words": 191,
            "total_chars": 1189,
            "last_change": "2023-06-03T07:29:27.545365Z",
            "recent_changes": 1,
            "translated": 24,
            "translated_words": 191,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1189,
            "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/themes-default/az/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/themes-default/az/"
        },
        {
            "total": 24,
            "total_words": 191,
            "total_chars": 1189,
            "last_change": "2024-04-15T10:15:04.851834Z",
            "recent_changes": 25,
            "translated": 24,
            "translated_words": 191,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1189,
            "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": "ky",
            "name": "Kyrgyz",
            "url": "http://translate.pkp.sfu.ca/projects/ojs/themes-default/ky/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/themes-default/ky/"
        }
    ]
}