Is it possible to use this as a web api?

hi, i'm new SA of hurtworld, and im trying to set up a webpage and im trying to hook the page with the server, is there any way i can give my page self built (still to do) webhook so i can build the page with the server details?(like users online and so on) or is this pluging works with some specific discord apIi?

This plugin works directly with the discord API by doing a post request to the webhook URL that is provided in the config. The only way I've seen to get data off the server for a website is to set up your own web API hosted somewhere and have the server post data to that new API and have the server get from the API.