Translation components API.

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

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

{
    "count": 22,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/components/yast-caasp/master/statistics/?format=api",
    "results": [
        {
            "total": 20,
            "total_words": 188,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 1133,
            "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": "pt",
            "name": "Portuguese",
            "url": "https://l10n.opensuse.org/projects/yast-caasp/master/pt/",
            "translate_url": "https://l10n.opensuse.org/translate/yast-caasp/master/pt/"
        },
        {
            "total": 20,
            "total_words": 188,
            "last_change": "2023-01-14T15:37:23.099569Z",
            "recent_changes": 13,
            "translated": 12,
            "translated_words": 36,
            "translated_percent": 60.0,
            "translated_words_percent": 19.1,
            "translated_chars": 279,
            "translated_chars_percent": 24.6,
            "total_chars": 1133,
            "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": "ka",
            "name": "Georgian",
            "url": "https://l10n.opensuse.org/projects/yast-caasp/master/ka/",
            "translate_url": "https://l10n.opensuse.org/translate/yast-caasp/master/ka/"
        }
    ]
}