Tims Place PVE 10x /Custom Heli/Bradley/Bots/snipers için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 50,
"fps_avg": 52,
"entities_count": 400987,
"world_seed": 1,
"world_size": 6000,
"steam_id": "90286589735563279",
"domain": null,
"id": 1034914,
"ip": "168.100.163.35",
"port": 28015,
"query": 28013,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to Tim's Place PVE\r\n\r\nWe offer a ton of QOL plugins, different challenges and more for your entertainment\r\nTim's Challenges Include:\r\n Custom Buildings or Areas to build in;\r\nSurvive in Tims Chaos Town,\r\nAnd Several leaderboards\r\n\r\n Some of our Events include:\r\n Harbor Event,\r\nAirfield Event,\r\nJet Event,\r\nGas Station Event\r\nRaidable Bases (The Full Version)\r\n Random and Buyable Bradleys (With Custom Difficulties)\r\nBuyable Heli's (With Custom Difficulty Tiers)\r\nCustom Loot,\r\nCustom Boss Bots,\r\n and So many more!\r\n\r\n Our Mascot, Tim, Would like to welcome all of you to his place!\r\n We do not tolerate any toxic behavior!\r\nBe Kind, Be Nice, Be Respectful!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778176987,
"last_online": 1780582830,
"icon": null,
"name": "Tims Place PVE 10x /Custom Heli/Bradley/Bots/snipers",
"connect": "168.100.163.35:28015",
"request": "168.100.163.35:28013",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 11,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1688592511,
"last_update": 1780582830,
"banned": false,
"wipe": 1778176916,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 875,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/1034914");
$data = json_decode($json, true);
var_dump($data);