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

# API Calls

export const Link = ({href, children, className, ...props}) => {
  const localizedHref = href;
  return <a href={localizedHref} className={className} {...props}>
      {children}
    </a>;
};

The Box API is a restful API that follow common HTTP standards
where possible. The following guides take a look at some of the useful
features and common mistakes that a developer can encounter when working with
these APIs.

## API calls insights

Admins and co-admins can access the Platform Insights
dashboard that provides information on the total number
of API calls per application.

See [Platform Insights][insights] and <Link href="/guides/applications">applications</Link> for details.

[insights]: https://support.box.com/hc/en-us/articles/20738406915219-Platform-Insights
