Translation projects API.

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

GET /api/projects/delivery/components/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Delivery",
            "slug": "delivery",
            "vcs": null,
            "repo": null,
            "git_export": "http://weblate.ucs.ru/git/delivery/delivery/",
            "branch": null,
            "filemask": null,
            "template": "Delivery/Delivery.templates.xlf",
            "new_base": "Delivery/Delivery.templates.xlf",
            "file_format": "xliff",
            "license": "",
            "license_url": "",
            "web_url": "http://weblate.ucs.ru/projects/delivery/delivery/",
            "url": "http://weblate.ucs.ru/api/components/delivery/delivery/?format=api",
            "repository_url": "http://weblate.ucs.ru/api/components/delivery/delivery/repository/?format=api",
            "translations_url": "http://weblate.ucs.ru/api/components/delivery/delivery/translations/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/components/delivery/delivery/statistics/?format=api",
            "lock_url": "http://weblate.ucs.ru/api/components/delivery/delivery/lock/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/components/delivery/delivery/changes/?format=api"
        },
        {
            "name": "MagSrvWS",
            "slug": "magsrvws",
            "vcs": null,
            "repo": null,
            "git_export": "http://weblate.ucs.ru/git/delivery/magsrvws/",
            "branch": null,
            "filemask": null,
            "template": "Delivery/Delivery.templates.xlf",
            "new_base": "Delivery/Delivery.templates.xlf",
            "file_format": "xliff",
            "license": "",
            "license_url": "",
            "web_url": "http://weblate.ucs.ru/projects/delivery/magsrvws/",
            "url": "http://weblate.ucs.ru/api/components/delivery/magsrvws/?format=api",
            "repository_url": "http://weblate.ucs.ru/api/components/delivery/magsrvws/repository/?format=api",
            "translations_url": "http://weblate.ucs.ru/api/components/delivery/magsrvws/translations/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/components/delivery/magsrvws/statistics/?format=api",
            "lock_url": "http://weblate.ucs.ru/api/components/delivery/magsrvws/lock/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/components/delivery/magsrvws/changes/?format=api"
        },
        {
            "name": "DeliveryAgent",
            "slug": "deliveryagent",
            "vcs": null,
            "repo": null,
            "git_export": "http://weblate.ucs.ru/git/delivery/deliveryagent/",
            "branch": null,
            "filemask": null,
            "template": "Delivery/Delivery.templates.xlf",
            "new_base": "Delivery/Delivery.templates.xlf",
            "file_format": "xliff",
            "license": "",
            "license_url": "",
            "web_url": "http://weblate.ucs.ru/projects/delivery/deliveryagent/",
            "url": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/?format=api",
            "repository_url": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/repository/?format=api",
            "translations_url": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/translations/?format=api",
            "statistics_url": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/statistics/?format=api",
            "lock_url": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/lock/?format=api",
            "changes_list_url": "http://weblate.ucs.ru/api/components/delivery/deliveryagent/changes/?format=api"
        }
    ]
}