API für [BR] PURPURE RUST | 2X | MAX 8 |GLOBAL | [13.06.26]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"modded": true,
"oxide": true,
"fps": 31,
"fps_avg": 42,
"entities_count": 86493,
"world_seed": 1337,
"world_size": 3605,
"steam_id": "90286765589664786",
"domain": null,
"id": 11778472,
"ip": "179.61.185.165",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "São Paulo",
"description": "![[BR] PURPURE RUST | 2X | MAX 8 |GLOBAL | [13.06.26]](https://i.imgur.com/zWsBNBr.png)\nEntre Apenas Com Launcher. \r\n https://discord.gg/YUfhVRnhMV \r\n Melhor Rust Gratis. Focados Na Performace, E no Avanτo.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780998909,
"last_online": 1781041228,
"icon": null,
"name": "[BR] PURPURE RUST | 2X | MAX 8 |GLOBAL | [13.06.26]",
"connect": "179.61.185.165:28015",
"request": "179.61.185.165:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2388",
"numplayers": 7,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780998909,
"last_update": 1781041228,
"banned": false,
"wipe": 1780897208,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2173,
"language": "pt",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11778472");
$data = json_decode($json, true);
var_dump($data);