Translation components API.

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

GET /api/translations/ojs/generic-driver/nl/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-driver/nl/?format=api",
            "source": [
                "DRIVER"
            ],
            "previous_source": "",
            "target": [
                "DRIVER"
            ],
            "id_hash": 6534883643016254381,
            "content_hash": -5361650410831606580,
            "location": "",
            "context": "plugins.generic.driver.displayName",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "http://translate.pkp.sfu.ca/api/units/405474/?format=api",
            "priority": 100,
            "id": 135469,
            "web_url": "http://translate.pkp.sfu.ca/translate/ojs/generic-driver/nl/?checksum=dab0920cce7e93ad",
            "url": "http://translate.pkp.sfu.ca/api/units/135469/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-11-19T11:43:43.599552Z"
        },
        {
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-driver/nl/?format=api",
            "source": [
                "The DRIVER plugin extends the OAI-PMH interface according to the DRIVER Guidelines 2.0, helping OJS journals to become DRIVER compliant."
            ],
            "previous_source": "",
            "target": [
                "De DRIVER plugin breidt de OAI-PMH interface uit overeenkomstig de DRIVER Guidelines 2.0, waardoor OJS tijdschriften DRIVER compliant worden."
            ],
            "id_hash": -931844742675033936,
            "content_hash": 542582312556399413,
            "location": "",
            "context": "plugins.generic.driver.description",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 20,
            "source_unit": "http://translate.pkp.sfu.ca/api/units/405475/?format=api",
            "priority": 100,
            "id": 135470,
            "web_url": "http://translate.pkp.sfu.ca/translate/ojs/generic-driver/nl/?checksum=73116c24c70a10b0",
            "url": "http://translate.pkp.sfu.ca/api/units/135470/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-11-19T11:43:43.618031Z"
        }
    ]
}