API pentru [BR/LATAM] Legacy Vanilla | Solo/Duo/Trio | Full Wipe 06/06
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 209,
"fps_avg": 187,
"entities_count": 51840,
"world_seed": 1337,
"world_size": 2900,
"steam_id": "90286682787459091",
"domain": null,
"id": 11759774,
"ip": "45.146.81.131",
"port": 28026,
"query": 28028,
"project_id": null,
"color": 0,
"city": "Cotia",
"description": "» Wipe Full: Primeira quinta do Mes\r\n» Wipe Mapa: Sabado as 13h & Quata-Feira as 18h\r\n\r\n» Max 3 por time\r\n» Mapas custom\r\n» E muito mais\r\n\r\n» LINK DO DISCORD «\r\n nesse botão abaixo\r\n ↓",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780931734,
"last_online": 1780969827,
"icon": null,
"name": "[BR/LATAM] Legacy Vanilla | Solo/Duo/Trio | Full Wipe 06/06",
"connect": "45.146.81.131:28026",
"request": "45.146.81.131:28028",
"map": "Wiped 2 days ago",
"gamemode": "Survival",
"version": "2627",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1780931734,
"last_update": 1780969827,
"banned": false,
"wipe": 1780767387,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1668,
"language": "pt",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11759774");
$data = json_decode($json, true);
var_dump($data);