🎉 Payment successful!

Your API key has been sent to your email address. Check your inbox and then to view it.

Confirming your payment…

Please wait while we capture your PayPal payment and provision your key.

Checkout was canceled. whenever you're ready.

Trusted by developers worldwide  ·  Fast  ·  Secure  ·  Scalable

Production-Ready APIs.
Instant Access.

Get powerful APIs for IP lookup, data intelligence, and developer tools. Create an account, get your key instantly, and start building in seconds.

Quick Start in 5 Seconds
quickstart.js
const response = await fetch(
  'https://forgeapi.dev/api/geoip?host=8.8.8.8',
  { headers: { 'X-API-Key': 'YOUR-KEY' } }
);

const data = await response.json();

// Returns:
{
  "city": "Mountain View",
  "country": "United States",
  "isp": "Google LLC"
}

Built for reliability and performance

99.9%
Uptime
🚀
<120ms
Avg Response Time
🔒
AES-256
Secure Auth
🌎
Global
Infrastructure

Everything you need to power your apps

Simple, powerful, and built for developers.

🌐

Fast Global API

Low-latency infrastructure ensures fast response times worldwide, no matter where your users are.

🔐

Secure Authentication

Industry-standard API key protection and encrypted HTTPS requests on every single call.

⚙️

Simple Integration

REST endpoints with clean JSON responses. Works with any language or framework in minutes.

📊

Real-Time Analytics

Track usage, requests, and performance live in your dashboard with detailed breakdowns.

Powerful APIs ready to use

Production-ready endpoints for real-world use cases.

🌍

IP Lookup API

Get location, ISP, country, and metadata from any IP address instantly.

View docs →

📍

GeoIP API

Convert IP addresses into rich location intelligence with full geographic data.

View docs →

🛠️

Developer Tools

Utilities for modern apps and backend systems. Domain lookup, reputation checks, and more.

View docs →

More APIs Coming Soon

Constantly expanding platform. Email validation, threat detection, and more.

Start in minutes

No complicated setup. No waiting. Just sign up and build.

1

Create your account

Free signup, no credit card required.

2

Choose your plan

Starter at $5/mo or Pro at $25/year.

3

Get your API key

Instant provisioning — key sent to your email.

4

Start making requests

Add the header and you're live.

Simple, transparent pricing

No hidden fees. Cancel anytime.

Starter

$5/month

30,000 requests/month

Perfect for testing and small projects

BEST VALUE

Pro

$25/year

100,000 requests/month

Best value for serious projects

Security first

Every request is protected end-to-end. Your keys are yours — we never share, sell, or expose them.

Encrypted connections (HTTPS only)
Secure API key authentication
Account protection with 2FA verification
Protected backend infrastructure
🛡️
httpOnly Cookies
XSS-safe auth
🔑
2FA Login
Email verification
Rate Limiting
Brute force protection
📋
Audit Logs
Full access history

Start building today

Create your account and get your API key instantly.
No waiting. No setup fees.

No credit card required · Instant provisioning · Cancel anytime

Documentation

Everything you need to integrate ForgeAPI into your project.

Quick Start

Get running in under 60 seconds.

1

Sign up & get your free API key

Create a free account — your key (5 calls/day) is ready instantly.

2

Add the header to every request

X-API-Key: XXXXX-XXXXX-XXXXX-XXXXX
3

Make your first request

# cURL
curl -s "https://forgeapi.dev/api/geoip?host=8.8.8.8" \
  -H "X-API-Key: YOUR-KEY-HERE"

Authentication

All requests require an API key passed as a request header.

Required Header

X-API-Key: XXXXX-XXXXX-XXXXX-XXXXX

✓ Correct

fetch('https://forgeapi.dev/api/geoip?host=1.1.1.1', {
  headers: {
    'X-API-Key': 'YOUR-KEY'
  }
})

✗ Wrong — key in URL

# Never put key in query string
fetch('https://forgeapi.dev/api/geoip
  ?host=1.1.1.1&key=YOUR-KEY'
)

Rate Limits

Two layers of limits apply to every key.

Limit Type Free Starter Pro Resets
Daily requests5/dayMidnight UTC
Monthly requests30,000100,0001st of each month
Per-minute burst10/min60/min60/minRolling 60s

⚠ When you hit the limit

All requests return 429 Too Many Requests. You'll receive an email warning at 80% and again at 100%.

Error Codes

All errors return JSON with an error field.

Code Meaning Example
401Missing or invalid API key{"error":"Invalid or revoked API key."}
403No active subscription{"error":"No active subscription."}
422Missing required parameter{"error":"host parameter required."}
429Rate limit exceeded{"error":"Monthly limit reached"}
500Server error{"error":"Internal server error"}

