# Get some stats **GET /global/statistics/{month}/{year}** Retrieve some stats about the database on the month and year specified ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **month** (integer(int64)) Month - **year** (integer(int64)) Year ## Responses ### 200 OK #### Body: application/json (object) - **text_sent** (integer) - **text_charge** (string) - **active_people** (integer) - **total_people** (integer) - **emails_sent** (integer) - **login_total** (integer) - **api_users** (integer) - **login_types** (array[object]) - **packages** (object) - **usage** (object) - **success** (boolean) [Powered by Bump.sh](https://bump.sh)