Island of Dr Moreau | Long | 50% Upkeep | BP 5/7 | 4M/BPs için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 142,
"fps_avg": 138,
"entities_count": 97913,
"world_seed": 206680710,
"world_size": 4000,
"steam_id": "90286416922690568",
"domain": null,
"id": 1206420,
"ip": "198.133.237.51",
"port": 28004,
"query": 28014,
"color": 0,
"city": "Chicago",
"description": "\n- Wipes: 4 month BPs - Monthly Map with Update (First Thursday of Month)\r\n- 50% Upkeep Requirement.\r\n- Map Size: 4K\r\n- Minicopter Road Spawns\r\n- Aircraft Flight Ceiling: 300m\r\n- Incrased Node Spawns & Density (Including Animals)\r\n---\r\nRules:\r\n*Accounts VAC bans under 1 year are not permitted. (Auto-Ban)\r\n*No racism, hate speech, etc - of any form.\r\n*No Pings above 180ms (auto-kick)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780224236,
"last_online": 1780561228,
"icon": null,
"name": "Island of Dr Moreau | Long | 50% Upkeep | BP 5/7 | 4M/BPs",
"connect": "198.133.237.51:28004",
"request": "198.133.237.51:28014",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1691955303,
"last_update": 1780561228,
"banned": false,
"wipe": 1778195063,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2235,
"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/1206420");
$data = json_decode($json, true);
var_dump($data);