Translation components API.

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

GET /api/translations/phpmyadmin/sql-parser/fr/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/fr/units/?format=api",
    "results": [
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/sql-parser/fr/?format=api",
            "source": [
                "AS keyword was expected."
            ],
            "previous_source": "",
            "target": [
                "Le mot clé AS était attendu."
            ],
            "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": 64490157,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/sql-parser/fr/?checksum=c1d730b397e113df",
            "url": "https://hosted.weblate.org/api/units/64490157/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-12-29T20:14:58.612339+01:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/sql-parser/fr/?format=api",
            "source": [
                "Subquery of the CTE was expected."
            ],
            "previous_source": "",
            "target": [
                "Une sous-requête du CTE était attendue."
            ],
            "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": 64490158,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/sql-parser/fr/?checksum=7bb23fefc93335db",
            "url": "https://hosted.weblate.org/api/units/64490158/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-12-29T20:14:58.620795+01:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/sql-parser/fr/?format=api",
            "source": [
                "Unexpected end of the WITH CTE."
            ],
            "previous_source": "",
            "target": [
                "Fin inattendue du 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": 64490159,
            "web_url": "https://hosted.weblate.org/translate/phpmyadmin/sql-parser/fr/?checksum=4f23d80771930bb9",
            "url": "https://hosted.weblate.org/api/units/64490159/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-12-29T20:14:58.628937+01:00",
            "last_updated": "2023-05-23T12:28:47.723593+02:00"
        }
    ]
}