Translation components API.

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

GET /api/translations/opensourcepos/sales/km/units/?format=api&page=12
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 222,
    "next": null,
    "previous": "https://translate.opensourcepos.org/api/translations/opensourcepos/sales/km/units/?format=api&page=11",
    "results": [
        {
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/sales/km/?format=api",
            "source": [
                "Work Order sent to"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8723223796903376482,
            "content_hash": -2726422059144932667,
            "location": "",
            "context": "work_order_sent",
            "note": "",
            "flags": "",
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 221,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate.opensourcepos.org/api/units/252161/?format=api",
            "priority": 100,
            "id": 265305,
            "web_url": "https://translate.opensourcepos.org/translate/opensourcepos/sales/km/?checksum=f90f1dd35ea8f662",
            "url": "https://translate.opensourcepos.org/api/units/265305/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-09-08T08:51:40.546566Z"
        },
        {
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/sales/km/?format=api",
            "source": [
                "Work Order failed to be sent to"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8357506139479840296,
            "content_hash": 4526825732568134089,
            "location": "",
            "context": "work_order_unsent",
            "note": "",
            "flags": "",
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 222,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate.opensourcepos.org/api/units/252162/?format=api",
            "priority": 100,
            "id": 265306,
            "web_url": "https://translate.opensourcepos.org/translate/opensourcepos/sales/km/?checksum=0c042c72342869d8",
            "url": "https://translate.opensourcepos.org/api/units/265306/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-09-08T08:51:40.575627Z"
        }
    ]
}