Translation components API.

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

GET /api/components/ojs/generic-htmlArticleGalley/statistics/?page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 43,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/components/ojs/generic-htmlArticleGalley/statistics/?page=2",
    "results": [
        {
            "total": 2,
            "total_words": 12,
            "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": 83,
            "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": "dsb",
            "name": "Lower Sorbian",
            "url": "http://translate.pkp.sfu.ca/projects/ojs/generic-htmlArticleGalley/dsb/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/generic-htmlArticleGalley/dsb/"
        },
        {
            "total": 2,
            "total_words": 12,
            "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": 83,
            "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": "hsb",
            "name": "Upper Sorbian",
            "url": "http://translate.pkp.sfu.ca/projects/ojs/generic-htmlArticleGalley/hsb/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/generic-htmlArticleGalley/hsb/"
        },
        {
            "total": 2,
            "total_words": 12,
            "last_change": "2023-06-01T13:40:56.567842Z",
            "recent_changes": 2,
            "translated": 2,
            "translated_words": 12,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 83,
            "translated_chars_percent": 100.0,
            "total_chars": 83,
            "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": "az",
            "name": "Azerbaijani",
            "url": "http://translate.pkp.sfu.ca/projects/ojs/generic-htmlArticleGalley/az/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/generic-htmlArticleGalley/az/"
        }
    ]
}