GRIMMZONE TEST SVR2 Gasoline के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 56,
"entities_count": 79434,
"world_seed": 223442274,
"world_size": 4096,
"steam_id": "90286588673404947",
"domain": null,
"id": 11744570,
"ip": "70.8.154.251",
"port": 28024,
"query": 28025,
"color": 0,
"city": "Manchester",
"description": "\nWelcome to GrimmZone the original PVE community 5 + YRS! \r\n◆Progress between 3 Maps! This is Realm 2 Medium Difficulty. \r\n◆BP don't wipe \r\n◆Are you tired of getting offline raided and just want to enjoy the game? \r\n◆So are we. Join our community of friends. \r\n◆Free to all \r\n◇Skinbox ◇Sign Artist ◇Remover Tool ◇Elevators ◇5 Rows in Backpack \r\n◇Stackable crates ◇Faster Smelting ◇Crafting ◇Recycling \r\n◇SkillTree ◇CombatClasses ◇Mining ◇Farming ◇Raiding ◇Medic \r\n◆Custom Maps Spots and Events \r\n◇Satelite Dish ◇Harbors ◇Convoys ◇Trains ◇Pookies \r\n◆Start with Tier 1 Blueprints. \r\n◆No risk of player looting or killing. Loot locked to top damage dealer. \r\n◆Balanced PvE server ◇Custom maps ◇Monuments ◇NPC's ◇EVENTS. \r\n◆Spawnable Vehicles and JETPACKS! ◇Join Discord. \r\n◆Earn titles & rewards for time spent. ◇Interactive quests & custom missions. \r\n◆Earn VIP & kits with in-game currency $$$. \r\n◆Over 100 raidable bases ◇Defendable homes ◇Raiding zombies. \r\n◆BP's wipe every 6 months with skills. \r\n◆Active admins enforcing rules \r\n◇No racism ◇No Harassment ◇No Abuse allowed.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780597404,
"last_online": 1780566028,
"icon": null,
"name": "GRIMMZONE TEST SVR2 Gasoline",
"connect": "70.8.154.251:28024",
"request": "70.8.154.251:28025",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780518707,
"last_update": 1780597404,
"banned": false,
"wipe": 1780498858,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12934,
"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/11744570");
$data = json_decode($json, true);
var_dump($data);