Translation components API.

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

GET /api/components/opensourcepos/common/statistics/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 43,
    "next": null,
    "previous": "https://translate.opensourcepos.org/api/components/opensourcepos/common/statistics/?format=api&page=2",
    "results": [
        {
            "total": 85,
            "total_words": 179,
            "last_change": null,
            "recent_changes": 0,
            "translated": 85,
            "translated_words": 179,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 954,
            "translated_chars_percent": 100.0,
            "total_chars": 954,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 16,
            "failing_percent": 18.8,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 13,
            "readonly_percent": 15.2,
            "suggestions": 0,
            "comments": 0,
            "code": "ka",
            "name": "Georgian",
            "url": "https://translate.opensourcepos.org/projects/opensourcepos/common/ka/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/common/ka/"
        },
        {
            "total": 85,
            "total_words": 179,
            "last_change": null,
            "recent_changes": 0,
            "translated": 78,
            "translated_words": 168,
            "translated_percent": 91.7,
            "translated_words_percent": 93.8,
            "translated_chars": 907,
            "translated_chars_percent": 95.0,
            "total_chars": 954,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 13,
            "readonly_percent": 15.2,
            "suggestions": 0,
            "comments": 0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "https://translate.opensourcepos.org/projects/opensourcepos/common/uk/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/common/uk/"
        },
        {
            "total": 85,
            "total_words": 179,
            "last_change": "2024-12-13T00:06:55.722573Z",
            "recent_changes": 1,
            "translated": 15,
            "translated_words": 6,
            "translated_percent": 17.6,
            "translated_words_percent": 3.3,
            "translated_chars": 21,
            "translated_chars_percent": 2.2,
            "total_chars": 954,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 13,
            "readonly_percent": 15.2,
            "suggestions": 0,
            "comments": 0,
            "code": "ur",
            "name": "Urdu",
            "url": "https://translate.opensourcepos.org/projects/opensourcepos/common/ur/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/common/ur/"
        }
    ]
}