Translation components API.

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

GET /api/translations/xwiki-contrib/feedback-form-application/fr/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "https://l10n.xwiki.org/api/translations/xwiki-contrib/feedback-form-application/fr/units/?format=api",
    "results": [
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/feedback-form-application/fr/?format=api",
            "source": [
                "Please fill in all the required fields"
            ],
            "previous_source": "",
            "target": [
                "Merci de remplir tous les champs obligatoires"
            ],
            "id_hash": -2612337641963728111,
            "content_hash": 6859501623995492624,
            "location": "",
            "context": "feedbackform.wysiwygFieldRequired",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 51,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://l10n.xwiki.org/api/units/564491/?format=api",
            "priority": 100,
            "id": 564543,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-contrib/feedback-form-application/fr/?checksum=5bbf1cc1615ed311",
            "url": "https://l10n.xwiki.org/api/units/564543/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-05-04T20:29:38.645529Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/feedback-form-application/fr/?format=api",
            "source": [
                "Incorrect file type. Accepted types or extensions: {0}"
            ],
            "previous_source": "",
            "target": [
                "Type de fichier incorrect. Types de fichiers acceptés : {0}"
            ],
            "id_hash": -4419985263523444726,
            "content_hash": 123504818342442934,
            "location": "",
            "context": "feedbackform.incorrectFileType",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 52,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://l10n.xwiki.org/api/units/564492/?format=api",
            "priority": 100,
            "id": 564544,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-contrib/feedback-form-application/fr/?checksum=42a90ed22739480a",
            "url": "https://l10n.xwiki.org/api/units/564544/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-05-04T20:29:38.648666Z"
        }
    ]
}