Translation components API.

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

GET /api/translations/sumwars/joringsbridge/en/units/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 102,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/sumwars/joringsbridge/en/units/?format=api&page=2",
    "results": [
        {
            "translation": "https://hosted.weblate.org/api/translations/sumwars/joringsbridge/en/?format=api",
            "source": [
                "I'm sorry, good man."
            ],
            "previous_source": "",
            "target": [
                "I'm sorry, good man."
            ],
            "id_hash": -3921331310025021873,
            "content_hash": -3921331310025021873,
            "location": "joringsbridge.xml:383",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 101,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/254264/?format=api",
            "priority": 100,
            "id": 254264,
            "web_url": "https://hosted.weblate.org/translate/sumwars/joringsbridge/en/?checksum=4994a1f31b57664f",
            "url": "https://hosted.weblate.org/api/units/254264/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2013-10-18T13:20:45+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/sumwars/joringsbridge/en/?format=api",
            "source": [
                "I will pray that your family is safe long enough."
            ],
            "previous_source": "",
            "target": [
                "I will pray that your family is safe long enough."
            ],
            "id_hash": -1396063139486275356,
            "content_hash": -1396063139486275356,
            "location": "joringsbridge.xml:384",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 102,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://hosted.weblate.org/api/units/254265/?format=api",
            "priority": 100,
            "id": 254265,
            "web_url": "https://hosted.weblate.org/translate/sumwars/joringsbridge/en/?checksum=6ca02ff8a6e768e4",
            "url": "https://hosted.weblate.org/api/units/254265/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2013-10-18T13:20:43+02:00"
        }
    ]
}