API Tester
Test HTTP API endpoints directly in your browser. Make GET, POST, PUT, PATCH, and DELETE requests with custom headers and request bodies. View status codes, response headers, and pretty-printed JSON responses — all client-side, no server proxy.
How to Use API Tester
How to Use the API Tester:
Select HTTP Method: Choose GET, POST, PUT, PATCH, DELETE, or HEAD from the method dropdown.
Enter the URL: Type or paste the full endpoint URL including https://. Press Enter or click Send to dispatch the request.
Configure Headers: Open the Headers tab to add, edit, or disable request headers. Two defaults (Content-Type and Accept) are pre-filled — uncheck or remove them as needed.
Add a Request Body (POST/PUT/PATCH): Open the Body tab and enter your payload. Typically JSON:
{
"name": "Alice",
"email": "alice@example.com"
}
- Read the Response: The response panel shows the HTTP status code, duration in milliseconds, all response headers, and the body — automatically pretty-printed if it is valid JSON.
HTTP Methods:
- GET — Retrieve data. No body. Safe and idempotent.
- POST — Create a resource. Body required.
- PUT — Replace a resource. Full body required.
- PATCH — Partial update. Send only the fields to change.
- DELETE — Remove a resource. Usually no body.
- HEAD — Like GET but returns headers only. Useful for checking if a resource exists.
Common Request Headers:
- Content-Type: application/json — body is JSON
- Authorization: Bearer <token> — JWT or OAuth token
- X-API-Key: <key> — custom API key header
- Accept: application/json — request JSON response
CORS Limitations: Browsers enforce CORS policies. If the target API does not send appropriate CORS headers, your browser blocks the request. This is a browser security feature. For APIs that block browsers, use curl or Postman from your terminal instead.
Privacy: All requests are sent directly from your browser to the target server. Nothing passes through 100Plus Tools servers. URLs, headers, and bodies are not stored or logged.
Common Status Codes:
- 200 OK — request succeeded
- 201 Created — resource created
- 204 No Content — success, no body
- 400 Bad Request — invalid input
- 401 Unauthorized — authentication required
- 403 Forbidden — not allowed
- 404 Not Found — resource does not exist
- 422 Unprocessable Entity — validation failed
- 429 Too Many Requests — rate limited
- 500 Internal Server Error — server-side error
Frequently Asked Questions
Most Viewed Tools
Screen Size Converter
Calculate screen width and height from diagonal size and aspect ratio. Convert between inches and centimeters for displays, TVs, and monitors with instant dimension calculations.
Use Tool →DPI Calculator
Calculate DPI (dots per inch), image dimensions, and print sizes. Convert between pixels and physical dimensions for printing and displays.
Use Tool →Paper Size Converter
Convert between international paper sizes (A4, Letter, Legal) with dimensions in mm, cm, and inches. Compare ISO A/B series and North American paper standards.
Use Tool →Fuel Consumption Converter
Convert between MPG (miles per gallon), L/100km (liters per 100 kilometers), and other fuel efficiency units. Compare car fuel economy across different measurement systems.
Use Tool →CSV Splitter
Split large CSV files into smaller files by number of rows. Process large datasets in manageable chunks instantly.
Use Tool →Product Schema Generator
Generate JSON-LD Product schema markup for SEO. Add product details like name, price, brand, rating, and availability to create structured data for rich search results.
Use Tool →Large Text File Viewer
View and search large text files up to 200MB in your browser. Features virtual scrolling, line numbers, search functionality, and file statistics. Perfect for log files, CSV, JSON, and code files.
Use Tool →API Key Generator
Generate secure, cryptographically random API keys for authentication and authorization. Create custom API keys with various formats including hex, base64, and prefixed keys.
Use Tool →Related Development Tools
JSON Formatter & Validator
FeaturedFormat, validate, and pretty-print JSON with our developer-friendly editor.
Use Tool →QR Code Generator
FeaturedCreate custom QR codes for URLs, text, and contact info
Use Tool →HTML Validator
Validate HTML markup and check for common issues. Detect missing attributes, accessibility problems, deprecated tags, and structure errors. Free and runs entirely in your browser.
Use Tool →CSV Null Value Handler
Handle null and empty values in CSV - Replace, remove, or keep missing data with flexible null handling strategies
Use Tool →CSV Data Type Converter
Convert data types in CSV - Transform CSV column values to numbers, booleans, dates with automatic type detection and cleaning
Use Tool →CSV to Excel Converter
Convert CSV to Excel - Transform comma-separated values to Excel spreadsheet with auto-width columns
Use Tool →TSV to CSV Converter
Convert TSV to CSV - Transform tab-separated values to comma-separated values with automatic quoting
Use Tool →Slug Generator
Generate URL-friendly slugs from any text. Create SEO-optimized slugs for blog posts, products, and web pages instantly.
Use Tool →Share Your Feedback
Help us improve this tool by sharing your experience