Translation components API.

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

GET /api/components/opensourcepos/datepicker/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/datepicker/statistics/?format=api&page=2",
    "results": [
        {
            "total": 20,
            "total_words": 44,
            "last_change": null,
            "recent_changes": 0,
            "translated": 20,
            "translated_words": 44,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 215,
            "translated_chars_percent": 100.0,
            "total_chars": 215,
            "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": "https://translate.opensourcepos.org/projects/opensourcepos/datepicker/uk/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/datepicker/uk/"
        },
        {
            "total": 20,
            "total_words": 44,
            "last_change": "2024-12-13T00:12:21.989803Z",
            "recent_changes": 1,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 5.0,
            "translated_words_percent": 4.5,
            "translated_chars": 8,
            "translated_chars_percent": 3.7,
            "total_chars": 215,
            "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": "ur",
            "name": "Urdu",
            "url": "https://translate.opensourcepos.org/projects/opensourcepos/datepicker/ur/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/datepicker/ur/"
        }
    ]
}