Translation components API.

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

GET /api/components/ojs/reports-articles/translations/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/components/ojs/reports-articles/translations/?format=api",
    "results": [
        {
            "language": {
                "code": "mr",
                "name": "Marathi",
                "plural": {
                    "id": 206,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mar"
                ],
                "direction": "ltr",
                "population": 92826300,
                "web_url": "http://translate.pkp.sfu.ca/languages/mr/",
                "url": "http://translate.pkp.sfu.ca/api/languages/mr/?format=api",
                "statistics_url": "http://translate.pkp.sfu.ca/api/languages/mr/statistics/?format=api"
            },
            "language_code": "mr",
            "id": 12001,
            "filename": "plugins/reports/articles/locale/mr/locale.po",
            "revision": "03f778ca037f89114aecca659ce4883e29a1cc04,af6112746f7b2113fc0d106c2c198ae17cd28e16",
            "web_url": "http://translate.pkp.sfu.ca/projects/ojs/reports-articles/mr/",
            "share_url": "http://translate.pkp.sfu.ca/engage/ojs/mr/",
            "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/reports-articles/mr/",
            "url": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-articles/mr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 20,
            "translated": 4,
            "translated_words": 20,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-03-15T10:37:23.253170Z",
            "last_author": "Murari P Tapaswi",
            "repository_url": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-articles/mr/repository/?format=api",
            "file_url": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-articles/mr/file/?format=api",
            "statistics_url": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-articles/mr/statistics/?format=api",
            "changes_list_url": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-articles/mr/changes/?format=api",
            "units_list_url": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-articles/mr/units/?format=api"
        }
    ]
}