VEIN
Slay the Horde के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11092789json
{
"response": {
"steam_id": "90281972130098198",
"domain": null,
"id": 11092789,
"ip": "67.217.49.106",
"port": 12269,
"query": 12270,
"color": 0,
"city": "Teterboro",
"description": "Howdy Chuds",
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1774697545,
"score": 0,
"last_online": 1775952017,
"icon": null,
"name": "Slay the Horde",
"connect": "67.217.49.106:12269",
"request": "67.217.49.106:12270",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.022h18",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1770027713,
"last_update": 1775952017,
"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": 25,
"language": "en",
"parked": false,
"app": {
"id": 1530675,
"steam_id": 1857950,
"name": "VEIN",
"url": "vein"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11092789");
$data = json_decode($json, true);
var_dump($data);