Groups API.

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

GET /api/groups/1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1,
    "name": "Guests",
    "defining_project": null,
    "project_selection": 3,
    "language_selection": 1,
    "url": "https://l10n.elementary.io/api/groups/1/?format=api",
    "roles": [
        "https://l10n.elementary.io/api/roles/2/?format=api"
    ],
    "languages": [],
    "projects": [],
    "componentlists": [],
    "components": []
}