How to get details on API calls being reported by Contentful

We recently launched a single page calling Contentful from Next.js (not statically built). This page has 8 images hosted by the Contentful’s CDN and has received 143 pageviews in the last week. This would mean roughly 1.2k CDA API calls (9 * 143, one for fetching the content, eight for the images).

However, Contentful is reporting 11,000+ CDA API calls, 10x the amount we estimate.

Furthermore, we’re using the GraphQL API, but the Contentful usage page shows zero API calls to GraphQL.

Has anyone else experienced an issue like this? And does Contentful provide any tools to extract raw logs of API calls?

2 Likes