VEIN
Butters Dedicated Sandbox के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10880870json
{
"response": {
"steam_id": "90282680056854544",
"domain": null,
"id": 10880870,
"ip": "66.235.174.184",
"port": 8000,
"query": 8001,
"color": 0,
"city": "Dallas",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1774697546,
"score": 0,
"last_online": 1776820833,
"icon": null,
"name": "Butters Dedicated Sandbox",
"connect": "66.235.174.184:8000",
"request": "66.235.174.184:8001",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.023h1",
"numplayers": 1,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 36,
"add_date": 1768319825,
"last_update": 1776820833,
"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": 185,
"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/10880870");
$data = json_decode($json, true);
var_dump($data);