> For the complete documentation index, see [llms.txt](https://pyauthgg.xfuey.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pyauthgg.xfuey.dev/administration/licenses/fetchlicensecount.md).

# FetchLicenseCount()

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

```python
import PyAuthGG

Admin = PyAuthGG.Administration("ADMIN API KEY")

Admin.FetchLicenseCount()
```

### Success Response

```javascript
{
   "status":"success",
   "value":"55"
}
```
