Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 115,
            "total_words": 934,
            "total_chars": 5380,
            "last_change": null,
            "recent_changes": 0,
            "translated": 115,
            "translated_words": 934,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5380,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 3,
            "failing_percent": 2.6,
            "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/pkp-lib/invitation/en/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/invitation/en/"
        },
        {
            "total": 115,
            "total_words": 934,
            "total_chars": 5380,
            "last_change": "2025-09-10T15:22:05.129818Z",
            "recent_changes": 74,
            "translated": 72,
            "translated_words": 374,
            "translated_percent": 62.6,
            "translated_words_percent": 40.0,
            "translated_chars": 2142,
            "translated_chars_percent": 39.8,
            "fuzzy": 1,
            "fuzzy_percent": 0.8,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "eu",
            "name": "Basque",
            "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/invitation/eu/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/invitation/eu/"
        },
        {
            "total": 115,
            "total_words": 934,
            "total_chars": 5380,
            "last_change": "2025-09-10T19:37:02.511860Z",
            "recent_changes": 121,
            "translated": 115,
            "translated_words": 934,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 5380,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 4,
            "failing_percent": 3.4,
            "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/pkp-lib/invitation/cs/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/invitation/cs/"
        },
        {
            "total": 115,
            "total_words": 934,
            "total_chars": 5380,
            "last_change": "2025-09-10T18:55:44.142947Z",
            "recent_changes": 31,
            "translated": 29,
            "translated_words": 227,
            "translated_percent": 25.2,
            "translated_words_percent": 24.3,
            "translated_chars": 1313,
            "translated_chars_percent": 24.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": "uk",
            "name": "Ukrainian",
            "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/invitation/uk/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/invitation/uk/"
        }
    ]
}