Translation components API.

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

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

{
    "count": 41,
    "next": null,
    "previous": "https://translate.opensourcepos.org/api/translations/opensourcepos/employees/ro/units/?format=api&page=2",
    "results": [
        {
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/employees/ro/?format=api",
            "source": [
                "Username is a required field."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1075370019686705796,
            "content_hash": -3540205923447591039,
            "location": "",
            "context": "username_required",
            "note": "",
            "flags": "",
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 41,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translate.opensourcepos.org/api/units/218066/?format=api",
            "priority": 100,
            "id": 222146,
            "web_url": "https://translate.opensourcepos.org/translate/opensourcepos/employees/ro/?checksum=711384aa2678157c",
            "url": "https://translate.opensourcepos.org/api/units/222146/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-09-07T23:54:36.564318Z"
        }
    ]
}