API pentru [ONiKS] Noob Friendly | Small Server | JUST WIPED
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 56,
"fps_avg": 55,
"entities_count": 78860,
"world_seed": 34222448,
"world_size": 3450,
"steam_id": "90286591182170119",
"domain": null,
"id": 1577702,
"ip": "208.87.240.181",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Los Angeles",
"description": "![[ONiKS] Noob Friendly | Small Server | JUST WIPED](https://i.imgur.com/AAE60aA.png)\nNEXT WIPE: Jun 3th\r\n1/3 Upkeep Rate\r\nShorter nights\r\nMinicopters spawn on roads\r\nMax Team Size: None\r\nBP Wipes: Never\r\nFor a full list of changes join the discord by clicking 'View Webpage' or by going to this link discord.gg/AYHNCbKnDt\r\nIf you are new to the game and are looking for a team or help we have a small but active community of people willing to help newcomers.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780634653,
"last_online": 1780631014,
"icon": null,
"name": "[ONiKS] Noob Friendly | Small Server | JUST WIPED",
"connect": "208.87.240.181:28014",
"request": "208.87.240.181:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1697990640,
"last_update": 1780634653,
"banned": false,
"wipe": 1779598498,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9598,
"language": "en",
"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/1577702");
$data = json_decode($json, true);
var_dump($data);