Translation components API.

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

GET /api/components/diyseeds-org-pages/translate/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 139,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "http://translate.diyseeds.org/languages/en/",
                "url": "http://translate.diyseeds.org/api/languages/en/?format=api",
                "statistics_url": "http://translate.diyseeds.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 776,
            "filename": "",
            "revision": "",
            "web_url": "http://translate.diyseeds.org/projects/diyseeds-org-pages/translate/en/",
            "share_url": "http://translate.diyseeds.org/engage/diyseeds-org-pages/en/",
            "translate_url": "http://translate.diyseeds.org/translate/diyseeds-org-pages/translate/en/",
            "url": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/translate/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 49,
            "total_words": 1372,
            "translated": 49,
            "translated_words": 1372,
            "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": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/translate/en/repository/?format=api",
            "file_url": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/translate/en/file/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/translate/en/statistics/?format=api",
            "changes_list_url": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/translate/en/changes/?format=api",
            "units_list_url": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/translate/en/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 185,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "web_url": "http://translate.diyseeds.org/languages/fr/",
                "url": "http://translate.diyseeds.org/api/languages/fr/?format=api",
                "statistics_url": "http://translate.diyseeds.org/api/languages/fr/statistics/?format=api"
            },
            "language_code": "fr",
            "id": 777,
            "filename": "fr/post-types/page/translate.po",
            "revision": "3eef5c78ffaf7d4912c38451e6084080e652d6a4",
            "web_url": "http://translate.diyseeds.org/projects/diyseeds-org-pages/translate/fr/",
            "share_url": "http://translate.diyseeds.org/engage/diyseeds-org-pages/fr/",
            "translate_url": "http://translate.diyseeds.org/translate/diyseeds-org-pages/translate/fr/",
            "url": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/translate/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 49,
            "total_words": 1372,
            "translated": 49,
            "translated_words": 1372,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 109,
            "failing_checks_percent": 4.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/translate/fr/repository/?format=api",
            "file_url": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/translate/fr/file/?format=api",
            "statistics_url": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/translate/fr/statistics/?format=api",
            "changes_list_url": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/translate/fr/changes/?format=api",
            "units_list_url": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/translate/fr/units/?format=api"
        }
    ]
}