SoftPVP | EU | Solo/Duo | Keep gear on death! | x2 Gathering के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 117,
"fps_avg": 137,
"entities_count": 64996,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90286490287700999",
"domain": null,
"id": 11644764,
"ip": "135.125.174.103",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Limburg an der Lahn",
"description": "SoftPVP is built for players new to Rust and casual players who don't want vanilla's brutal punishment.\nWhen you die, you respawn with the armor you were wearing and the weapons or tools you had in your hotbar. But you still lose the rest.\n\nStill risky enough to keep PvP exciting. Just less punishing and frustrating!\n\nTHE DEATH RULE\nKEEP: weapons and tools in your hotbar + the armor you're wearing.\nLOSE: everything else (inventory, ammo loaded in your weapon, your backpack, spare gear).\n\nSERVER TWEAKS\n- Solo / Duo only (team size 2)\n- Gather rate x2\n- Stack sizes x5\n- Base upkeep reduced (half cost)\n- Furnace auto-splitter\n\nWipe: monthly (1st Thursday)\nDiscord: SOON",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780177435,
"last_online": 1780596032,
"icon": null,
"name": "SoftPVP | EU | Solo/Duo | Keep gear on death! | x2 Gathering",
"connect": "135.125.174.103:28015",
"request": "135.125.174.103:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177435,
"last_update": 1780596032,
"banned": false,
"wipe": 1779986812,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4544,
"language": "de",
"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/11644764");
$data = json_decode($json, true);
var_dump($data);