Translation components API.

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

GET /api/translations/tiled/documentation-index/pt/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": "https://hosted.weblate.org/api/translations/tiled/documentation-index/pt/?format=api",
            "source": [
                "Tiled Documentation"
            ],
            "previous_source": "",
            "target": [
                "Documentação do Tiled"
            ],
            "id_hash": 5130157260156380201,
            "content_hash": 5130157260156380201,
            "location": "../../index.rst:2",
            "context": "",
            "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": 2,
            "source_unit": "https://hosted.weblate.org/api/units/21343417/?format=api",
            "priority": 100,
            "id": 11602966,
            "web_url": "https://hosted.weblate.org/translate/tiled/documentation-index/pt/?checksum=c731fad8ed832429",
            "url": "https://hosted.weblate.org/api/units/11602966/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2017-08-04T14:45:47+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/tiled/documentation-index/pt/?format=api",
            "source": [
                "User Manual"
            ],
            "previous_source": "",
            "target": [
                "Manual do Utilizador"
            ],
            "id_hash": -4102791494663077571,
            "content_hash": -4102791494663077571,
            "location": "../../index.rst:8",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/21343415/?format=api",
            "priority": 100,
            "id": 11602968,
            "web_url": "https://hosted.weblate.org/translate/tiled/documentation-index/pt/?checksum=470ff4df851d013d",
            "url": "https://hosted.weblate.org/api/units/11602968/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2017-12-21T13:37:56+01:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/tiled/documentation-index/pt/?format=api",
            "source": [
                "Reference"
            ],
            "previous_source": "",
            "target": [
                "Referência"
            ],
            "id_hash": 8501565157125893437,
            "content_hash": 8501565157125893437,
            "location": "../../index.rst:29",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/21343416/?format=api",
            "priority": 100,
            "id": 11602969,
            "web_url": "https://hosted.weblate.org/translate/tiled/documentation-index/pt/?checksum=f5fba0779953ad3d",
            "url": "https://hosted.weblate.org/api/units/11602969/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2017-08-04T14:45:50+02:00"
        }
    ]
}