API for [BR] ZARALHA 3X MAX 4 NEW WIPE 28/05
JSON for programs, websites and more
text
json
{
"response": {
"oxide": true,
"modded": true,
"fps": 33,
"fps_avg": 32,
"entities_count": 60798,
"world_seed": 445693831,
"world_size": 3500,
"steam_id": "90286483222852638",
"domain": null,
"id": 11588045,
"ip": "178.132.198.192",
"port": 28015,
"query": 28017,
"color": 0,
"city": "São Paulo",
"description": "![[BR] ZARALHA 3X MAX 4 NEW WIPE 28/05](https://cdn.discordapp.com/attachments/1185389782386356287/1509691753790312458/ZARALHA.png?ex=6a1eb6c2&is=6a1d6542&hm=8efb2f9d096439d4528b1b3faf6a09ef3698aa46fbe8064dc7ca9af637cb61d8&)\nSEJA BEM VINDO AO ZARALHA 3X MAX 4 WIPE 28/05 \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": 1780324466,
"last_online": 1780399825,
"icon": null,
"name": "[BR] ZARALHA 3X MAX 4 NEW WIPE 28/05",
"connect": "178.132.198.192:28015",
"request": "178.132.198.192:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2388",
"numplayers": 5,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1779357525,
"last_update": 1780399825,
"banned": false,
"wipe": 1780015721,
"official": null,
"wipe_period": "weekly",
"next_wipe": 1780620521,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1363,
"language": "pt",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11588045");
$data = json_decode($json, true);
var_dump($data);