[ENG/PT/ESP/ITA] PortoRust | Vanilla | Monthly | NO BP Wipe için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 81,
"fps_avg": 76,
"entities_count": 69655,
"world_seed": 1105971531,
"world_size": 3510,
"steam_id": "90286603427940362",
"domain": null,
"id": 9884708,
"ip": "156.236.84.213",
"port": 28030,
"query": 28031,
"color": 0,
"city": "City of London",
"description": "![[ENG/PT/ESP/ITA] PortoRust | Vanilla | Monthly | NO BP Wipe](https://imgur.com/a/Zjzg3yt.png)\nWelcome to PortoRust!\r\n\r\n**Wipe Schedules**\r\n- MONTHLY RUST SKIN GIVEAWAY\r\n- Map Wipe Monthly\r\n- NO BP Wipe\r\n- Max 8 Team\r\n\r\n**Features**\r\n- Mini spawn on roads\r\n- Bags limit increased to 25\r\n- Hackable creates timer decreased to 10 minutes\r\n- Rust+ Active\r\n- Shorter nights\r\n- Max 16 turrets\r\n- Patrol Helicopter doesn't flee",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778241739,
"last_online": 1780606828,
"icon": null,
"name": "[ENG/PT/ESP/ITA] PortoRust | Vanilla | Monthly | NO BP Wipe",
"connect": "156.236.84.213:28030",
"request": "156.236.84.213:28031",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1753696320,
"last_update": 1780606828,
"banned": false,
"wipe": 1780594875,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1879,
"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/9884708");
$data = json_decode($json, true);
var_dump($data);