[NA] Myah's - PvE Pirates|Convoy|RaidBases|NPC|06.04.26 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 67,
"fps_avg": 67,
"entities_count": 143896,
"world_seed": 825003529,
"world_size": 4800,
"steam_id": "90286747223366680",
"domain": null,
"id": 5003895,
"ip": "104.129.132.194",
"port": 28015,
"query": 28016,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "![[NA] Myah's - PvE Pirates|Convoy|RaidBases|NPC|06.04.26](https://ezcraft.org/images/ravenlogo.png)\n[NA] Myah's - PvE Pirates|Convoy|RaidBases|NPC|06-04-26\r\n\r\n- Economy Based.\r\n- Skill Tree.\r\n- Item Shop.\r\n- Wandering Zombies.\r\n- Radtown Event.\r\n- Tugboat Pirates.\r\n- Random Raidable Bases.\r\n- NPC's at most monument.\r\n- Jet Event.\r\n- Convoy Event.\r\n- Personal Dungeons.\r\n- Hybrid Vehicles.\r\n- Oil Drilling at Large Oil Rig.\r\n- No BP or permissions wipe unless forced or the 1st Thursday in January and June.\r\n- No VIP packages.\r\n- Server turns to PvP Tuesday before wipe.\r\n- Server wipes first Thursday of the month at 6:00pm EDT.\r\n\r\nWebsite: https://ezcraft.org\r\nDiscord: https://discord.ezcraft.org",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780839264,
"last_online": 1780927837,
"icon": null,
"name": "[NA] Myah's - PvE Pirates|Convoy|RaidBases|NPC|06.04.26",
"connect": "104.129.132.194:28015",
"request": "104.129.132.194:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1720230711,
"last_update": 1780927837,
"banned": false,
"wipe": 1780617888,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3338,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/5003895");
$data = json_decode($json, true);
var_dump($data);