VEIN
Savage Dawn के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10612244json
{
"response": {
"steam_id": 90281540292210690,
"domain": null,
"id": 10612244,
"ip": "50.20.200.61",
"port": 1035,
"query": 1036,
"color": 0,
"city": "Sterling",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1769595088,
"score": 0,
"last_online": 1776810696,
"icon": null,
"name": "Savage Dawn",
"connect": "50.20.200.61:1035",
"request": "50.20.200.61:1036",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.022h18",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1763324240,
"last_update": 1776810696,
"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": 367,
"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/10612244");
$data = json_decode($json, true);
var_dump($data);