Our API allows you to retrieve informations from our website via GET request and supports the following query parameters:
Name | Meaning | Values | Description | Required |
---|---|---|---|---|
type | Query type. | get_channel_info using fetch you can get user data | This parameter specify the type of the query. |
';
echo '
' . htmlspecialchars($code) . '
';
?>
' . htmlspecialchars($code) . '';
?>
Jsonoutput { "api_status": "200", "api_version": "1.0", "data":{ "id": , "username": "", "email": "", "first_name": "", "last_name": "", "gender": "", } }