API for / M O C K B A /Russia/ S Y N E R G Y /Class mod/
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286059775221763",
"domain": null,
"id": 10796427,
"ip": "176.107.244.18",
"port": 27272,
"query": 27272,
"color": 0,
"city": "Dzerzhinsky",
"description": null,
"game": 17520,
"owner": null,
"boosts": 1,
"last_offline": 1779424368,
"last_online": 1779727233,
"icon": null,
"name": "/ M O C K B A /Russia/ S Y N E R G Y /Class mod/",
"connect": "176.107.244.18:27272",
"request": "176.107.244.18:27272",
"map": "ra_c1l2",
"gamemode": "Synergy 25.3",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 42,
"add_date": 1766877177,
"last_update": 1779727233,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 7,
"language": "ru",
"parked": false,
"app": {
"id": 34,
"steam_id": 17520,
"name": "Synergy",
"url": "synergy"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10796427");
$data = json_decode($json, true);
var_dump($data);