Translation components API.

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

GET /api/components/opensourcepos/sales/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/sales/statistics/?format=api&page=2",
    "results": [
        {
            "total": 222,
            "total_words": 569,
            "last_change": null,
            "recent_changes": 0,
            "translated": 213,
            "translated_words": 545,
            "translated_percent": 95.9,
            "translated_words_percent": 95.7,
            "translated_chars": 3206,
            "translated_chars_percent": 95.3,
            "total_chars": 3363,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 12,
            "failing_percent": 5.4,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 21,
            "readonly_percent": 9.4,
            "suggestions": 0,
            "comments": 0,
            "code": "uk",
            "name": "Ukrainian",
            "url": "https://translate.opensourcepos.org/projects/opensourcepos/sales/uk/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/sales/uk/"
        },
        {
            "total": 222,
            "total_words": 569,
            "last_change": "2024-12-13T00:13:00.867467Z",
            "recent_changes": 1,
            "translated": 35,
            "translated_words": 37,
            "translated_percent": 15.7,
            "translated_words_percent": 6.5,
            "translated_chars": 275,
            "translated_chars_percent": 8.1,
            "total_chars": 3363,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 11,
            "failing_percent": 4.9,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 21,
            "readonly_percent": 9.4,
            "suggestions": 0,
            "comments": 0,
            "code": "ur",
            "name": "Urdu",
            "url": "https://translate.opensourcepos.org/projects/opensourcepos/sales/ur/",
            "translate_url": "https://translate.opensourcepos.org/translate/opensourcepos/sales/ur/"
        }
    ]
}