Prerequisite You should have administrative access to your Growi dashboard.

How to Access Growi Statistics

Follow these steps to set up authentication and start accessing Growi’s statistics endpoints.

1. Generate Your API Key

First, navigate to the “Settings” section of your Growi dashboard, then click on the “Developer” tab. Here you can create a new API key for accessing the statistics endpoints.

2. Copy Your API Key

Once you’ve created your API key, you can copy it to use in your API requests. Keep this key secure and don’t share it publicly.

3. Making Authenticated Requests

To make requests to any of our stats endpoints, you’ll need to include your API key in the Authorization header using Bearer authentication:

Base URL: https://api.growi.io/api/public/v1
Authorization: Bearer YOUR_API_KEY

Available Statistics Endpoints

You can access various statistics through our API endpoints:

  • Get Snapshots
  • Content Platform Composition
  • 24-Hour Content Data
  • Creator Statistics
  • Top Creators
  • Top Posts
  • User Contents

For detailed information about each endpoint and their specific parameters, please refer to our API Documentation.

Troubleshooting