Translation components API.

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

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

{
    "count": 61,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/components/zypper/master/statistics/?format=api&page=3",
    "results": [
        {
            "total": 1285,
            "total_words": 9218,
            "last_change": "2024-04-02T04:41:20.761386Z",
            "recent_changes": 2,
            "translated": 90,
            "translated_words": 472,
            "translated_percent": 7.0,
            "translated_words_percent": 5.1,
            "translated_chars": 3512,
            "translated_chars_percent": 5.4,
            "total_chars": 64807,
            "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": "mk",
            "name": "Macedonian",
            "url": "https://l10n.opensuse.org/projects/zypper/master/mk/",
            "translate_url": "https://l10n.opensuse.org/translate/zypper/master/mk/"
        }
    ]
}