home
home

API Documentation: AccountInfo

AccountInfo

The AccountInfo API call returns the current status of your API account.

API request

https://api.dnslytics.net/v1/accountinfo?apikey=<apikey>

API response

Example

URL

$ curl https://api.dnslytics.net/v1/accountinfo?apikey=<apikey>

Output

{
    "status": "succeed",
    "data":
    {
        "typeinfo": "accountinfo",
        "apicredits": 145638,
        "apilimits": 15000,
        "apicalls": 255
    }
}