WeChat official account interface call frequency limit instructions


Interface call frequency limit description


1475977183512582.png

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:


  1. 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%.
  2. 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).
  3. #When a third-party help official account is called, it is actually consuming the quota of the official account itself.
  4. 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:

QQ截图20170207152502.png

Please Note that for the test account applied for in the test account application page, the interface call frequency limit is as follows:

QQ截图20170207152340.png

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:

QQ截图20170207152433.png

## Call example:

1Parameter description:
2
3
{"appid":"APPID"
}

QQ截图20170207152402.png

Under normal circumstances, it will return:

1

If the number of calls exceeds the limit,

QQ截图20170207152418.png will be returned:

1474535448748990.jpg
2
3
4
{"errcode":0,
"errmsg":"ok"
}