Translation components API.

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

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

{
    "count": 21,
    "next": null,
    "previous": "https://weblate.rikka.app/api/components/app-ops/ops/statistics/?format=api",
    "results": [
        {
            "total": 111,
            "total_words": 442,
            "last_change": null,
            "recent_changes": 0,
            "translated": 11,
            "translated_words": 37,
            "translated_percent": 9.9,
            "translated_words_percent": 8.3,
            "translated_chars": 331,
            "translated_chars_percent": 10.6,
            "total_chars": 3111,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 11,
            "readonly_percent": 9.9,
            "suggestions": 1,
            "comments": 0,
            "code": "ca",
            "name": "Catalan",
            "url": "https://weblate.rikka.app/projects/app-ops/ops/ca/",
            "translate_url": "https://weblate.rikka.app/translate/app-ops/ops/ca/"
        }
    ]
}