> For the complete documentation index, see [llms.txt](https://docs.astraapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.astraapi.com/integrando/grupos/informacoes-de-um-grupo.md).

# Informações de um grupo

<mark style="color:blue;">`GET`</mark> `https://api.astraapi.com/api/group/info/{{instanceId}}`

#### Path Parameters

| Name                                         | Type   | Description         |
| -------------------------------------------- | ------ | ------------------- |
| instanceId<mark style="color:red;">\*</mark> | Number | Número da instancia |

#### Query Parameters

| Name                                      | Type   | Description |
| ----------------------------------------- | ------ | ----------- |
| groupId<mark style="color:red;">\*</mark> | String | Id do grupo |

#### Headers

| Name                                            | Type   | Description            |
| ----------------------------------------------- | ------ | ---------------------- |
| Authorization<mark style="color:red;">\*</mark> | String | Seu token de segurança |

{% tabs %}
{% tab title="200: OK Dados do grupo" %}

```json
{
    "id": "120363160697014651@g.us",
    "subject": "teste",
    "subjectOwner": "321321@s.whatsapp.net",
    "subjectTime": 1686709379,
    "size": 3,
    "creation": 1686709379,
    "owner": "312312132@s.whatsapp.net",
    "restrict": false,
    "announce": false,
    "participants": [
        {
            "id": "321321@s.whatsapp.net",
            "admin": "superadmin"
        },
        {
            "id": "31212@s.whatsapp.net",
            "admin": null
        },
        {
            "id": "11@s.whatsapp.net",
            "admin": null
        }
    ]
}
```

{% endtab %}
{% endtabs %}
