Translation components API.

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

GET /api/components/pkp-lib/common/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/pkp-lib/common/statistics/?format=api",
    "results": [
        {
            "total": 706,
            "total_words": 2962,
            "total_chars": 19116,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.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": "tl",
            "name": "Tagalog",
            "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/common/tl/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/common/tl/"
        },
        {
            "total": 706,
            "total_words": 2962,
            "total_chars": 19116,
            "last_change": "2024-02-13T20:19:10.464545Z",
            "recent_changes": 3,
            "translated": 705,
            "translated_words": 2957,
            "translated_percent": 99.8,
            "translated_words_percent": 99.8,
            "translated_chars": 19080,
            "translated_chars_percent": 99.8,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 0.1,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "cnr",
            "name": "Montenegrin",
            "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/common/cnr/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/common/cnr/"
        },
        {
            "total": 706,
            "total_words": 2962,
            "total_chars": 19116,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.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": "lol",
            "name": "Mongo",
            "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/common/lol/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/common/lol/"
        }
    ]
}