Simplified Rate Limiting 📊
We've removed the daily request limit (RPD) to streamline how you think about API rate limiting. If your integration still references the old limit_day and remaining_day fields, they'll now return null — so your code won't break, but you can clean them up when you get a chance.
We've updated our docs to reflect this change. Head over to the Rate Limits and Response Structure pages to learn more.