Four Horsemen | 2X | Solo/Duo | Weekly | One Grid | SkillTree के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 75,
"fps_avg": 74,
"entities_count": 6830,
"world_seed": 1594665589,
"world_size": 1000,
"steam_id": "90286595536535568",
"domain": null,
"id": 759574,
"ip": "64.40.223.7",
"port": 28024,
"query": 28023,
"color": 0,
"city": "Abilene",
"description": "\nFour Horsemen | 2X | Solo/Duo | Weekly | One Grid\r\nServer rules can be found on our discord.\r\nhttps://discord.gg/TEdvqP27An\r\n\r\nNon-Playing Admins/Mods\r\nCustom One Grid Maps\r\n\r\nLast BP Wipe - Monthly - First Thursday Every Month 1PM Central\r\nNext BP Wipe - Monthly - First Thursday Every Month 1PM Central\r\nLast Map Wipe - Weekly - Every Thursday 1PM Central\r\nNext Map Wipe - Weekly - Every Thursday 1PM Central\r\nSkillTree Wipe - Monthly - First Thursday Every Month 1PM Central\r\nSolo/Duo Only\r\nClans\r\nSkillTree\r\nNoob Friendly\r\nKits - Starter Kits and VIP Kits\r\n2x Stacks\r\n2x Gather\r\nLong Days - Short Nights",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598073,
"last_online": 1780592433,
"icon": null,
"name": "Four Horsemen | 2X | Solo/Duo | Weekly | One Grid | SkillTree",
"connect": "64.40.223.7:28024",
"request": "64.40.223.7:28023",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1680784631,
"last_update": 1780598073,
"banned": false,
"wipe": 1779990198,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9766,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/759574");
$data = json_decode($json, true);
var_dump($data);