Translation components API.

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

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

{
    "count": 42,
    "next": null,
    "previous": "https://translate.opensourcepos.org/api/components/opensourcepos/cashups/statistics/?format=api&page=2",
    "results": [
        {
            "total": 46,
            "total_words": 102,
            "last_change": null,
            "recent_changes": 0,
            "translated": 46,
            "translated_words": 102,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 575,
            "translated_chars_percent": 100.0,
            "total_chars": 575,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 10,
            "readonly_percent": 21.7,
            "suggestions": 0,
            "comments": 0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "https://translate.opensourcepos.org/projects/opensourcepos/cashups/uk/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/cashups/uk/"
        },
        {
            "total": 46,
            "total_words": 102,
            "last_change": "2024-12-13T00:09:22.562489Z",
            "recent_changes": 1,
            "translated": 11,
            "translated_words": 1,
            "translated_percent": 23.9,
            "translated_words_percent": 0.9,
            "translated_chars": 6,
            "translated_chars_percent": 1.0,
            "total_chars": 575,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 10,
            "readonly_percent": 21.7,
            "suggestions": 0,
            "comments": 0,
            "code": "ur",
            "name": "Urdu",
            "url": "https://translate.opensourcepos.org/projects/opensourcepos/cashups/ur/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/cashups/ur/"
        }
    ]
}