Welcome to Astroboy API
Advanced API tools for developers and security enthusiasts. Select a tool from the sidebar to get started.
BIN Info
Look up bank name, country, card type and level for any BIN number.
/api/bin.php
IP Info
Geolocation, ISP, risk scoring, and proxy/VPN detection for any IP.
/api/ip.php
Random Info
Generate realistic person data — name, address, email, phone, user-agent.
/api/random.php
Gateway Checker
Validate API keys for Stripe, Braintree, and Square gateways.
Quick Start
Test our APIs via curl or use the interactive tools in each section.
BIN Info
Look up any Bank Identification Number to get card brand, type, level, issuing bank, and country.
BIN Lookup
Enter a BIN number above and hit Look Up
/api/bin.php?bin={number}
Parameters
Example Response
IP Info
Get geolocation, ISP details, and fraud risk scoring for any IP address.
IP Lookup
Enter an IP address above and hit Look Up
/api/ip.php?ip={address}
Parameters
Example Response
Random Info
Generate a realistic fake person profile — name, address, email, phone number, and user-agent.
Generate Person
No parameters needed. Each request generates a fresh random profile.
Hit the button above to generate a random person
/api/random.php
Description
No parameters required. Returns a random US-based person profile with contact info and user-agent string.
Example Response
Gateway Checker
Validate API keys for Stripe, Braintree, Square, and PayPal payment gateways.
Key Validator
Select a gateway and enter your keys to validate
Supported Gateways
Input: Secret Key (sk_live_...) → Returns: Live/Dead status, Public Key, balance info
Input: Merchant ID + Public Key + Private Key → Returns: Live/Dead status
Input: Application ID + Access Token + Location ID → Returns: Live/Dead status
Input: Client ID + Client Secret → Returns: Live/Dead status, App ID, balance info