Translation components API.

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

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

{
    "count": 51,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/kiss/strings/statistics/?format=api",
    "results": [
        {
            "total": 345,
            "total_words": 1327,
            "total_chars": 8225,
            "last_change": "2024-02-27T03:05:52.065977Z",
            "recent_changes": 3,
            "translated": 10,
            "translated_words": 23,
            "translated_percent": 2.8,
            "translated_words_percent": 1.7,
            "translated_chars": 136,
            "translated_chars_percent": 1.6,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 8,
            "readonly_percent": 2.3,
            "readonly_words": 19,
            "readonly_words_percent": 1.4,
            "readonly_chars": 107,
            "readonly_chars_percent": 1.3,
            "suggestions": 0,
            "comments": 0,
            "code": "or",
            "name": "Odia",
            "url": "https://hosted.weblate.org/projects/kiss/strings/or/",
            "translate_url": "https://hosted.weblate.org/translate/kiss/strings/or/"
        }
    ]
}