Hi, I’m reading the Vercel REST API documentation, and there is quite an extensive amount of data able to be queried. I’ve looked through the Projects and Teams sections of the API, but can’t find details on querying usage statistics like Fast Data Transfer usage data amount in megabytes maybe.
I’m a student attempting to build a service on top of vercel, using this information, apologies if this is a stupid question.
Hi @isaac-westaway!
Welcome to the Vercel Community It’s great to see you here!
Not a stupid question at all! I can see that there isn’t anything documented in our endpoints. I expect information about “Fast Data Transfer” usage would live under billing endpoints, but let me just confirm this.
Hello @pawlean
Thanks for your response ! I’ve done some cURL requests to retrieve some data about accounts, projects, and teams, but I cannot find any billing endpoints as you mentioned? Is this a feature of the pro plan?
Good question, @isaac-westaway! We don’t currently have public, stable endpoints for usage stats or billing info for any plan type.
All stable REST API endpoints are in the docs, but it looks like you’ve already seen those.
If you like to live on the edge, I’ve got a list of the internal endpoints for some of the usage data but note they have no stability guarantee but so far have been working stably in a few tools I’ve built out, Just a warning some of them require some weird auth instead of a API Token they use session tokens that you’ll have to find a way to generate automatically.
What do you mean by internal endpoints?
REST endpoints across different Vercel domains that were only intended for internal use but and have no official guarantee of stability or documentation but do exist and are functional and usable.
Ah might not go down that path then and probably just won’t have vercel integration with my project. Thanks for your answer
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.