Translation components API.

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

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

{
    "count": 52,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/components/pulseaudio/paprefs/translations/?format=api",
    "results": [
        {
            "language": {
                "id": 273,
                "code": "sl",
                "name": "Slovenian",
                "plural": {
                    "id": 273,
                    "source": 0,
                    "number": 4,
                    "formula": "n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "sl_si",
                    "sl_sl",
                    "slv"
                ],
                "direction": "ltr",
                "population": 1967012,
                "web_url": "https://translate.fedoraproject.org/languages/sl/",
                "url": "https://translate.fedoraproject.org/api/languages/sl/?format=api",
                "statistics_url": "https://translate.fedoraproject.org/api/languages/sl/statistics/?format=api"
            },
            "language_code": "sl",
            "id": 124166,
            "filename": "po/sl.po",
            "revision": "5e2c84a4ad59413d7073804a21142cfe0b3511f1",
            "web_url": "https://translate.fedoraproject.org/projects/pulseaudio/paprefs/sl/",
            "share_url": "https://translate.fedoraproject.org/engage/pulseaudio/-/sl/",
            "translate_url": "https://translate.fedoraproject.org/translate/pulseaudio/paprefs/sl/",
            "url": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 138,
            "translated": 25,
            "translated_words": 138,
            "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": "2024-04-22T16:36:05.689819Z",
            "last_author": null,
            "repository_url": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/sl/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/sl/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/sl/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/sl/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/sl/units/?format=api"
        },
        {
            "language": {
                "id": 249,
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 249,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "mol",
                    "ro_ro",
                    "ron",
                    "rum"
                ],
                "direction": "ltr",
                "population": 20024109,
                "web_url": "https://translate.fedoraproject.org/languages/ro/",
                "url": "https://translate.fedoraproject.org/api/languages/ro/?format=api",
                "statistics_url": "https://translate.fedoraproject.org/api/languages/ro/statistics/?format=api"
            },
            "language_code": "ro",
            "id": 146815,
            "filename": "po/ro.po",
            "revision": "19d3ef5f9ee2dd13c9191cd24b1aa80214c8be55",
            "web_url": "https://translate.fedoraproject.org/projects/pulseaudio/paprefs/ro/",
            "share_url": "https://translate.fedoraproject.org/engage/pulseaudio/-/ro/",
            "translate_url": "https://translate.fedoraproject.org/translate/pulseaudio/paprefs/ro/",
            "url": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 138,
            "translated": 25,
            "translated_words": 138,
            "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": "2024-10-03T20:38:43.280268Z",
            "last_author": null,
            "repository_url": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/ro/repository/?format=api",
            "file_url": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/ro/file/?format=api",
            "statistics_url": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/ro/statistics/?format=api",
            "changes_list_url": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/ro/changes/?format=api",
            "units_list_url": "https://translate.fedoraproject.org/api/translations/pulseaudio/paprefs/ro/units/?format=api"
        }
    ]
}