It is recommeded to use the Library instead of directly calling the API. The Library provides a more convenient interface and handles many details for you.

Base URL

All requests contain the following base URL:
https://crxbase.com/api

Authentication

Currently, the API requests use the request cookies to authenticate the user. This means that you need to be logged in to the https://crxbase.com to use the API. Use openLoginPage function of the Library to open the login page in the browser. After logging in, the cookies will be set automatically.

Rate limit

The default maximum rate limit is 2 requests per second.