Left 4 Dead 2
API for Valve Left4Dead 2 US East Server (srcds1001-iad1.121.320)
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. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/898849json
{
"response": {
"steam_id": "90284127510550548",
"domain": null,
"id": 898849,
"ip": "162.254.192.132",
"port": 27334,
"query": 27334,
"color": 0,
"city": "Ashburn",
"description": "",
"game": 550,
"owner": null,
"boosts": 1,
"last_offline": 1775145133,
"score": null,
"last_online": 1775736631,
"icon": null,
"name": "Valve Left4Dead 2 US East Server (srcds1001-iad1.121.320)",
"connect": "162.254.192.132:27334",
"request": "162.254.192.132:27334",
"map": "c14m1_junkyard",
"gamemode": "Left 4 Dead 2",
"version": "2.2.4.3",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684745809,
"last_update": 1775736631,
"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": 3555,
"language": "en",
"parked": false,
"app": {
"id": 11,
"steam_id": 550,
"name": "Left 4 Dead 2",
"url": "left-4-dead-2",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/898849");
$data = json_decode($json, true);
var_dump($data);