API Test Aracı
Gelişmiş özelliklerle REST API'lerini test edin
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...🚀API Test Aracına Hoş Geldiniz
Bu araç, API uç noktalarını kolaylıkla test etmenize ve hata ayıklamanıza yardımcı olur. Başlayalım!
- Herhangi bir HTTP yöntemini test edin (GET, POST, PUT, DELETE, vb.)
- Özel başlıklar ve kimlik doğrulama ekleyin
- Ortam değişkenleri desteği
- İstek geçmişi ve kaydedilmiş istekler
- JSON sözdizimi vurgulama
- Birden çok dil için kod oluşturma
📝Temel İstek Kurulumu
URL'yi girerek ve HTTP yöntemini seçerek başlayın.
URL: https://jsonplaceholder.typicode.com/posts/1
Açıklama: This will fetch a sample post from JSONPlaceholder API
🔑Kimlik Doğrulama ve Başlıklar
İsteklerinize kimlik doğrulama ve özel başlıklar ekleyin.
- Taşıyıcı Belirteç: JWT ve OAuth belirteçleri için
- Temel Kimlik Doğrulama: Kullanıcı adı/şifre kimlik doğrulaması için
- API Anahtarı: API anahtarı kimlik doğrulaması için
- Özel Başlıklar: İhtiyacınız olan herhangi bir özel başlığı ekleyin
📦İstek Gövdesi ve Parametreler
POST/PUT istekleri için sorgu parametreleri ve istek gövdesi ekleyin.
{
"title": "My Post",
"body": "This is the content",
"userId": 1
}📊Yanıt Analizi
Gelişmiş özelliklerle API yanıtlarınızı görüntüleyin ve analiz edin.
- Durum Kodu: Kolay tanımlama için renk kodlu
- Yanıt Süresi: API performansını takip edin
- JSON Vurgulama: JSON yanıtları için sözdizimi vurgulama
- Yanıt Başlıkları: Tüm yanıt başlıklarını görüntüleyin
- Kopyala/İndir: Yanıtları daha sonra kullanmak üzere kaydedin
⚡️Gelişmiş Özellikler
Ortam değişkenleri ve kod oluşturma gibi gelişmiş özellikleri keşfedin.
- Ortam Değişkenleri: Farklı ortamları yönetin (geliştirme, hazırlık, üretim)
- İstek Geçmişi: Önceki istekleri görüntüleyin ve tekrar oynatın
- Kaydedilmiş İstekler: Sık kullanılan istekleri kaydedin
- Kod Oluşturma: cURL, Axios, Fetch dillerinde kod oluşturun
💡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