Translation components API.

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

GET /api/translations/phpmyadmin/sql-parser/ja/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/phpmyadmin/sql-parser/ja/units/?format=api",
    "results": [
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/sql-parser/ja/?format=api",
            "source": [
                "AS keyword was expected."
            ],
            "previous_source": "",
            "target": [
                "キーワード AS が必要です。"
            ],
            "id_hash": 4744314280363496415,
            "content_hash": 4744314280363496415,
            "location": "src/Statements/WithStatement.php:137",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 51,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://hosted.weblate.org/api/units/64490053/?format=api",
            "priority": 100,
            "id": 64490205,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/sql-parser/ja/?checksum=c1d730b397e113df",
            "url": "https://hosted.weblate.org/api/units/64490205/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-12-29T20:16:02.896103+01:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/sql-parser/ja/?format=api",
            "source": [
                "Subquery of the CTE was expected."
            ],
            "previous_source": "",
            "target": [
                "CTE のサブクエリが必要です。"
            ],
            "id_hash": -310115125229832741,
            "content_hash": -310115125229832741,
            "location": "src/Statements/WithStatement.php:149",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 52,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://hosted.weblate.org/api/units/64490054/?format=api",
            "priority": 100,
            "id": 64490206,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/sql-parser/ja/?checksum=7bb23fefc93335db",
            "url": "https://hosted.weblate.org/api/units/64490206/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-12-29T20:16:02.904186+01:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/sql-parser/ja/?format=api",
            "source": [
                "Unexpected end of the WITH CTE."
            ],
            "previous_source": "",
            "target": [
                "WITH CTE が予期せず終了しました。"
            ],
            "id_hash": -3520732957191763015,
            "content_hash": -3520732957191763015,
            "location": "src/Statements/WithStatement.php:266",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 53,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://hosted.weblate.org/api/units/64490055/?format=api",
            "priority": 100,
            "id": 64490207,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/sql-parser/ja/?checksum=4f23d80771930bb9",
            "url": "https://hosted.weblate.org/api/units/64490207/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-12-29T20:16:02.913700+01:00"
        }
    ]
}