Introduction

API is an interface that allows you to get site information through HTTP requests.
URL address for calling API methods: https://api.devmc.org/v1
Syntax requests and the type of data they return are strictly defined on the side of the service itself.
Query methods are conditional commands that correspond to a specific operation with the database - obtaining information, writing or deleting.
The input parameters of all methods, as well as the response structure, are defined in detail on the pages method descriptions.
The server response is always a JSON object with the requested data, or an error code.