SUPA VANILLA | Monthly | QUAD için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 59,
"fps_avg": 59,
"entities_count": 170327,
"world_seed": 1337,
"world_size": 5000,
"steam_id": "90286577869902872",
"domain": null,
"id": 5234598,
"ip": "156.236.84.35",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Dallas",
"description": "\nMap wipes Monthly on Forced wipes - First Thursday of each month at 1pm CST \r\nBlueprints do wipe \r\nMax group size: 4.\r\nNo teaming exceeding more than 4 . \r\nDiscord: Discord.gg/mrXFXepr9E\r\n 1x gather rates \r\n 1x scrap and components \r\n1/2 crafting and recycling times\r\nIncreased stack sizes and smelting speed\r\nMinicopters spawn on roads\\}Boats spawn on shore\r\nRecyclers and drone marketplace at fishing villages\r\n3 minute nights and 60 minute days\r\nActive non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780152763,
"last_online": 1780568431,
"icon": null,
"name": "SUPA VANILLA | Monthly | QUAD",
"connect": "156.236.84.35:28015",
"request": "156.236.84.35:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1721207816,
"last_update": 1780568431,
"banned": false,
"wipe": 1778178474,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2579,
"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/5234598");
$data = json_decode($json, true);
var_dump($data);