Skip to main content

βš™οΈ 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:

  1. Go to your app on the RapidAPI dashboard.
  2. 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 to true if the response was generated by the RapidAPI proxy (not our origin server).