Translation components API.

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

GET /api/translations/store/language/ka/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://l10n.elementary.io/api/translations/store/language/ka/?format=api",
            "source": [
                "Unknown language code %{code}"
            ],
            "previous_source": "",
            "target": [
                "უცნობი ენის კოდი %{code}"
            ],
            "id_hash": -1092373317616222419,
            "content_hash": -1092373317616222419,
            "location": "lib/store_web/controllers/language_controller.ex:30",
            "context": "",
            "note": "",
            "flags": "elixir-autogen, elixir-format",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://l10n.elementary.io/api/units/2844929/?format=api",
            "priority": 100,
            "id": 2844951,
            "web_url": "https://l10n.elementary.io/translate/store/language/ka/?checksum=70d71c41595ebf2d",
            "url": "https://l10n.elementary.io/api/units/2844951/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-24T19:18:23.051810Z"
        },
        {
            "translation": "https://l10n.elementary.io/api/translations/store/language/ka/?format=api",
            "source": [
                "Your language has been set to %{language}"
            ],
            "previous_source": "",
            "target": [
                "თქვენი ენა ახლა დაყენებულია მნიშვნელობაზე %{language}"
            ],
            "id_hash": 9172845423607117659,
            "content_hash": 9172845423607117659,
            "location": "lib/store_web/controllers/language_controller.ex:21",
            "context": "",
            "note": "",
            "flags": "elixir-autogen, elixir-format",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.elementary.io/api/units/2844930/?format=api",
            "priority": 100,
            "id": 2844952,
            "web_url": "https://l10n.elementary.io/translate/store/language/ka/?checksum=ff4c7e501dab775b",
            "url": "https://l10n.elementary.io/api/units/2844952/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-24T19:18:23.065995Z"
        }
    ]
}