The basic statistics endpoint provides essential metrics about your redirect’s performance, including total hits, unique visitors, bot detection, and high-level summary data.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/dishant0406/quickleap/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Function signature
Path parameters
The unique identifier of the redirect to retrieve statistics for
Query parameters
Start date for the analytics period in ISO 8601 formatExample:
2024-01-01T00:00:00ZEnd date for the analytics period in ISO 8601 formatExample:
2024-01-31T23:59:59ZIf no date range is specified, the endpoint returns statistics for the last 30 days by default.
Response
The endpoint returns an object containing basic statistics:Example request
Example response
Use cases
- Dashboard overview: Display high-level metrics on your redirect dashboard
- Performance monitoring: Track overall redirect health and success rates
- Capacity planning: Use average and peak metrics to plan infrastructure
- Bot detection: Monitor the ratio of bot to human traffic
- Trend analysis: Compare statistics across different time periods
Related endpoints
- Get hits over time - Detailed time-based breakdown
- Get dashboard summary - Comprehensive dashboard data
- Get bot analytics - Detailed bot vs human analysis