GeoIP API

Live

Get precise geolocation data from any IP address.

GEThttps://forgeapi.dev/api/geoip
ParameterTypeRequiredDescription
hoststringYesIPv4 or IPv6 address
# Request
GET /api/geoip?host=8.8.8.8
X-API-Key: YOUR-KEY

# Response
{
  "ip": "8.8.8.8",
  "country": "United States",
  "city": "Mountain View",
  "isp": "Google LLC",
  "timezone": "America/Los_Angeles"
}

Domain Lookup API

Live

Resolve domain names and retrieve DNS records.

GEThttps://forgeapi.dev/api/domain?domain=google.com
{
  "domain": "google.com",
  "ip_addresses": ["142.250.80.46"],
  "mx_records": ["smtp.google.com"],
  "nameservers": ["ns1.google.com", "ns2.google.com"]
}

IP Reputation API

Live

Check if an IP is flagged as malicious, proxy, VPN, or Tor.

GEThttps://forgeapi.dev/api/reputation?host=1.1.1.1
{
  "risk_score": 2,
  "is_proxy": false,
  "is_vpn": false,
  "is_tor": false,
  "abuse_reports": 0
}

Email Verification API

Live

Validate email addresses and detect disposable accounts.

GEThttps://forgeapi.dev/api/email?email=user@example.com
{
  "valid": true,
  "disposable": false,
  "mx_found": true,
  "domain": "example.com"
}

Output Formats

All endpoints support JSON (default) and plain text output.

JSON (default)

GET /api/geoip?host=8.8.8.8

Returns structured JSON object.

Plain text

GET /api/geoip?host=8.8.8.8&format=text

Returns line-by-line key: value output.

Ready to start building?

Get your free API key in seconds — no credit card needed.

Choose Your Plan

Subscription-based. Cancel anytime. Instant provisioning.

ALWAYS FREE

Free

Perfect for testing and exploring

$0
forever · no credit card
5

requests / day

  • 5 requests/day (resets daily)
  • Access to all APIs
  • Permanent API key
  • 256-bit HTTPS encryption

How It Works

1

Sign In & Choose Plan

Log in or create a free account, then pick Starter or Pro.

2

PayPal Checkout

Secure payment via PayPal. Subscription auto-renews.

3

Get Your Key

API key sent to email instantly. Manage from dashboard.

Available APIs

Production-ready endpoints. Add ?key=YOUR-KEY to any URL.

Ready to get started?

Subscribe and start making requests in minutes.

System Status

Live overview of ForgeAPI.dev services and availability.

Checking status…

Updated:

Pinging server…

28
APIs
Response
99.9%
Uptime

Services

API Endpoints

🌍
Intelligence APIs
GeoIP · Domain · IP Reputation · WHOIS · Subdomain · Firewall
Operational
💱
Finance APIs
Currency · Currency Rates · Fiat+Crypto · Bitcoin
Operational
🔧
Developer Tools
Hash · UUID · Base64 · JWT · Password · License Key · Timestamp · Lorem · Base Converter · URL Parser · Color · Text Stats · Roman Numerals · CIDR Calc · QR Code
Operational
🌐
Data APIs
Weather · Translator · Email Validator · QR Code Generator
Operational

Experiencing an issue not shown here?

Create Account

Free to join — pay only when you need API access

Continue with Google
or sign up with email

Already have an account?

Welcome Back

Sign in to your account

Continue with Google
or sign in with email

Don't have an account?

Dashboard

Welcome back,

Discord
Active Keys
0
Total Requests
0
Total Spent
$0
Orders
0

🔑 Your API Key

Loading...

Current Plan

Loading subscription info...

Account Security

Monitor login activity and detect unauthorized access.

API Usage

Track your API calls and usage patterns.

🔐

Reset Password

We'll send a code to your email

Account Settings

Manage your account details

Change Username

Usernames must be unique. Your old username will be freed up for others.

Change Password

You'll be signed out after changing your password.

Change Email

Requires verification from both your current and new email address.

Terms of Service

Last updated: February 2026 · Applies to all ForgeAPI.dev users and subscribers

1. Acceptance of Terms

By creating an account or using ForgeAPI.dev ("ForgeAPI", "we", "us"), you agree to be bound by these Terms of Service. If you do not agree, do not use our service. These terms apply to all visitors, users, and subscribers.

2. Permitted Use

ForgeAPI provides access to utility APIs for lawful purposes including software development, research, and business applications. You agree to use the APIs only in ways that comply with all applicable laws and regulations.

