Random Port Generator

API Documentation

GET https://randomdatatool.com/api/internet/port

Query Parameters

ParameterTypeDescription
countintNumber of entries to return. Default: 10. Max: 1000.

Response JSON

{
"status": "success",
"data": [
"64152",
"1884"
],
"count": 2
}

Implementation

curl -X GET "https://randomdatatool.com/api/internet/port?count=10"