[NA] URBAN NOOBS X2 | VANILLA LOOT | SOLO/DUO | JUST WIPED için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 165,
"fps_avg": 176,
"entities_count": 56091,
"world_seed": 1167389628,
"world_size": 3000,
"steam_id": "90286489297043456",
"domain": null,
"id": 10169754,
"ip": "108.181.97.74",
"port": 28016,
"query": 28017,
"color": 0,
"city": "Dallas",
"description": "![[NA] URBAN NOOBS X2 | VANILLA LOOT | SOLO/DUO | JUST WIPED](https://i.imgur.com/uUALScz.png)\nURBANNOOBS X2 X2 VANILLA MODIFICADO\r\n \r\n WIPE DE MAPA: SEMANAL\r\n WIPE DE BPs: MENSUAL\r\n FULL WIPE: PRIMER JUEVES DE CADA MES\r\n TAMAÑO DE MAPA: 2500\r\n \r\n CONFIGURACIÓN DEL SERVIDOR\r\n - Farmeo x2\r\n - Stacks x2\r\n - Skins habilitadas\r\n - Noches de 3 minutos\r\n - Máximo 2 jugadores por team\r\n -No Alianzas \r\n - Kits gratuitos disponibles\r\n \r\n REGLAS Y ADMINISTRACIÓN\r\n - Reglas estrictas contra el griefeo\r\n - Admin activo para soporte y control\r\n - Admin NO juega en el servidor\r\n \r\n Servidor enfocado en balance, competencia y juego limpio",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779947021,
"last_online": 1780595436,
"icon": null,
"name": "[NA] URBAN NOOBS X2 | VANILLA LOOT | SOLO/DUO | JUST WIPED",
"connect": "108.181.97.74:28016",
"request": "108.181.97.74:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1756283976,
"last_update": 1780595436,
"banned": false,
"wipe": 1779994592,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3247,
"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/10169754");
$data = json_decode($json, true);
var_dump($data);