API dla (BR) CLT PRO VANILA SOLO/DUO KIT-MYMINI-LOOT+
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 117,
"fps_avg": 112,
"entities_count": 94618,
"world_seed": 100816564,
"world_size": 4000,
"steam_id": "90286567121856529",
"domain": null,
"id": 11744629,
"ip": "200.152.10.114",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Mirassol d'Oeste",
"description": "\n***************BEMM VINDO AO CLT PRO*****************\r\n\r\nSERVER FEITO PARA TRABALHADORES!\r\n\r\n+BLOQUEIO DE RAID E HORARIOS EM QUE ESTAMOS TRABALHANDO\r\n+STAK DE LOOT EM BAU\r\n+MINI-COPTERO COM COWDOWN DE 10M\r\n+SISTEMA DE LV QUE BENEFICIA BOOST EM FARM E CRAFITING\r\n+AUTO COLETAR NOS LATOES DE RUA\r\n\r\nSERVER MODIFICADO PARA AJUDAR VC TRABALHADOR A TER UMA OTIMA JOGABILIDADE E PVP \r\n\r\n***************** KITS VIP****************\r\nNOSSO SISTEMA DE KITS SAO BALACIADOS PARA NAO ATRAPALHAR NA JOGABILIDADE.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780518717,
"last_online": 1780591230,
"icon": null,
"name": "(BR) CLT PRO VANILA SOLO/DUO KIT-MYMINI-LOOT+",
"connect": "200.152.10.114:28015",
"request": "200.152.10.114:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780518717,
"last_update": 1780591230,
"banned": false,
"wipe": 1780417358,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2057,
"language": "pt",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11744629");
$data = json_decode($json, true);
var_dump($data);