Counter-Strike
API for We moved to 188.212.100.96:27015
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/1029769json
{
"response": {
"steam_id": null,
"domain": null,
"id": 1029769,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "",
"game": 10,
"owner": 45498,
"boosts": 1,
"last_offline": 1750457066,
"score": 5,
"last_online": 1747283540,
"icon": null,
"name": "We moved to 188.212.100.96:27015",
"connect": null,
"request": null,
"map": "zm_snow_mix",
"gamemode": "Zombie Plague",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RO",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1685373885,
"last_update": 1750457066,
"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": 7096,
"language": "ro",
"parked": true,
"app": {
"id": 3,
"steam_id": 10,
"name": "Counter-Strike",
"url": "counter-strike"
},
"server_owner": {
"username": "deea7559",
"avatar": "f866a1a2-54fe-47e2-bfc1-022938f95587.jpg",
"last_online": 1701758934
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/1029769");
$data = json_decode($json, true);
var_dump($data);