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}

                        

                        

IP Geolocation

Get geolocation information for an IP address without additional data

GET /api/geolocation/{ip}