Translation components API.

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

GET /api/translations/flarum/fof-disposable-emails/km/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://weblate.rob006.net/api/translations/flarum/fof-disposable-emails/km/?format=api",
            "source": [
                "You may not use a disposable email."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -652209328631166800,
            "content_hash": -5390831185709035627,
            "location": "",
            "context": "fof-email-checker.error.disposable_email_message",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://weblate.rob006.net/api/units/221273/?format=api",
            "priority": 100,
            "id": 715355,
            "web_url": "https://weblate.rob006.net/translate/flarum/fof-disposable-emails/km/?checksum=76f2e31237be48b0",
            "url": "https://weblate.rob006.net/api/units/715355/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-05-16T12:03:53.586410Z"
        }
    ]
}