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/8299909
json
{
"response": {
"id": 8299909,
"ip": "38.58.180.154",
"port": 27017,
"query": 27017,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": null,
"game": 700330,
"owner": null,
"boosts": 1,
"last_offline": 1744540524,
"score": 0,
"last_online": 1744161104,
"icon": null,
"name": "My Server Name",
"connect": "38.58.180.154:27017",
"request": "38.58.180.154:27017",
"map": "Facility",
"gamemode": "SCP: Secret Laboratory",
"version": null,
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1743285115,
"last_update": 1744540524,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 18576,
"steam_id": 700330,
"name": "SCP: Secret Laboratory",
"url": "scp-secret-laboratory",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8299909");
$data = json_decode($json, true);
var_dump($data);