API versions
The CreatorDB API is currently on version 2.0. The first version of the CreatorDB API is no longer available.API structure
The API Uniform Resource Locator (URL) is a unique address directed towards the API resource. The URL is required for making HTTP requests and interacting with the API to obtain or send data. The API URL components and descriptions are as follows:
The CreatorDB API follows REST API conventions.
- Resources are nouns like
apiStatusoryoutubeBasic. - Subresources are a classification or item of another resource.
- Actions are represented by HTTP request methods.
- Responses follow the generic JSON content type.
https://dev.creatordb.app/v{version number}/.