You may not use ForgeAPI to:

  • Conduct illegal activities, fraud, or abuse of any kind
  • Attack, probe, or attempt to compromise third-party systems
  • Scrape, spam, or harass individuals or organizations
  • Violate any third party's privacy, intellectual property, or other rights
  • Circumvent rate limits, authentication, or security measures
  • Resell or redistribute API access without written authorization
  • Conduct OSINT activities intended to harm, stalk, or target specific individuals

3. Account Bans & No-Refund Policy for Abuse

We take misuse seriously. If your account or API key is found to be used in violation of these terms, we reserve the right to:

  • Immediately suspend or permanently ban your account without notice
  • Revoke your API key with no refund issued for any remaining subscription period
  • Report activity to law enforcement where applicable
  • Permanently blacklist your email, IP address, and payment information

Bans due to abuse are permanent and non-negotiable. No refunds will be issued in any abuse-related account termination.

4. API Key Responsibility

Your API key is your responsibility. Do not share it publicly, commit it to public repositories, or allow others to use it. You are liable for all usage under your key. If your key is compromised, rotate it immediately from your dashboard.

5. Billing & Subscriptions

Subscriptions are billed monthly or yearly as selected. By subscribing, you authorize recurring charges. Cancellations take effect at the end of the current billing period. Refunds are not provided for partial periods, except where required by law. Plan upgrades or downgrades take effect immediately.

6. Availability & Uptime

We aim for maximum uptime but cannot guarantee 100% availability. We are not liable for damages resulting from service interruptions, API changes, or data loss. Scheduled maintenance will be communicated where possible.

7. Changes to Terms

We reserve the right to modify these terms at any time. Continued use of the service after changes are posted constitutes acceptance. Material changes will be communicated by email.

8. Contact

Questions? Email us at [email protected]

Privacy Policy

Last updated: February 2026 · ForgeAPI.dev is committed to protecting your privacy.

1. Information We Collect

We collect the following when you register and use ForgeAPI:

  • Account data: Username, email address, hashed password
  • Payment data: Processed entirely by PayPal — we never see or store your card details
  • Usage data: API requests made, endpoints called, response times, timestamps
  • Access logs: IP addresses, approximate geolocation (country/city), login history

2. How We Use Your Information

  • To provide and operate the API service
  • To send transactional emails (key delivery, subscription confirmations, security alerts)
  • To detect and prevent abuse, fraud, and unauthorized access
  • To show you your usage analytics in your dashboard
  • To comply with legal obligations

3. Data We Do Not Sell

We do not sell, rent, or share your personal data with third parties for marketing purposes. Your data is yours.

4. Third-Party Services

  • PayPal: Handles all payment processing. Subject to PayPal's Privacy Policy
  • Email (Gmail SMTP): Used to send transactional emails only

5. Data Retention

We retain your account data for as long as your account is active. API usage logs are retained for 90 days. You may request deletion of your account by contacting us.

6. Security

Passwords are hashed using bcrypt. API keys are stored hashed and only the full key is shown to the authenticated account holder. We use HTTPS, security headers, and rate limiting to protect your data.

7. Your Rights

You have the right to access, correct, or delete your personal data. Contact us at [email protected] for any privacy requests.

8. Cookies

We use a single secure, httpOnly cookie to manage your login session. This cookie is inaccessible to JavaScript, protecting it from XSS attacks. We do not use any tracking, advertising, or analytics cookies.

⚡ Interactive Sandbox

API Sandbox

Pick an API, set your parameters, and test it live — see the real JSON response instantly.

Status
Time
response.json
// Hit "Run Request" to see the live API response here…

                        
● No API key required
⚡ Instant responses
🔒 Safe mock data

API Sandbox

Test every ForgeAPI endpoint with realistic mock data. No signup, no key, no rate limits.

Select Endpoint
Parameters
Request URL
https://forgeapi.dev/api/sandbox/geoip
Code Snippet

                                
                            
Ready
SANDBOX
response.json
// Click "Run" to see the response
Sandbox vs Live
✓ Sandbox
  • No API key needed
  • Mock responses
  • Unlimited requests
⚡ Live API
  • Real data
  • Requires API key
  • Counts toward limit

Free key — 5 calls/day, no credit card.

📋 Bulk Tester

Bulk API Tester

Run one API against many inputs at once. Paste your list, hit Run, export as CSV.

Delay between requests
Stop on error
0 items Max 50 per run
Results
Configure your API and inputs above, then hit Run

Contact Support

We usually respond within 24–48 hours.

Or email us directly: [email protected]

Fast Response

Most tickets answered within 24 hours

🔒

Secure

Never share your API key in support tickets

📋

Include Details

Include error messages and your account email

Admin Access

ForgeAPI Command Center