Back to catalog
πŸ’»

NetworkCalc

Free

Network calculators, including subnets, DNS, binary, and security tools

πŸ’»DevelopmentHTTPSCORS enabledNo API key required

192.168.1.0/24

Subnet calculation result

Network Address192.168.1.0
Subnet Mask255.255.255.0
Cidr Notation192.168.1.0/24
Usable Hosts254
Broadcast Address192.168.1.255

Sample Response

response.json
1{
2 "network_address": "192.168.1.0",
3 "subnet_mask": "255.255.255.0",
4 "cidr_notation": "192.168.1.0/24",
5 "usable_hosts": 254,
6 "broadcast_address": "192.168.1.255"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://networkcalc.com/api/docs"
View Documentation

Similar APIs