βοΈ RapidAPI Authentication
You can access your subscription details, API keys, analytics, billing settings, and apps from the RapidAPI Developer Dashboard.
Use the tabs on the left-hand side of the dashboard to navigate through various sections.
π App-Specific Analyticsβ
The RapidAPI Developer Dashboard provides in-depth analytics for each app in your account.
To view these:
- Go to your app on the RapidAPI dashboard.
- Click on the Analytics tab.
At the top, youβll see a chart representing all API calls made by your application across all connected APIs.
You can also filter the logs to display specific APIs associated with your app.
π Available Metricsβ
- API Calls: Number of API requests made.
- Error Rate: Number of failed/error responses.
- Latency: Average time taken to receive a response.
To change the time range of your analytics, click the calendar icon and select your desired period.
π₯ Response Headersβ
When making requests to our API via RapidAPI, the following headers are included in every response:
server
: Indicates the current version of the API proxy used by RapidAPI.x-ratelimit-requests-limit
: Total number of requests allowed by your subscription plan before overages.x-ratelimit-requests-remaining
: Number of requests remaining before you exceed your planβs limit.x-rapidapi-proxy-response
: Set totrue
if the response was generated by the RapidAPI proxy (not our origin server).