> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> You can view API traffic, endpoint, client, and IP traffic metrics and creation reports in Apinizer. You can generate custom reports and visualize analytics data in different views.

## Available Reports

Reports under this menu are as follows:

<CardGroup cols={2}>
  <Card title="API Traffic (Over Time)" icon="clock" href="/en/analytic/analytics-reports/api-traffic-over-time">
    Visualizes API traffic grouped by time
  </Card>

  <Card title="API Traffic & Time Metrics" icon="chart-bar" href="/en/analytic/analytics-reports/api-traffic-and-time-metrics">
    Presents traffic metrics grouped by API Proxy
  </Card>

  <Card title="Endpoint Traffic & Time Metrics" icon="route" href="/en/analytic/analytics-reports/endpoint-traffic-and-time-metrics">
    Analyzes endpoint-based traffic metrics
  </Card>

  <Card title="Client Traffic & Time Metrics" icon="users" href="/en/analytic/analytics-reports/client-traffic-and-time-metrics">
    Shows username-based traffic metrics
  </Card>

  <Card title="IP Traffic & Time Metrics" icon="network-wired" href="/en/analytic/analytics-reports/ip-traffic-and-time-metrics">
    Analyzes IP address-based traffic metrics
  </Card>

  <Card title="Endpoint Size Metrics" icon="ruler" href="/en/analytic/analytics-reports/endpoint-size-metrics">
    Shows endpoint request and response size metrics
  </Card>

  <Card title="API Proxy Creation Report" icon="plus-circle" href="/en/analytic/analytics-reports/api-proxy-creation-report">
    Visualizes API Proxy creation statistics
  </Card>

  <Card title="API Endpoint Creation Report" icon="code-branch" href="/en/analytic/analytics-reports/api-endpoint-creation-report">
    Visualizes API Endpoint creation statistics
  </Card>

  <Card title="Endpoints Not Receiving Requests" icon="exclamation-triangle" href="/en/analytic/analytics-reports/endpoints-not-receiving-requests">
    Detects unused endpoints
  </Card>

  <Card title="Clients Not Making Requests" icon="user-slash" href="/en/analytic/analytics-reports/clients-not-making-requests">
    Detects passive clients
  </Card>

  <Card title="Client Route Report" icon="route" href="/en/analytic/analytics-reports/client-route-report">
    Detects route conflicts
  </Card>

  <Card title="Report Generator" icon="file-chart-line" href="/en/analytic/analytics-reports/report-generator">
    Creates custom scheduled reports
  </Card>
</CardGroup>

<Note>
  Among these pages, API Proxy Traffic (Over Time) and API Proxy Creation Report pages are exclusive to Admin, while others are available in both Project menu and Admin menu.
</Note>

## Reporting Scope

Although the report screens in this section are structurally the same, the following points should be noted:

<CardGroup cols={2}>
  <Card title="Project Menu" icon="folder">
    Reporting can only be done on metrics under the project
  </Card>

  <Card title="Admin Menu" icon="user-shield">
    Reporting can be done on all metrics
  </Card>
</CardGroup>
