API для [BR] ZARALHA VANILLA [MAX 4] NEW WIPE 19/06
JSON для программ, сайтов и прочего
text
json
{
"response": {
"oxide": true,
"modded": true,
"fps": 51,
"fps_avg": 52,
"entities_count": 27234,
"world_seed": 1548614670,
"world_size": 2500,
"steam_id": 90287299737748510,
"domain": null,
"id": 11588045,
"ip": "178.132.198.192",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "São Paulo",
"description": "![[BR] ZARALHA VANILLA [MAX 4] NEW WIPE 19/06](https://cdn.discordapp.com/attachments/1185389782386356287/1509691753790312458/ZARALHA.png?ex=6a1eb6c2&is=6a1d6542&hm=8efb2f9d096439d4528b1b3faf6a09ef3698aa46fbe8064dc7ca9af637cb61d8&)\nSEJA BEM VINDO AO ZARALHA VANILLA [MAX 4] WIPE 19/06 \r\n \r\n MELHORES ADMINISTRDORES E ANTI-CHEAT JA VISTO \r\n \r\nENTRE EM NOSSO DISCORD PARA MAIS NOVIDADES",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781903034,
"last_online": 1782312624,
"icon": null,
"name": "[BR] ZARALHA VANILLA [MAX 4] NEW WIPE 19/06",
"connect": "178.132.198.192:28015",
"request": "178.132.198.192:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2388",
"numplayers": 5,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779357525,
"last_update": 1782312624,
"banned": false,
"wipe": 1781903203,
"official": null,
"wipe_period": "weekly",
"next_wipe": 1782508003,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2404,
"language": "pt",
"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/11588045");
$data = json_decode($json, true);
var_dump($data);