################################## # Sender.Services API entrypoint # ################################## To get raw statistics of your agency accounts in JSON format, in the settings of agency panel https://sender.services/agency/settings you should provide IPv6 address from where you will make requests. Current rate limit or requests is 1 request in 2 seconds. Maximum items per page is 500; To obtain information about a specific account, request must include 2 mandatory query parameters: name (name of account) and plugin - dot-separated site and section (like charmdate.chat): Example: /api.php?name=C123456&plugin=charmdate.chat Information about time online ============================= can be obtained by adding parameter online=YYYY-MM-DD. Example: /api.php?name=C123456&plugin=charmdate.chat&online=2025-05-25 Resulted JSON contains: items - array of periods online, where each period is a array of [time of check in, time of check out, IP] more - flag that indicates that there are more then 500 items, you can access next list of items via adding parameter page=2 (and so on) to your query. Information about sent messages =============================== can be obtained by adding parameter messages=YYYY-MM-DD. Example: /api.php?name=C123456&plugin=charmdate.chat&messages=2025-05-25 Resulted JSON contains: items - array of sent messages, where each sent message is JSON object with keys: text - text of sent message sent - quantity of sends replies - quantity of replies more - flag that indicates that there are more then 500 items, you can access next list of items via adding parameter page=2 (and so on) to your query. List of accounts of agency ========================== can be obtained by request /api.php?accounts=agency_login