API dla Rustone Japanese noobs PVP [KR | JP | SEA] | JUST WIPED!
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 247,
"fps_avg": 248,
"entities_count": 89950,
"world_seed": 50000,
"world_size": 4000,
"steam_id": "90286574528564237",
"domain": null,
"id": 11596713,
"ip": "157.85.88.139",
"port": 28483,
"query": 28484,
"color": 0,
"city": "Tokyo",
"description": "Welcome to Rustone PVP [KR | JP | SEA] !\r\nVanilla+ Monthly | Beginners Welcome Active Admin | No Cheaters | Fair Play\r\n- Noob friendly\r\n- Anti-Cheat Active\r\n- Max Team Size: 4\r\n- No Teaming (Alliances)\r\n- No Betrayal\r\nNo Pay2Win | Clean Server",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780009419,
"last_online": 1780579237,
"icon": null,
"name": "Rustone Japanese noobs PVP [KR | JP | SEA] | JUST WIPED!",
"connect": "157.85.88.139:28483",
"request": "157.85.88.139:28484",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779358597,
"last_update": 1780579237,
"banned": false,
"wipe": 1778195245,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5277,
"language": "ja",
"parked": false,
"app": {
"id": 252490,
"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/11596713");
$data = json_decode($json, true);
var_dump($data);