A simple little utility to check how many API requests you have left and when they reset.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Another attempt to fix broken user setups from showing an exception.
Version 2.0.5
Tried to fix the weird bug where user's setups are super broken https://github.com/Nexus-Mods/Vortex/issues/16828#issuecomment-2612979199
Version 2.0.4
Fixed the reset time showing as 24:00 rather than 00:00 (JavaScript dates are nonsense!)
Version 2.0.3
Fixed a potential crash if the user somehow gets invalid data into their state https://github.com/Nexus-Mods/Vortex/issues/15567
Version 2.0.2
The API limits will no longer be cleared on a 401 error. This happens usually when the user's OAuth token is out of date.
Version 2.0.1
Dashlet is now closable.
Dashlet now correctly shows the DAILY rate unless it has been consumed.
If the last refresh of the dashlet was less than 1 minute ago it will no longer count up the seconds and will just show "less than a minute ago".
API Limits are written to the Vortex state using a dispatch rather than trying to write them directly.
Version 2.0.0
Added a dashlet to monitor API limits
Version 1.0.0
First release!
If you are being rate limited (receiving error 429 inside Vortex) please see the help article here.
This extension allows you to see how many API requests you have left in the current 24-hour and 1-hour period. (Note: If you're completely out of requests, this extension may not be able to show you any information).
Once the extension is installed, you can open the top-right menu to select the option "Check API Limits" which will create a notification showing the remaining request totals.
This extension was created for an internal test, but I thought it might be handy for others too!