TheyWorkForYou API
getQuota function

https://www.theyworkforyou.com/api/getQuota

Returns your current API usage and quota limit.

Arguments

None.

Example Response

{
    "quota": {
        "limit": 1000,
        "current": 584
    }
}