PulseWise API

Live Demo & Testing Interface

Test Our API Endpoints

Welcome to the PulseWise API demo. Test all our endpoints below without any authentication. Each endpoint provides real data and demonstrates the capabilities of our infrastructure monitoring API.

IP Lookup

Get comprehensive IP information including geolocation, detailed timezone data (current time, UTC offset, DST status, abbreviation), and weather data

GET /api/ip/{ip}

Leave empty to use your current IP


                        

                        

Server Analysis

Complete server analysis including SSL, WHOIS, DNS resolution, and connectivity

GET /api/server/{target}

                        

                        

Weather by Coordinates

Get weather information for specific latitude/longitude coordinates

GET /api/weather/{lat}/{lng}

                        

                        

WHOIS Lookup

Get domain registration information and expiration dates

GET /api/whois/{domain}

                        

                        

SSL Certificate Info

Get SSL certificate details, expiration dates, and chain information

GET /api/ssl/{domain}

                        

                        

DNS Resolution

Resolve domain names to IP addresses

GET /api/dns/{domain}

                        

                        

Ping Test

Test connectivity to servers and measure response times

GET /api/ping/{target}

                        

                        

Website Malware Scan

Fetch a page and check it against known malware signatures, flagging obfuscated inline scripts and any script loading from a host on a threat feed. One-shot — for scheduled scanning with change detection against an accepted baseline, see Site Monitor.

GET /api/malware/{target}

                        

                        

IP Geolocation

Get geolocation information for an IP address without additional data

GET /api/geolocation/{ip}