API pentru Slackers Creative: Build/Symmetry/NoClip/GodMode
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 240,
"fps_avg": 239,
"entities_count": 2993,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286950737376262",
"domain": null,
"id": 10922382,
"ip": "212.117.169.196",
"port": 25584,
"query": 25586,
"project_id": null,
"color": 0,
"city": "Luxembourg",
"description": "\nWelcome to Slackers Creative. \r\nCustom Build Map, Claimable Plots.\r\nSave, Load and share Base Builds, Even build with friends.\r\nBase Designs Persist after Wipes.\r\nBuilding Symmetry Plugin for Insane Builds, Skins and Building DLC to complete your Base design. NoClip and Godmode on Plot.\r\nTest your Base builds Using unlimited resources. \r\nFarming Plots, Water Plots, & Frozen Ice Lakes\r\nFull Funfair Lobby with Kart Racing.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780604660,
"last_online": 1781359834,
"icon": null,
"name": "Slackers Creative: Build/Symmetry/NoClip/GodMode",
"connect": "212.117.169.196:25584",
"request": "212.117.169.196:25586",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "LU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768476934,
"last_update": 1781359834,
"banned": false,
"wipe": 1780595757,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4316,
"language": "lb",
"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/10922382");
$data = json_decode($json, true);
var_dump($data);