API Usage
Use this endpoint programmatically with GET or POST requests:
GET http://starrupture-utilities.com/port_check/index.php?ip=1.1.1.1&port=7777&format=json
POST http://starrupture-utilities.com/port_check/index.php
Content-Type: application/json
Body: {"ip": "1.1.1.1", "port": 7777}
Omit the ip parameter to check the requester's IP address.
Both TCP and UDP are always checked. A security warning is returned if both are open.