Articles on: API & Integrations
This article is also available in:

How to get an endpoint in Metricool to make API calls

How to get an endpoint


You can extract an endpoint from any section of Metricool where data or metrics are displayed — for example, Analytics, Planner, or Ads.

This process helps you identify the route Metricool uses to make requests and use it as a reference when building your own API calls.




  1. Make sure you have API access


Before starting, make sure you have access to the API.


To do so, go to your account settings and click on the API tab. Keep in mind that this feature is only available for Advanced or Custom plans.


It’s a good idea to keep the official API documentation handy to ensure your call is successful. You can access it with one click from the information icon ℹ️​ next to the token field.


  1. Open the section you want to analyze


Go to the Metricool section where you want to get the metric or data — for example, a social network under Analytics.


  1. Open your browser’s developer tools


Right-click anywhere on the page and select Inspect. This will open your browser’s developer tools.


  1. Go to the “Network” tab


In the panel that opens, select the Network tab (or Red, depending on your browser language).


  1. Filter by Fetch/XHR


Click on Fetch/XHR to see only the requests Metricool sends to the server.


  1. Identify the correct request


Perform an action within Metricool that triggers a new data load, such as changing the date range or applying a filter. You’ll see new requests appear in the list.


Look for the one that matches the network or section you’re working on. When you click on it, you’ll see the endpoint details: the URL, method (GET/POST), and parameters used.


  1. Set up your API call


Now you have the first step to make an API call: getting the endpoint.


From here, you’ll need to configure the required parameters (such as blog ID, user ID, or other fields) depending on the type of call you want to make.


In the Help Center, you’ll find other articles about the API and integrations, to keep automating your workflows with tools like Make, Postman, or n8n.


Updated on: 05/11/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!