Translation components API.

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

GET /api/components/pdfcreator-online/glossary/translations/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 21,
    "next": null,
    "previous": "https://translate.pdfforge.org/api/components/pdfcreator-online/glossary/translations/?format=api",
    "results": [
        {
            "language": {
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 231,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "web_url": "https://translate.pdfforge.org/languages/sv/",
                "url": "https://translate.pdfforge.org/api/languages/sv/?format=api",
                "statistics_url": "https://translate.pdfforge.org/api/languages/sv/statistics/?format=api"
            },
            "language_code": "sv",
            "id": 444,
            "filename": "sv.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translate.pdfforge.org/projects/pdfcreator-online/glossary/sv/",
            "share_url": "https://translate.pdfforge.org/engage/pdfcreator-online/sv/",
            "translate_url": "https://translate.pdfforge.org/translate/pdfcreator-online/glossary/sv/",
            "url": "https://translate.pdfforge.org/api/translations/pdfcreator-online/glossary/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.pdfforge.org/api/translations/pdfcreator-online/glossary/sv/repository/?format=api",
            "file_url": "https://translate.pdfforge.org/api/translations/pdfcreator-online/glossary/sv/file/?format=api",
            "statistics_url": "https://translate.pdfforge.org/api/translations/pdfcreator-online/glossary/sv/statistics/?format=api",
            "changes_list_url": "https://translate.pdfforge.org/api/translations/pdfcreator-online/glossary/sv/changes/?format=api",
            "units_list_url": "https://translate.pdfforge.org/api/translations/pdfcreator-online/glossary/sv/units/?format=api"
        }
    ]
}