We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/1857591
json
{
"response": {
"id": 1857591,
"ip": "149.56.41.48",
"port": 7780,
"query": 7780,
"owner_name": "BlackCityRP",
"owner_avatar": "f5f010cd-142d-4f5d-8c75-b034f6317d8b.jpg",
"color": 0,
"description": "",
"game": 9000035,
"owner": 47420,
"boosts": 1,
"last_offline": 1743379711,
"score": null,
"last_online": 1743862271,
"icon": null,
"name": "Brasil Play Splite RPG [Android/PC]",
"connect": "149.56.41.48:7780",
"request": "149.56.41.48:7780",
"map": "Portuguкs/PT | Brasil",
"gamemode": "RPG | Brasil [BR/PT]",
"version": "0.3.7-R2",
"numplayers": 0,
"maxplayers": 99,
"bots": 0,
"secured": false,
"private": false,
"country": "CA",
"status": true,
"votes": 1,
"points": 61,
"add_date": 1700249217,
"last_update": 1743862271,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 168,
"steam_id": 9000035,
"name": "Samp",
"url": "samp",
"popular_maps_available": false
},
"server_owner": {
"username": "BlackCityRP",
"avatar": "f5f010cd-142d-4f5d-8c75-b034f6317d8b.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/1857591");
$data = json_decode($json, true);
var_dump($data);