Translation components API.

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

GET /api/components/plugins/credit/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 6,
            "total_words": 57,
            "total_chars": 401,
            "last_change": null,
            "recent_changes": 0,
            "translated": 6,
            "translated_words": 57,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 401,
            "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": "en",
            "name": "English",
            "url": "http://translate.pkp.sfu.ca/projects/plugins/credit/en/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/plugins/credit/en/"
        },
        {
            "total": 6,
            "total_words": 57,
            "total_chars": 401,
            "last_change": "2024-04-19T13:44:42.139328Z",
            "recent_changes": 10,
            "translated": 6,
            "translated_words": 57,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 401,
            "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": "es",
            "name": "Spanish",
            "url": "http://translate.pkp.sfu.ca/projects/plugins/credit/es/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/plugins/credit/es/"
        },
        {
            "total": 6,
            "total_words": 57,
            "total_chars": 401,
            "last_change": "2024-04-11T03:09:23.715059Z",
            "recent_changes": 6,
            "translated": 6,
            "translated_words": 57,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 401,
            "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": "cs",
            "name": "Czech",
            "url": "http://translate.pkp.sfu.ca/projects/plugins/credit/cs/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/plugins/credit/cs/"
        },
        {
            "total": 6,
            "total_words": 57,
            "total_chars": 401,
            "last_change": "2024-04-15T08:06:52.745772Z",
            "recent_changes": 6,
            "translated": 6,
            "translated_words": 57,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 401,
            "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": "sl",
            "name": "Slovenian",
            "url": "http://translate.pkp.sfu.ca/projects/plugins/credit/sl/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/plugins/credit/sl/"
        },
        {
            "total": 6,
            "total_words": 57,
            "total_chars": 401,
            "last_change": "2024-04-19T13:45:00.615713Z",
            "recent_changes": 8,
            "translated": 6,
            "translated_words": 57,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 401,
            "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": "ca",
            "name": "Catalan",
            "url": "http://translate.pkp.sfu.ca/projects/plugins/credit/ca/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/plugins/credit/ca/"
        }
    ]
}