Pulling data from local Blynk server to web page?

I have many sensors running in various Blynk apps. I would like to display all on one of my ASP web pages. I would like to receive pin data. Is that even possible?

I guess you could use the Blynk API.

https://blynkapi.docs.apiary.io/#

Pete.

Yes, have been studying that but of all the language examples none are asp. I’ll move over to curl or php, Thanks.