API для CHILLZONE - PVE | ROLE PLAY FRIENDLY | NOOB FRIENDLY
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 86784,
"world_seed": 1337,
"world_size": 4300,
"steam_id": "90286574790526978",
"domain": null,
"id": 9614939,
"ip": "156.236.84.45",
"port": 28010,
"query": 28011,
"color": 0,
"city": "Dallas",
"description": "\nA fun, friendly and balanced PvE and Roleplaying server for players of all experience, wanting the chill and fun side of Rust, without the toxicity.\r\n\r\n- No Killing/Stealing/Raiding \r\n- PvE & RP Areas of the Map | Events\r\n- Quests, Arenas, PVE Events, Escape Rooms \r\n- Balanced and Enhanced Gather & Stack Rates\r\n- Community Towns (player-built), Casinos, Community Hub\r\n\r\nChillzone Servers offers amazing gameplay centered around the community and aims to provide an awesome server for players of all skill levels and experience.\r\n\r\nrsme-105",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778766179,
"last_online": 1780552835,
"icon": null,
"name": "CHILLZONE - PVE | ROLE PLAY FRIENDLY | NOOB FRIENDLY",
"connect": "156.236.84.45:28010",
"request": "156.236.84.45:28011",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1750717416,
"last_update": 1780552835,
"banned": false,
"wipe": 1778275000,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3071,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/9614939");
$data = json_decode($json, true);
var_dump($data);