Start monitoring your API endpoints and vital site transactions.
API monitoring correct and fast, 24x7
Downtime caused by API performance has serious and costly business impact. Use Checkly's powerful but easy to use API monitoring solution to check your mobile, web app or IoT API for performance, uptime, and accuracy.
new ApiCheck('hello-api-1', {
name: 'Hello API',
activated: true,
request: {
method: 'GET',
url: 'https://api.checklyhq.com/public-stats',
assertions: [
AssertionBuilder.statusCode().equals(200)
],
}
})
Trusted By Engineering Teams At
Test and Monitor with confidence
Monitor for Performance
Checkly records the response time for each request, down to TCP, DNS and first byte times. Add assertions for maximum response time.
Monitor for Correctness
Check payloads, return codes, headers, and authentication. Dive inside JSON payloads and validate specific items.
High-Frequency Global Monitoring
Monitor your APIs every 10 seconds from over 20 global data center locations.
Setup and Teardown Scripts
Run custom Javascript before and after your API check. Sign requests, get auth tokens and clean up test data.
Import from Tools You Know
Checkly’s cUrl and Swagger API importers create fully fledged API checks with just a couple of clicks.
CI/CD Integration
Integrate your API monitoring into your QA or continuous delivery process by triggering checks from the command line.