Translation components API.

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

GET /api/components/ojs/blocks-information/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/blocks-information/statistics/?format=api",
    "results": [
        {
            "total": 3,
            "total_words": 9,
            "total_chars": 74,
            "last_change": "2023-05-31T21:30:12.727047Z",
            "recent_changes": 3,
            "translated": 3,
            "translated_words": 9,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 74,
            "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-information/az/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/blocks-information/az/"
        },
        {
            "total": 3,
            "total_words": 9,
            "total_chars": 74,
            "last_change": "2023-11-15T08:32:07.123690Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 33.3,
            "translated_words_percent": 11.1,
            "translated_chars": 11,
            "translated_chars_percent": 14.8,
            "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": "se",
            "name": "Sami (Northern)",
            "url": "http://translate.pkp.sfu.ca/projects/ojs/blocks-information/se/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/blocks-information/se/"
        },
        {
            "total": 3,
            "total_words": 9,
            "total_chars": 74,
            "last_change": "2024-01-02T11:03:56.485208Z",
            "recent_changes": 3,
            "translated": 3,
            "translated_words": 9,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 74,
            "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/blocks-information/ky/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/blocks-information/ky/"
        }
    ]
}