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:
| Components | Description |
|---|---|
| Protocol | Indicates the required protocol the browser must follow to obtain the URL resource. |
| Host | Also known as the domain name, directs to the server being requested. Instead of a domain name, this can also be an IP address. |
| Version | Indicates the current API version. |
| Resource | The path to the API resource on the server. |
| Parameter | The information the web server requires in an API request to access the resource. |
- 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}/.