Translation components API.

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

GET /api/translations/omp/author/nb_NO/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/omp/author/nb_NO/?format=api",
            "source": [
                "This press is not accepting submissions at this time."
            ],
            "previous_source": "",
            "target": [
                "Denne utgiveren tar for øyeblikket ikke imot innleveringer."
            ],
            "id_hash": -7297358251204559105,
            "content_hash": 410510134379601570,
            "location": "",
            "context": "author.submit.notAccepting",
            "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": 9,
            "source_unit": "http://translate.pkp.sfu.ca/api/units/408350/?format=api",
            "priority": 100,
            "id": 237033,
            "web_url": "http://translate.pkp.sfu.ca/translate/omp/author/nb_NO/?checksum=1aba9355662fbeff",
            "url": "http://translate.pkp.sfu.ca/api/units/237033/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-11-19T12:27:19.077819Z"
        },
        {
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/author/nb_NO/?format=api",
            "source": [
                "New Submission"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5974000028384112381,
            "content_hash": 3978328546121615369,
            "location": "",
            "context": "author.submit",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "http://translate.pkp.sfu.ca/api/units/411379/?format=api",
            "priority": 100,
            "id": 353086,
            "web_url": "http://translate.pkp.sfu.ca/translate/omp/author/nb_NO/?checksum=2d1816a033fdd103",
            "url": "http://translate.pkp.sfu.ca/api/units/353086/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-01-25T21:04:21.476368Z"
        }
    ]
}