# Check API status ✅ **GET /status** Checks the status of the API, with a basic request to the database behind the scenes to ensure that the API is really available. ## Servers - https://api.ppe-analytics.com/api/v1: https://api.ppe-analytics.com/api/v1 () ## Parameters ## Responses ### 200: API is up and running #### Body Parameters: application/json (object) - **status** (string) - **message** (string) ### 503: API is temporarily unavailable #### Body Parameters: application/json (object) - **status** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)