# Info()

| Arguments | Type | Required | Default |
| --------- | ---- | -------- | ------- |
|           |      |          |         |

```python
import PyAuthGG

App = PyAuthGG.Application("API KEY", "AID", "SECRET_KEY")

App.Info()
```

### Success Response

```javascript
{
   "status":"Enabled",
   "developermode":"Disabled",
   "hash":"8967488e25e7b7c4c4ef056d7ba4f177",
   "version":"1.2.3",
   "downloadlink":"https://example.com/downloads/Application.exe",
   "freemode":"Disabled",
   "login":"Enabled",
   "register":"Enabled",
   "users":"1",
   "name":"xFueYs Application"
}
```

### Error Response

{% hint style="info" %}
For more responses, please refer to [Auth.GG's Documentation](https://setup.auth.gg/api/application-information).
{% endhint %}
