# APIFreaks — Full Reference > APIFreaks (apifreaks.com) is a first-party REST API platform. It offers 100+ production-ready APIs across IP intelligence, WHOIS, DNS, geocoding, domain tools, email and phone validation, SSL, web scraping, screenshots, PDF processing, currency and commodity data, financial validation, ZIP codes, weather, timezones, GeoDB, user-agent parsing, and astronomy. One API key and one shared credit balance cover every product, and credits are charged only on successful (2xx) responses — 4xx/5xx responses are never billed and any credits already charged are refunded. New accounts receive 10,000 free credits with no credit card. APIFreaks is agent-ready: the official @apifreaks/mcp MCP server (Apache-2.0) exposes 109 callable tools across 19 modules. --- ## Platform overview APIFreaks is a single, unified API gateway. It is a first-party provider — it builds and operates the APIs it sells, rather than reselling third-party APIs like an aggregator. One account, one API key, one credit balance, and one documentation site cover the entire catalog, eliminating the "API sprawl" of separate accounts, keys, and invoices per data type. ### Unified credit billing - One key, one pool: a single API key authenticates every API, and all calls draw down one shared credit balance visible in the dashboard and via the Credits Usage API (https://apifreaks.com/api/usage-credits). - Pay only for success: charges apply only for successful queries, defined by a 2xx status code. If a request results in a 4xx or 5xx status code, no credits are deducted, and any credits already charged are refunded. - Per-call cost transparency: every response includes the `X-AF-Credits-Cost` header showing exactly how many credits the call consumed. Costs vary by endpoint (for example, Air Quality and Flood Forecast cost 2 credits per call; Website Screenshot costs 35 credits; Currency Fluctuation costs 3 credits). - Free tier: 10,000 credits on signup, no credit card required. ### Authentication and formats - Base URL: `https://api.apifreaks.com/v1.0/` + the endpoint path (e.g., `/ip/lookup`, `/domain/whois/live`). - Auth: `X-apiKey: YOUR_KEY` header, or `?apiKey=YOUR_KEY` query parameter. - Methods: HTTP GET and POST. JSON is the default response format; XML via `?format=xml` or `Accept: application/xml`. - Concurrency: rate-limited endpoints expose `X-Concurrent-Threads` (max allowed) and `X-Concurrent-Threads-Active` (current active). - Support: support@apifreaks.com. Status: https://status.apifreaks.com/. Enterprise agreements carry a 99.99% uptime SLA per the Terms of Service. --- ## MCP server — agent readiness The official APIFreaks MCP (Model Context Protocol) server connects an AI assistant directly to the APIFreaks platform, giving it real-time access to the catalog with a single API key. It runs locally over stdio, is built and maintained by APIFreaks, and stays in sync with the platform's endpoints. - Package: `@apifreaks/mcp` (npm) — license Apache-2.0, requires Node.js v24+. - MCP server page: https://apifreaks.com/integrations/mcp-server - Supported tools reference: https://apifreaks.com/integrations/mcp-server/supported-tools - GitHub: https://github.com/api-freaks/apifreaks-mcp - Environment variables: `APIFREAKS_API_KEY` (required) and `ENABLE_MODULES` (required) — a comma-separated list of modules to expose; if unset or empty, only `list_modules` is listed. - Quick start (Claude Code): `claude mcp add apifreaks -e APIFREAKS_API_KEY=your_key -e ENABLE_MODULES=ip-intelligence,currency,whois,dns,weather -- npx -y @apifreaks/mcp` - Codex CLI: `codex mcp add apifreaks --env APIFREAKS_API_KEY=your_key --env ENABLE_MODULES=ip-intelligence,currency,whois,dns,weather -- npx -y @apifreaks/mcp` - Generic config (Claude Desktop, Cursor, Windsurf, Cline, Gemini CLI): ```json { "mcpServers": { "apifreaks": { "command": "npx", "args": ["-y", "@apifreaks/mcp"], "env": { "APIFREAKS_API_KEY": "your_apikey_here", "ENABLE_MODULES": "ip-intelligence,currency,whois,dns,weather" } } } } ``` - VS Code (Copilot/Continue): use a `.vscode/mcp.json` with `"type": "stdio"` and the same command/args/env. - Supported clients: Claude Code, Claude Desktop, Codex CLI, Cursor, Windsurf, Cline, OpenCode, Gemini CLI, VS Code (GitHub Copilot / Continue), and Glama (one-click connect). - Pricing: the MCP server itself is free; the data it fetches spends credits from your APIFreaks plan exactly like a direct API call. ### The 109 tools across 19 opt-in modules You do not call tools by name — describe what you need in plain language and the assistant selects, runs, and combines tools. Set `ENABLE_MODULES` to the comma-separated modules you want so `tools/list` returns just that subset. - IP Intelligence (4): ipgeolocation_lookup, ipgeolocation_bulk_lookup (up to 50,000 IPs), ip_security_lookup, ip_security_bulk_lookup - Geocoding (2): geocode_forward, geocode_reverse - WHOIS (6): whois_domain_lookup, whois_ip_lookup, whois_asn_lookup, whois_domain_history, whois_reverse_lookup, whois_bulk_domain_lookup - DNS (4): dns_lookup, dns_history, dns_reverse, dns_bulk_lookup - Scraper (2): scraper_scrape (static HTML), scraper_scrape_js (JS rendering) - Email Validation (2): email_validate, email_bulk_validate - Phone Validation (2): phone_validate, phone_bulk_validate - SSL (2): ssl_live_lookup, ssl_live_chain_lookup - Domain (4): domain_check_availability, domain_check_availability_with_suggestions, domain_subdomain_lookup, domain_bulk_check_availability - Screenshot (3): screenshot_capture, screenshot_bulk_capture, screenshot_capture_scrolling - PDF (20): pdf_merge, pdf_split, pdf_extract_pages, pdf_remove_pages, pdf_to_image, pdf_generate, pdf_generate_bulk, pdf_compress, pdf_rotate, pdf_encrypt, pdf_restrict, pdf_decrypt, pdf_unrestrict, pdf_linearize, pdf_task_status, pdf_file_status, pdf_files, pdf_file_delete, pdf_upload, pdf_upload_binary - Currency (12): currency_latest_rates, currency_historical_rates, currency_latest_converter, currency_historical_converter, currency_time_series, currency_fluctuation, currency_geo_convert, currency_supported, currency_symbols, currency_symbol_info, currency_historical_data_limits, currency_historical_data_limit_info - Commodity (7): commodity_latest_rates, commodity_historical_rates, commodity_fluctuation, commodity_time_series, commodity_symbols, commodity_symbol_info, commodity_quotes - Financial (9): financial_vat_rates_by_country, financial_vat_rates_bulk, financial_vat_rates_by_ip, financial_vat_validate, financial_iban_validate, financial_swift_lookup, financial_swift_finder, financial_supported_countries, financial_supported_country_info - ZIP Code (7): zipcode_lookup, zipcode_radius_search, zipcode_distance, zipcode_by_city, zipcode_bulk_lookup, zipcode_distance_match, zipcode_by_region - Weather (9): weather_current, weather_forecast, weather_historical, weather_time_series, weather_air_quality, weather_marine, weather_flood_forecast, weather_bulk_current, astronomy_lookup - Geography (10): geodb_admin_levels, geodb_admin_units, geodb_admin_unit_details, geodb_countries, geodb_country_details, geodb_cities, geodb_regions, geodb_subregions, geodb_flags_supported, geodb_flag - Timezone (2): timezone_lookup, timezone_convert - User Agent (2): user_agent_parse, user_agent_bulk_parse --- ## Full API catalog ### Credits Usage API — https://apifreaks.com/api/usage-credits Monitor API credit consumption and remaining balance programmatically. Returns current balance, total credits used, and usage broken down by API. Playground: https://apifreaks.com/api/usage-credits/playground · Reference: https://apifreaks.com/api/usage-credits/reference.md ### IP Geolocation API — https://apifreaks.com/api/ip-locator Real-time geolocation and threat data for any IPv4/IPv6: country, region, city, coordinates, postal code, timezone, ISP, ASN, currency, calling code, and threat intelligence. Multilingual responses, field filtering, hostname lookup. Playground: https://apifreaks.com/api/ip-locator/playground · Reference: https://apifreaks.com/api/ip-locator/reference.md ### Bulk IP Geolocation Lookup API — https://apifreaks.com/api/bulk-ip-lookup Geolocate thousands of IPs in one request with the same location, ISP, ASN, and threat data as the single endpoint. Ideal for log analysis, analytics pipelines, and dataset enrichment. Playground: https://apifreaks.com/api/bulk-ip-lookup/playground · Reference: https://apifreaks.com/api/bulk-ip-lookup/reference.md ### IP Threat Intelligence API — https://apifreaks.com/api/ip-threat-intelligence Real-time VPN/proxy/Tor/bot/spam/known-attacker detection with a numeric threat_score (0-100) plus individual boolean flags. Single GET or bulk POST of up to 50,000 IPs. Use for fraud prevention, geo-restriction enforcement, and access control. Playground (single): https://apifreaks.com/api/ip-threat-intelligence/playground · Playground (bulk): https://apifreaks.com/api/bulk-ip-threat-intelligence/playground · Reference: https://apifreaks.com/api/ip-threat-intelligence/reference.md · Reference (bulk): https://apifreaks.com/api/bulk-ip-threat-intelligence/reference.md ### Forward Geocoding API — https://apifreaks.com/api/forward-geocoding Convert an address, business name, or free-form query to WGS84 coordinates with full address components (street, postcode, city, state with ISO 3166-2, country), bounding box, and POI detection. Configurable result limit (1-40). Playground: https://apifreaks.com/api/forward-geocoding/playground · Reference: https://apifreaks.com/api/forward-geocoding/reference.md ### Reverse Geocoding API — https://apifreaks.com/api/reverse-geocoding Convert GPS coordinates to a structured street address with every administrative level, postcode, POI data, a full_address string, and bounding box. Multi-language via Accept-Language. Playground: https://apifreaks.com/api/reverse-geocoding/playground · Reference: https://apifreaks.com/api/reverse-geocoding/reference.md ### Domain WHOIS Lookup API — https://apifreaks.com/api/whois-domain-lookup Live WHOIS for any ICANN-recognized TLD/SLD, queried over WHOIS or RDAP: registrant/admin/tech/billing/reseller contacts, registrar and abuse-desk details, registration/expiry/updated dates, nameservers, EPP status codes, raw WHOIS text. Playground: https://apifreaks.com/api/whois-domain-lookup/playground · Reference: https://apifreaks.com/api/whois-domain-lookup/reference.md ### IP WHOIS Lookup API — https://apifreaks.com/api/whois-ip-lookup WHOIS ownership and network data for any IPv4/IPv6: network allocation, organization, routing, and contacts. Playground: https://apifreaks.com/api/whois-ip-lookup/playground · Reference: https://apifreaks.com/api/whois-ip-lookup/reference.md ### ASN Lookup API — https://apifreaks.com/api/asn-lookup Real-time ASN data from Regional Internet Registries: associated IP ranges, BGP peering, routing policies, structured WHOIS ownership, and contacts. Playground: https://apifreaks.com/api/asn-lookup/playground · Reference: https://apifreaks.com/api/asn-lookup/reference.md ### WHOIS History API — https://apifreaks.com/api/domain-whois-history-lookup Full chronological WHOIS history dating back to 1986 for forensics, brand protection, domain investment, and compliance audit trails. Playground: https://apifreaks.com/api/domain-whois-history-lookup/playground · Reference: https://apifreaks.com/api/domain-whois-history-lookup/reference.md ### Reverse WHOIS API — https://apifreaks.com/api/reverse-whois Find all domains linked to an owner, company, email, or keyword, powered by over 1 billion domains and 3.5 billion WHOIS records tracked since 1986. Paginated (50/page default, 100/page mini). Search by keyword, email, company/owner, or phone. Playground: https://apifreaks.com/api/reverse-whois/playground · Reference: https://apifreaks.com/api/reverse-whois/reference.md ### Bulk WHOIS Lookup API — https://apifreaks.com/api/bulk-whois-lookup Structured and raw WHOIS for up to 100 domains per request across all ICANN-recognized TLDs/SLDs. Playground: https://apifreaks.com/api/bulk-whois-lookup/playground · Reference: https://apifreaks.com/api/bulk-whois-lookup/reference.md ### DNS Lookup API — https://apifreaks.com/api/dns-lookup Live A, AAAA, MX, NS, SOA, SPF, TXT, CNAME records for any hostname. Playground: https://apifreaks.com/api/dns-lookup/playground · Reference: https://apifreaks.com/api/dns-lookup/reference.md ### DNS History API — https://apifreaks.com/api/dns-history-lookup Historical DNS records across all supported types for security forensics, change auditing, and migration analysis. Playground: https://apifreaks.com/api/dns-history-lookup/playground · Reference: https://apifreaks.com/api/dns-history-lookup/reference.md ### Reverse DNS Lookup API — https://apifreaks.com/api/reverse-dns-lookup Find all hostnames tied to a DNS record value, IP, CIDR, or provider (reverse NS/MX/A/AAAA/SPF/TXT/CNAME). Wildcards supported (e.g., n*.g*.com). Playground: https://apifreaks.com/api/reverse-dns-lookup/playground · Reference: https://apifreaks.com/api/reverse-dns-lookup/reference.md ### Bulk DNS Lookup API — https://apifreaks.com/api/bulk-dns-lookup DNS records for up to 100 hostnames per request across all supported types. Playground: https://apifreaks.com/api/bulk-dns-lookup/playground · Reference: https://apifreaks.com/api/bulk-dns-lookup/reference.md ### Web Scraper API — https://apifreaks.com/api/web-scraper Extract structured data from static or dynamic sites via one REST request: JavaScript rendering, residential/datacenter proxy rotation, CAPTCHA solving, SSL/TLS handling, browser-level clicks and form submissions, login-protected content, and multi-step workflows. Playground: https://apifreaks.com/api/web-scraper/playground · Reference: https://apifreaks.com/api/web-scraper/reference.md ### Email Checker API — https://apifreaks.com/api/email-checker Real-time validation: syntax, MX, domain validity, disposable/temporary, catch-all, role-based, spam-trap, and deliverability. Playground: https://apifreaks.com/api/email-checker/playground · Reference: https://apifreaks.com/api/email-checker/reference.md ### Bulk Email Validation API — https://apifreaks.com/api/bulk-email-validation Up to 100 emails per request, same checks as the single endpoint, with per-address error handling. Playground: https://apifreaks.com/api/bulk-email-validation/playground · Reference: https://apifreaks.com/api/bulk-email-validation/reference.md ### Phone Validation API — https://apifreaks.com/api/phone-validation Validity, carrier, line type (mobile/landline/VoIP/toll-free/premium), location, time zones, and E.164/RFC3966/local formats for 200+ countries. Playground: https://apifreaks.com/api/phone-validation/playground · Reference: https://apifreaks.com/api/phone-validation/reference.md ### Bulk Phone Validation API — https://apifreaks.com/api/bulk-phone-number-validation Batch validation with the same metadata and per-number error handling. Playground: https://apifreaks.com/api/bulk-phone-number-validation/playground · Reference: https://apifreaks.com/api/bulk-phone-number-validation/reference.md ### SSL Lookup API — https://apifreaks.com/api/ssl-certificate-lookup Full SSL/TLS certificate details for any domain: issuer, validity period, encryption method, key size, SANs, signature algorithm, serial number, and full chain (a dedicated chain-lookup variant exists). Playground: https://apifreaks.com/api/ssl-certificate-lookup/playground · Playground (chain): https://apifreaks.com/api/ssl-certificate-chain-lookup/playground · Reference: https://apifreaks.com/api/ssl-certificate-lookup/reference.md · Reference (chain): https://apifreaks.com/api/ssl-certificate-chain-lookup/reference.md ### Domain Availability API — https://apifreaks.com/api/domain-search Instant availability across major TLDs/SLDs with alternative-name suggestions when taken. Playground: https://apifreaks.com/api/domain-search/playground · Reference: https://apifreaks.com/api/domain-search/reference.md · Reference: https://apifreaks.com/api/domain-search-with-suggestions/reference.md ### Subdomain Finder API — https://apifreaks.com/api/subdomain-lookup Discover all subdomains with lifecycle data (discovery date, last-seen, active/inactive) for attack-surface mapping. Playground: https://apifreaks.com/api/subdomain-lookup/playground · Reference: https://apifreaks.com/api/subdomain-lookup/reference.md ### Bulk Domain Checker API — https://apifreaks.com/api/bulk-domain-checker Check up to 100 domains per request for portfolio management and brand protection. Playground: https://apifreaks.com/api/bulk-domain-checker/playground · Reference: https://apifreaks.com/api/bulk-domain-checker/reference.md ### Website Screenshot API — https://apifreaks.com/api/website-screenshot Full-page, scrolling, and dynamic captures or video (PNG, JPG, WebP, PDF, MP4, GIF, WebM): device simulation, custom CSS/JS injection, cookie-banner blocking, resolution control, async processing with webhooks, password-protected pages. Playground: https://apifreaks.com/api/website-screenshot/playground · Reference: https://apifreaks.com/api/website-screenshot/reference.md ### Bulk Screenshot API — https://apifreaks.com/api/bulk-screenshot Capture up to 50 URLs per request with individual output links per URL. Playground: https://apifreaks.com/api/bulk-screenshot/playground · Reference: https://apifreaks.com/api/bulk-screenshot/reference.md ### PDF suite - Merge PDF API — https://apifreaks.com/api/merge-pdf — Combine PDFs with async processing and webhooks; quality preserved. - PDF Split API — https://apifreaks.com/api/split-pdf — Split or extract by custom page ranges. - PDF Remove Pages API — https://apifreaks.com/api/delete-pdf-page — Remove pages, ranges, or even/odd pages. - PDF to Image APIs — https://apifreaks.com/api/pdf-to-image — JPG, PNG, TIFF, BMP, GIF up to 1200 DPI. - PDF Generator API — https://apifreaks.com/api/pdf-generator — Template-based PDF generation with JSON, data_url, and bulk CSV input. - PDF Compress API — https://apifreaks.com/api/pdf-compress — Up to 95% size reduction with four compression levels. - PDF Rotate API — https://apifreaks.com/api/rotate-pdf-pages — Rotate all or specific pages by any angle. - PDF Protect APIs — https://apifreaks.com/api/protect-pdf — AES-256 encryption, user/owner passwords, granular permissions. - Unlock PDF APIs — https://apifreaks.com/api/unlock-pdf — Remove passwords and restrictions. - PDF Linearize API — https://apifreaks.com/api/linearize-pdf — Fast Web View byte-streaming optimization. Supporting endpoints exist for task/file status, file listing/deletion, and resource upload/download. ### Currency suite - Exchange Rate API — https://apifreaks.com/api/currency-rate — 171+ fiat and 830+ cryptocurrencies; 60-second updates; USD default base; historical available. - Currency Converter API — https://apifreaks.com/api/currency-converter — Convert between 170+ fiat and 800+ crypto; live or historical. - Currency Time Series — https://apifreaks.com/api/currency-time-series — Historical rates for a currency pair over a date range. - Currency Fluctuation API — https://apifreaks.com/api/currency-fluctuation — Percentage and absolute change over a period. - IP Currency API — https://apifreaks.com/api/geolocalized-currency-conversion — Convert amounts to a visitor's local currency by IP. Supporting endpoints: supported currencies, symbols, historical-data limits. ### Commodity suite - Live Commodity Prices API — https://apifreaks.com/api/commodity-prices — 130+ commodities across agriculture, energy, metals; custom currencies. - Historical Commodity Prices API — https://apifreaks.com/api/historical-commodity-prices — OHLC data from 1990 to present. - Commodity Fluctuation API — https://apifreaks.com/api/commodity-fluctuation — Price change over a date range. - Commodities Time Series API — https://apifreaks.com/api/commodity-time-series — Daily OHLC, up to one year per request. ### Financial suite - VAT Rates API — https://apifreaks.com/api/vat-rates — VAT/GST for 125+ countries; EU/UK reduced and category rates; US/CA state rates; lookup by country or IP. - VAT Number Validation API — https://apifreaks.com/api/vat-number-validation — EU (VIES) and UK (HMRC); returns business name, address, consultation reference. - IBAN Validation API — https://apifreaks.com/api/iban-validation — Format, SEPA compatibility, bank details. - SWIFT/BIC Code API — https://apifreaks.com/api/swift-code-lookup — Validate a code or search by country/bank/city. ### ZIP Code suite - ZIP Code API — https://apifreaks.com/api/zip-code-api — Global postal-code lookup (location, timezone, population); bulk supported. - ZIP Codes Radius Search API — https://apifreaks.com/api/zip-codes-radius-search — All ZIP codes within a radius; six distance units; paginated. - ZIP Code Distance API — https://apifreaks.com/api/zip-code-distance — Point-to-point or point-to-list distance between ZIP/postal codes. - ZIP Codes Search by City API — https://apifreaks.com/api/zip-codes-by-city — All codes for a city/state/region. ### Weather suite - Live Weather API — https://apifreaks.com/api/live-weather — Real-time weather by location, coordinates, or IP; bulk supported. - Weather Forecast API — https://apifreaks.com/api/weather-forecast — Hourly/daily/minutely up to 16 days. - Historical Weather APIs — https://apifreaks.com/api/historical-weather — Records back to 1940, daily and hourly. - Air Quality API — https://apifreaks.com/api/air-quality — AQI and pollutant breakdown; forecast up to 6 days. - Marine Weather API — https://apifreaks.com/api/marine-weather — Waves, swell, wind up to 16 days. - Flood Forecast API — https://apifreaks.com/api/flood-forecast — River discharge and flood risk up to 16 days. - Astronomy API — https://apifreaks.com/api/astronomy-data — Sunrise/sunset, solar noon, twilight, moonrise/set, moon phase and illumination, and sun/moon positions for any location and date. ### Administrative Units API — https://apifreaks.com/api/administrative-units States/provinces/districts by ISO country code. Playground: https://apifreaks.com/api/administrative-units/playground · Admin Levels: https://apifreaks.com/api/administrative-units-levels/playground · Admin Unit Details: https://apifreaks.com/api/administrative-units-details/playground · Reference: https://apifreaks.com/api/administrative-units/reference.md · Admin Levels Reference: https://apifreaks.com/api/administrative-units-levels/reference.md · Admin Unit Details Reference: https://apifreaks.com/api/administrative-units-details/reference.md ### Countries API — https://apifreaks.com/api/countries ISO codes, currencies, calling codes, capitals, TLDs. Playground: https://apifreaks.com/api/countries/playground · Country Details: https://apifreaks.com/api/countries-details/playground · Reference: https://apifreaks.com/api/countries/reference.md · Country Details Reference: https://apifreaks.com/api/countries-details/reference.md ### Cities API — https://apifreaks.com/api/cities City coordinates and admin context, filterable by admin unit. Playground: https://apifreaks.com/api/cities/playground · Reference: https://apifreaks.com/api/cities/reference.md ### Regions API — https://apifreaks.com/api/regions World regions and subregions. Playground: https://apifreaks.com/api/regions/playground · Subregions: https://apifreaks.com/api/subregions/playground · Reference: https://apifreaks.com/api/regions/reference.md · Subregions Reference: https://apifreaks.com/api/subregions/reference.md ### Flags API — https://apifreaks.com/api/flags Country/organization flags (PNG, WEBP, SVG; flat/round; 16-64px). Playground: https://apifreaks.com/api/flags/playground · Supported Flags: https://apifreaks.com/api/flags-supported/playground · Reference: https://apifreaks.com/api/flags/reference.md · Supported Flags Reference: https://apifreaks.com/api/flags-supported/reference.md ### Timezone Lookup API — https://apifreaks.com/api/timezone-lookup Current time, date, UTC offset, and TZ info from IP, coordinates, address, TZ name, IATA, ICAO, or UN/LOCODE. Auto-detects client IP. A Timezone Converter endpoint also exists. Playground: https://apifreaks.com/api/timezone-lookup/playground · Reference: https://apifreaks.com/api/timezone-lookup/reference.md ### User Agent Parser — https://apifreaks.com/api/user-agent-parser Parse a UA string for browser name/version, device type, OS, rendering engine, and bot/crawler identification. Playground: https://apifreaks.com/api/user-agent-parser/playground · Reference: https://apifreaks.com/api/user-agent-parser/reference.md ### Bulk User Agent Parser — https://apifreaks.com/api/bulk-user-agent-parser Up to 100 UA strings per request. Playground: https://apifreaks.com/api/bulk-user-agent-parser/playground · Reference: https://apifreaks.com/api/bulk-user-agent-parser/reference.md --- ## Pricing / credits - Model: credit-based; unit = 1 credit; cost varies per endpoint; charged only on 2xx responses; refunded on 4xx/5xx. - Free tier: 10,000 credits; no credit card required. - Monthly plans: from $10/mo (80,000 credits) up to $800/mo (17,000,000 credits); example mid-tier $100/mo (1,500,000 credits). Higher tiers allow overage (surcharge) credits; the $10 tier has none. - Yearly plans: annual billing at approximately 10 months’ cost (2 months free); credits refresh monthly. - One-off credits: pay-as-you-go packs (e.g., 80,000 or 600,000 credits) purchased once; never expire. - Organization & team plans: $20/mo including 10 seats; roles Admin/Manager/Member; shared API key and shared credit balance. https://apifreaks.com/pricing - Pricing calculator: https://apifreaks.com/pricing/calculator - Credits Usage API: https://apifreaks.com/api/usage-credits --- ## Free tools (browser-based; most need no account, some are gated or freemium) Hub: https://apifreaks.com/tools - Code Formatters: Free CSS Minifier & CSS Formatter, Free HTML Beautifier & Formatter, Minify, Compress, and Beautify JavaScript Code, Online YAML Formatter, Online YAML Parser, Online YAML Validator - Converters & Calculators: Punycode Converter, Online Time Duration Calculator, Unix Timestamp Converter - Data & Query: View, Format, Minify, and Validate JSON, SQL Beautifier & Minifier, Free XML Beautifier, XML Minifier, and XML Validator, Free & Fast XML2JSON - DNS: CAA Record Checker, CAA Records Generator, DMARC Checker, DMARC Record Generator, DNSKEY Lookup, MX Record Lookup, SPF Checker - Domain & Network: ASN Lookup, DNSSEC Checker, Domain Age Checker, Bulk Domain to IP Lookup, HSTS Checker, IPv6 Compatibility Checker, SSL Certificate Finder, User Agent Parser, VPN & Proxy IP Detection - Email: Disposable Email Checker, Email Header Analyzer, SMTP Checker - Financial: Swift Code Finder - Geocoding: Address to Coordinates Converter, Coordinates to Address Converter, Find ZIP Code By Address - IP: Decimal to IP Converter, IP Subnet Calculator for IPv4 & IPv6, IP to ASN Lookup, IP to Decimal Converter, IP to Hostname Lookup, IP to ISP Lookup, IPv4 to IPv6 Converter, IPv6 Compression, IPv6 Expander - Text: Remove Whitespace, Change Text Case & Replace Text, Online Diff Checker - Viewers: Free SVG File Viewer & Reader - PDF Tools: Merge, Split, Rotate, PDF-to-Image, Compress - Utilities: ZIP Codes by Radius (CSV export), Website Screenshot Generator (requires a free account), IP-to-Domain Lookup --- ## Company / support / docs - Docs: https://apifreaks.com/docs - Resources (blogs, tutorials, guides): https://apifreaks.com/resources - Support: support@apifreaks.com - Status: https://status.apifreaks.com/ - LinkedIn: https://www.linkedin.com/company/apifreaks/ - X/Twitter: https://x.com/api_freaks - GitHub: https://github.com/api-freaks - Terms: https://apifreaks.com/terms - Privacy: https://apifreaks.com/privacy-policy - Sitemaps: https://apifreaks.com/sitemap.xml · https://apifreaks.com/tools/sitemap.xml · https://apifreaks.com/tools/pdf/sitemap.xml _Generated: 2026-08-26T15:01:59.207Z - built from full sitemap crawl of apifreaks.com_