Translation components API.

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

GET /api/components/silence/silence-android/
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Silence-Android",
    "slug": "silence-android",
    "id": 2,
    "project": {
        "name": "Silence",
        "slug": "silence",
        "id": 1,
        "web": "https://silence.im",
        "source_language": {
            "code": "en",
            "name": "English",
            "plural": {
                "id": 76,
                "source": 0,
                "number": 2,
                "formula": "n != 1",
                "type": 1
            },
            "aliases": [
                "english",
                "en_en",
                "base",
                "source",
                "eng"
            ],
            "direction": "ltr",
            "web_url": "https://translate.silence.dev/languages/en/",
            "url": "https://translate.silence.dev/api/languages/en/",
            "statistics_url": "https://translate.silence.dev/api/languages/en/statistics/"
        },
        "web_url": "https://translate.silence.dev/projects/silence/",
        "url": "https://translate.silence.dev/api/projects/silence/",
        "components_list_url": "https://translate.silence.dev/api/projects/silence/components/",
        "repository_url": "https://translate.silence.dev/api/projects/silence/repository/",
        "statistics_url": "https://translate.silence.dev/api/projects/silence/statistics/",
        "changes_list_url": "https://translate.silence.dev/api/projects/silence/changes/",
        "languages_url": "https://translate.silence.dev/api/projects/silence/languages/"
    },
    "vcs": "git",
    "repo": "https://git.silence.dev/Silence/Silence-Android.git",
    "git_export": "https://translate.silence.dev/git/silence/silence-android/",
    "branch": "master",
    "filemask": "res/values-*/strings.xml",
    "template": "res/values/strings.xml",
    "edit_template": false,
    "new_base": "",
    "file_format": "aresource",
    "license": "GPL-3.0-only",
    "license_url": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
    "web_url": "https://translate.silence.dev/projects/silence/silence-android/",
    "url": "https://translate.silence.dev/api/components/silence/silence-android/",
    "repository_url": "https://translate.silence.dev/api/components/silence/silence-android/repository/",
    "translations_url": "https://translate.silence.dev/api/components/silence/silence-android/translations/",
    "statistics_url": "https://translate.silence.dev/api/components/silence/silence-android/statistics/",
    "lock_url": "https://translate.silence.dev/api/components/silence/silence-android/lock/",
    "changes_list_url": "https://translate.silence.dev/api/components/silence/silence-android/changes/",
    "new_lang": "add",
    "push": "https://git.silence.dev/Silence/Silence-Android.git",
    "check_flags": "",
    "enforced_checks": "[]",
    "restricted": false
}