Translation components API.

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

GET /api/components/geoserver/community-netcdf-ghrsst/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": {
                "id": 140,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 140,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.osgeo.org/languages/en/",
                "url": "https://weblate.osgeo.org/api/languages/en/?format=api",
                "statistics_url": "https://weblate.osgeo.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 6348,
            "filename": "src/community/netcdf-ghrsst/src/main/resources/GeoServerApplication.properties",
            "revision": "33685ae299b365cf4b68f26adca8537bad69f32b,33685ae299b365cf4b68f26adca8537bad69f32b",
            "web_url": "https://weblate.osgeo.org/projects/geoserver/community-netcdf-ghrsst/en/",
            "share_url": "https://weblate.osgeo.org/engage/geoserver/-/en/",
            "translate_url": "https://weblate.osgeo.org/translate/geoserver/community-netcdf-ghrsst/en/",
            "url": "https://weblate.osgeo.org/api/translations/geoserver/community-netcdf-ghrsst/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 6,
            "total_words": 12,
            "translated": 6,
            "translated_words": 12,
            "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": "2025-02-16T10:34:36.208928Z",
            "last_author": "Alexandre Gacon",
            "repository_url": "https://weblate.osgeo.org/api/translations/geoserver/community-netcdf-ghrsst/en/repository/?format=api",
            "file_url": "https://weblate.osgeo.org/api/translations/geoserver/community-netcdf-ghrsst/en/file/?format=api",
            "statistics_url": "https://weblate.osgeo.org/api/translations/geoserver/community-netcdf-ghrsst/en/statistics/?format=api",
            "changes_list_url": "https://weblate.osgeo.org/api/translations/geoserver/community-netcdf-ghrsst/en/changes/?format=api",
            "units_list_url": "https://weblate.osgeo.org/api/translations/geoserver/community-netcdf-ghrsst/en/units/?format=api"
        },
        {
            "language": {
                "id": 297,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 297,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://weblate.osgeo.org/languages/ko/",
                "url": "https://weblate.osgeo.org/api/languages/ko/?format=api",
                "statistics_url": "https://weblate.osgeo.org/api/languages/ko/statistics/?format=api"
            },
            "language_code": "ko",
            "id": 6349,
            "filename": "src/community/netcdf-ghrsst/src/main/resources/GeoServerApplication_ko.properties",
            "revision": "dd9fbcfb5932012edc316a5616e50aab18297c9c,33685ae299b365cf4b68f26adca8537bad69f32b",
            "web_url": "https://weblate.osgeo.org/projects/geoserver/community-netcdf-ghrsst/ko/",
            "share_url": "https://weblate.osgeo.org/engage/geoserver/-/ko/",
            "translate_url": "https://weblate.osgeo.org/translate/geoserver/community-netcdf-ghrsst/ko/",
            "url": "https://weblate.osgeo.org/api/translations/geoserver/community-netcdf-ghrsst/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 12,
            "translated": 6,
            "translated_words": 12,
            "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": "2025-02-16T10:34:36.266034Z",
            "last_author": "Alexandre Gacon",
            "repository_url": "https://weblate.osgeo.org/api/translations/geoserver/community-netcdf-ghrsst/ko/repository/?format=api",
            "file_url": "https://weblate.osgeo.org/api/translations/geoserver/community-netcdf-ghrsst/ko/file/?format=api",
            "statistics_url": "https://weblate.osgeo.org/api/translations/geoserver/community-netcdf-ghrsst/ko/statistics/?format=api",
            "changes_list_url": "https://weblate.osgeo.org/api/translations/geoserver/community-netcdf-ghrsst/ko/changes/?format=api",
            "units_list_url": "https://weblate.osgeo.org/api/translations/geoserver/community-netcdf-ghrsst/ko/units/?format=api"
        }
    ]
}