Translation components API.

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

GET /api/translations/linphone-iphone/account/cs/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 21,
    "next": null,
    "previous": "https://weblate.linphone.org/api/translations/linphone-iphone/account/cs/units/?format=api",
    "results": [
        {
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/account/cs/?format=api",
            "source": "Publish presence information",
            "previous_source": "",
            "target": "Zveřejnění informací o přítomnosti",
            "id_hash": 7245080068733112208,
            "content_hash": -4470553252831789698,
            "location": "",
            "context": "Push Presence",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "priority": 100,
            "id": 219349,
            "web_url": "https://weblate.linphone.org/translate/linphone-iphone/account/cs/?checksum=e48bb1efba198f90",
            "url": "https://weblate.linphone.org/api/units/219349/?format=api"
        }
    ]
}