HTTP Request Builder
Test APIs and HTTP endpoints with a powerful request builder
Common API Requests
Fetch Data (GET)
Retrieve data from an endpoint using a GET request.
GET https://api.example.com/users?page=1&limit=10\n\nHEAD: 200 OK\n{\n "data": [\n { "id": 1, "name": "John Doe" },\n { "id": 2, "name": "Jane Smith" }\n ],\n "total": 50\n}Related guides
TCP and UDP Port Reference for Developers
Look up common network ports — HTTP, SSH, PostgreSQL, Kafka, and 100+ more. Search by number, service, or category with IANA status.
The Anatomy of a URL: Scheme, Host, Path, Query and Fragment
What each component in a URL does, how percent-encoding works, the difference between relative and absolute URLs, and why userinfo is a security concern.
HTTP Status Codes Every Developer Should Know
A field guide to HTTP status codes — what each 1xx–5xx class means, the codes you will meet every day, and the common mistakes people make reading them.
Related tools
API Mock Server
Define mock REST routes and intercept fetch calls client-side
Bandwidth Calculator
Estimate how long a file takes to transfer at a given connection speed — correctly handling bits vs bytes (Mbps vs MB/s) and SI vs binary size units
Broken Link Checker
Extract http(s) links from pasted HTML and check them via proxy
cURL to Code Converter
Convert cURL commands to code snippets in multiple languages. Parse cURL and generate JavaScript, Python, PHP, and more.
DNS Lookup Tool
Query DNS records and resolve domain names to IP addresses
DNS Propagation Checker
Compare DNS answers from global public resolvers and see propagation consensus instantly