Translation components API.

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

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

{
    "count": 51,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/statistics/?format=api",
    "results": [
        {
            "total": 3,
            "total_words": 12,
            "total_chars": 81,
            "last_change": "2024-10-19T16:28:46.926006Z",
            "recent_changes": 4,
            "translated": 3,
            "translated_words": 12,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 81,
            "translated_chars_percent": 100.0,
            "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": "th",
            "name": "Thai",
            "url": "http://translate.pkp.sfu.ca/projects/ojs/blocks-developedBy/th/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/blocks-developedBy/th/"
        }
    ]
}