Translation components API.

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

GET /api/translations/cacti/glossary/en/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "http://translate.cacti.net/api/translations/cacti/glossary/en/?format=api",
            "source": [
                "Cacti"
            ],
            "previous_source": "",
            "target": [
                "Cacti"
            ],
            "id_hash": 8102289955336213626,
            "content_hash": 8102289955336213626,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "state": 100,
            "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.cacti.net/api/units/529916/?format=api",
            "priority": 100,
            "id": 529916,
            "web_url": "http://translate.cacti.net/translate/cacti/glossary/en/?checksum=f0711dc95f07d47a",
            "url": "http://translate.cacti.net/api/units/529916/?format=api",
            "explanation": "",
            "extra_flags": "forbidden, read-only"
        },
        {
            "translation": "http://translate.cacti.net/api/translations/cacti/glossary/en/?format=api",
            "source": [
                "rule"
            ],
            "previous_source": "",
            "target": [
                "rule"
            ],
            "id_hash": 2632814873100449319,
            "content_hash": 2632814873100449319,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "http://translate.cacti.net/api/units/529918/?format=api",
            "priority": 100,
            "id": 529918,
            "web_url": "http://translate.cacti.net/translate/cacti/glossary/en/?checksum=a489a32d86847627",
            "url": "http://translate.cacti.net/api/units/529918/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "http://translate.cacti.net/api/translations/cacti/glossary/en/?format=api",
            "source": [
                "Cacti"
            ],
            "previous_source": "",
            "target": [
                "Cacti"
            ],
            "id_hash": 8299706564408508973,
            "content_hash": 8299706564408508973,
            "location": "",
            "context": "1",
            "note": "",
            "flags": "",
            "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.cacti.net/api/units/532188/?format=api",
            "priority": 100,
            "id": 532188,
            "web_url": "http://translate.cacti.net/translate/cacti/glossary/en/?checksum=f32e7b25878c022d",
            "url": "http://translate.cacti.net/api/units/532188/?format=api",
            "explanation": "",
            "extra_flags": "read-only"
        }
    ]
}