QUAD TRIO | MAX4 | FULL WIPE 04.06 | x2 | UA | EU | ПАЛЯН� için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 58942,
"world_seed": 1337,
"world_size": 3200,
"steam_id": "90286735394739225",
"domain": null,
"id": 10933704,
"ip": "217.182.200.102",
"port": 28017,
"query": 28018,
"project_id": null,
"color": 0,
"city": "Wroclaw",
"description": "\nGlobal Wipve every Thursday\r\n- x2 gathering\r\n- x2 components\r\n- x2 smelting\r\n- Clan system\r\n- Faster Recyclers\r\n- Faster Smelting\r\n\r\nГлобал Вайп щочетверга о 17:00\r\n- х2 збирання\r\n- х2 компоненти\r\n- х2 плавління\r\n- Система кланів\r\n- Прискорені переробники\r\n- Прискорене плавлення",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780885453,
"last_online": 1780912830,
"icon": null,
"name": "QUAD TRIO | MAX4 | FULL WIPE 04.06 | x2 | UA | EU | ПАЛЯН�",
"connect": "217.182.200.102:28017",
"request": "217.182.200.102:28018",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768486587,
"last_update": 1780912830,
"banned": false,
"wipe": 1780595331,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4069,
"language": "pl",
"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/10933704");
$data = json_decode($json, true);
var_dump($data);