To the Top

The cal Calendar in the Browser

Buy Me A Coffee

This page provides an online cal utility which generates the calendar for any given month or year. It also provides API which is rate-limit.


API (Application Programming Interface)

The API following has a rate-limit 1 call per second.
https://helloacm.com/api/cal/
It will return JSON-encoded data (example):
"     June 2015        \nSu Mo Tu We Th Fr Sa  \n    1  2  3  4  5  6  \n 7  8  9 10 11 12 13  \n14 15 16 17 18 19 20  \n21 22 23 24 25 26 27  \n_\b2_\b8 29 30              \n                      \n"
https://helloacm.com/api/cal/?m=2&y=2015
It will return JSON-encoded data (example):
"   February 2015      \nSu Mo Tu We Th Fr Sa  \n 1  2  3  4  5  6  7  \n 8  9 10 11 12 13 14  \n15 16 17 18 19 20 21  \n22 23 24 25 26 27 28  \n                      \n                      \n"
Note: The m parameter can only be ranged from 1 (Jan) to 12 (Dec) inclusive. The API is rate-limit by 1 second per call.

Principle

We use the linux command cal.

Share: List of Many Other Online Tools