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/users
🔑

Authentication Testing

Test OAuth, JWT tokens, and API key authentication

Bearer Token Auth

Response Validation

Validate JSON responses and status codes

Assert status === 200
🌍

Environment Variables

Use variables for different environments

{{BASE_URL}}/api

Batch Testing

Run multiple tests in sequence

Collection Runner
📤

Code 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.

Método: GET
URL: https://jsonplaceholder.typicode.com/posts/1
Descripción: This will fetch a sample post from JSONPlaceholder API
💡¡Puede usar variables de entorno como {BASE_URL} en sus solicitudes!

🔑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
🟢¡Utilice variables de entorno para datos sensibles como las claves API!

📦Cuerpo de la Solicitud y Parámetros

Añada parámetros de consulta y cuerpo de solicitud para peticiones POST/PUT.

Ejemplo de Cuerpo de Solicitud (POST):
{
  "title": "My Post",
  "body": "This is the content",
  "userId": 1
}
🔵Los parámetros de consulta se añaden automáticamente a la URL para las solicitudes GET.

📊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
🟣¡Listo para empezar a probar! Haga clic en "Empezar" para comenzar a usar el Probador de API.

💡Pro Tips for Better API Testing

1

Use Environment Variables

Set up variables like {{API_URL}} for different environments

2

Save Frequent Requests

Use collections to organize and reuse your most common API calls

3

Add Response Tests

Create assertions to automatically validate status codes and response data

4

Export to Code

Generate ready-to-use code snippets for your applications