WeChat official account interface call frequency limit instructions
Interface call frequency limit description
There is no limit to the public account calling the interface. In order to prevent WeChat server load abnormalities caused by program errors in public accounts, by default, the calling interface of each public account cannot exceed a certain limit. When a certain limit is exceeded, calling the corresponding interface will receive the following error return code:
{"errcode":45009,"errmsg":"api freq out of limit"}
Developers can log in to the WeChat public platform and view the current daily call limit and real-time call limit of each interface of the account in the account background developer center interface permission template Call volume. For certified accounts, the real-time call volume can be cleared. The description is as follows:
- Due to differences in indicator calculation methods or statistical time, the real-time call volume There may be errors in the data, generally within 1%.
- Each account has a total of 10 clearing operation opportunities per month. The clearing takes effect once and is used up once (10 times include clearing and calling interfaces on the platform API clearing).
- #When a third-party help official account is called, it is actually consuming the quota of the official account itself.
- Each interface with an interface call quota can be cleared.
The frequency limit for calling each interface of a newly registered account is as follows:
Please Note that for the test account applied for in the test account application page, the interface call frequency limit is as follows:
All API calls to the public account (including third-party calls made by the public account) or by third-party platforms Help clear the number of calls:
## Call example:2 3 | {"appid":"APPID" |
Under normal circumstances, it will return:
2 3 4 | {"errcode":0, |