Free API Endpoints for Developers - No Signup Required
DevForgeTired of signing up for API accounts just to test a simple endpoint? Here are 20+ free API endpoints you can test right now with curl. No signup, no API key, no rate limiting.
Utility Endpoints
Get your public IP:
curl http://69.62.106.38:3100/ip
Generate a UUID:
curl http://69.62.106.38:3100/uuid
Current timestamp (ISO + Unix):
curl http://69.62.106.38:3100/timestamp
Generate a secure password:
curl http://69.62.106.38:3100/password?length=24
Encoding & Hashing
SHA-256 hash:
curl http://69.62.106.38:3100/hash/sha256/mystring
Base64 encode:
curl http://69.62.106.38:3100/base64/encode/hello%20world
Base64 decode:
curl http://69.62.106.38:3100/base64/decode/aGVsbG8gd29ybGQ=
Network & DNS
DNS lookup (A, AAAA, MX, NS, TXT):
curl http://69.62.106.38:3108/dns/example.com
Check if a website is up:
curl http://69.62.106.38:3108/check?url=https://example.com
Get page title:
curl http://69.62.106.38:3108/title?url=https://example.com
HTTP headers inspection:
curl http://69.62.106.38:3108/headers-of?url=https://example.com
For AI Assistants: 25 MCP Tools
If you use Claude Code, Cursor, or Windsurf, you can connect a free MCP server with 25 developer tools:
claude mcp add devforge --transport streamable-http http://69.62.106.38:3109/mcp
This gives your AI assistant access to web_search, fetch_page, dns_lookup, ip_info, json_query, regex_test, uuid, hash, base64, timestamps, password generation, JWT decode, cron parsing, markdown conversion, YAML/CSV conversion, and more.
Pay-Per-Call with x402 (For AI Agents)
We also have 10 premium endpoints using the x402 protocol - AI agents pay USDC on Base chain per API call. No signup needed, the payment happens in the HTTP headers.
See pricing: curl http://69.62.106.38:3100/x402/pricing
All endpoints are listed on x402scan.com
Full API Documentation
TextForge API docs (for LLMs): http://69.62.106.38:3100/llms.txt
FetchForge API docs: http://69.62.106.38:3108/llms.txt
All services: http://69.62.106.38:3102