Probador de API
Pruebe API REST con funciones avanzadas
Collections
History
🔗Query Parameters
No query parameters yet
Add parameters to append to your URL
📊Response
No response yet - Click Send to make your first request
Powerful API Testing Features
Everything you need for comprehensive API testing, from basic requests to advanced automation
Real API Testing
Test actual APIs with full HTTP method support including GET, POST, PUT, DELETE, PATCH, and more.
Multi-Auth Support
Supports Bearer tokens, Basic authentication, API keys, and custom authentication methods.
Smart History
Save and manage your test requests with a complete history of all API calls with search.
Code Generation
Generate code snippets in multiple programming languages for your API requests.
Auto Testing
Create assertions and test cases to validate your API responses automatically.
Environment Vars
Manage environment variables and switch between different API environments easily.
Common Use Cases
Discover how our API Tester can help you with different testing scenarios
REST API Testing
Test RESTful APIs with proper HTTP methods and headers
GET /api/usersAuthentication Testing
Test OAuth, JWT tokens, and API key authentication
Bearer Token AuthResponse Validation
Validate JSON responses and status codes
Assert status === 200Environment Variables
Use variables for different environments
{{BASE_URL}}/apiBatch Testing
Run multiple tests in sequence
Collection RunnerCode Export
Export requests as cURL, JavaScript, Python
curl -X POST...🚀Bienvenido al Probador de API
Esta herramienta le ayuda a probar y depurar endpoints de API con facilidad. ¡Empecemos!
- Pruebe cualquier método HTTP (GET, POST, PUT, DELETE, etc.)
- Añada encabezados personalizados y autenticación
- Soporte para variables de entorno
- Historial de solicitudes y solicitudes guardadas
- Resaltado de sintaxis JSON
- Generación de código para múltiples lenguajes
📝Configuración Básica de Solicitud
Comience introduciendo la URL y seleccionando el método HTTP.
URL: https://jsonplaceholder.typicode.com/posts/1
Descripción: This will fetch a sample post from JSONPlaceholder API
🔑Autenticación y Encabezados
Añada autenticación y encabezados personalizados a sus solicitudes.
- Token Bearer: Para tokens JWT y OAuth
- Autenticación Básica: Para autenticación de nombre de usuario/contraseña
- Clave API: Para autenticación de clave API
- Encabezados Personalizados: Añada cualquier encabezado personalizado que necesite
📦Cuerpo de la Solicitud y Parámetros
Añada parámetros de consulta y cuerpo de solicitud para peticiones POST/PUT.
{
"title": "My Post",
"body": "This is the content",
"userId": 1
}📊Análisis de Respuesta
Vea y analice sus respuestas de API con funciones mejoradas.
- Código de Estado: Codificado por colores para una fácil identificación
- Tiempo de Respuesta: Seguimiento del rendimiento de la API
- Resaltado JSON: Resaltado de sintaxis para respuestas JSON
- Encabezados de Respuesta: Ver todos los encabezados de respuesta
- Copiar/Descargar: Guardar respuestas para uso posterior
⚡️Funciones Avanzadas
Explore funciones avanzadas como variables de entorno y generación de código.
- Variables de Entorno: Gestione diferentes entornos (desarrollo, staging, producción)
- Historial de Solicitudes: Vea y reproduzca solicitudes anteriores
- Solicitudes Guardadas: Guarde las solicitudes utilizadas con frecuencia
- Generación de Código: Genere código en cURL, Axios, Fetch
💡Pro Tips for Better API Testing
Use Environment Variables
Set up variables like {{API_URL}} for different environments
Save Frequent Requests
Use collections to organize and reuse your most common API calls
Add Response Tests
Create assertions to automatically validate status codes and response data
Export to Code
Generate ready-to-use code snippets for your applications