Translation components API.

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

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

{
    "count": 203,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/sdaps/master/en/units/?format=api&page=4",
    "results": [
        {
            "translation": "https://hosted.weblate.org/api/translations/sdaps/master/en/?format=api",
            "source": [
                "Filename to store the data to (default: data_%%i.feather)"
            ],
            "previous_source": "",
            "target": [
                "Filename to store the data to (default: data_%%i.feather)"
            ],
            "id_hash": 8219521352096310245,
            "content_hash": 8219521352096310245,
            "location": "sdaps/cmdline/feather.py:38",
            "context": "",
            "note": "",
            "flags": "python-format",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 56,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 8,
            "source_unit": "https://hosted.weblate.org/api/units/68889039/?format=api",
            "priority": 100,
            "id": 68889039,
            "web_url": "https://hosted.weblate.org/translate/sdaps/master/en/?checksum=f2119b1eef7063e5",
            "url": "https://hosted.weblate.org/api/units/68889039/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-14T21:02:54.136933+01:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/sdaps/master/en/?format=api",
            "source": [
                "Generated string for LaTeX contains unicode characters. This is likely fine!"
            ],
            "previous_source": "",
            "target": [
                "Generated string for LaTeX contains unicode characters. This is likely fine!"
            ],
            "id_hash": -1942867592438672366,
            "content_hash": -1942867592438672366,
            "location": "sdaps/utils/latex.py:76",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 140,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 11,
            "source_unit": "https://hosted.weblate.org/api/units/97335374/?format=api",
            "priority": 100,
            "id": 97335374,
            "web_url": "https://hosted.weblate.org/translate/sdaps/master/en/?checksum=65098c37eb131412",
            "url": "https://hosted.weblate.org/api/units/97335374/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-20T18:49:04.168836+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/sdaps/master/en/?format=api",
            "source": [
                "Failed to delete file {}: {}"
            ],
            "previous_source": "",
            "target": [
                "Failed to delete file {}: {}"
            ],
            "id_hash": 4964529288489877206,
            "content_hash": 4964529288489877206,
            "location": "sdaps/reset/__init__.py:55",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 174,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 6,
            "source_unit": "https://hosted.weblate.org/api/units/97335376/?format=api",
            "priority": 100,
            "id": 97335376,
            "web_url": "https://hosted.weblate.org/translate/sdaps/master/en/?checksum=c4e58d15ad763ed6",
            "url": "https://hosted.weblate.org/api/units/97335376/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-04-20T18:49:04.537874+02:00"
        }
    ]
}