Determine leap years
Respond to the results as follows.
leap year: 1
NOT leap year: 0
URL
https://api.excelapi.org/datetime/isleap
Configuration
| Configuration | Required | Description |
|---|---|---|
| year | ✔ | Specify the number of years in the Western calendar year |
Example

=WEBSERVICE("https://api.excelapi.org/datetime/isleap?year="&A2)