Rust
API pentru [SEA]Singapore PVEx20 5/08/26 SkillTree Free Kits HellFire Upda
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10123627json
{
"response": {
"fps": 42,
"fps_avg": 40,
"entities_count": 147430,
"world_seed": 1331181802,
"world_size": 4500,
"steam_id": "90285641509444633",
"domain": null,
"id": 10123627,
"ip": "45.124.213.21",
"port": 28340,
"query": 28015,
"color": 0,
"city": "Singapore",
"description": "![[SEA]Singapore PVEx20 5/08/26 SkillTree Free Kits HellFire Upda](https://www.dropbox.com/scl/fi/91gkazcywnqmb5qhlannp/SGPT20X3.png?rlkey=k75ip4ywqknl3c7r7vkd3zlmz&st=cwg71zdj&dl=1)\n[SEA] Singapore PVE X20\r\n\r\nMonthly BP Wipe\r\n\r\nweekly Wipe Friday 12:00 A.M SGT\r\n\r\nWeekly PVP Thursday No Raiding 7:30 PM SGT - Friday 12:00 AM SGT \r\n\r\nServer Discord: https://discord.com/invite/VjqMAsZCqp\r\n\r\n- Free Jetpacks\r\n- Friendly Admins\r\n- Free Server Kits\r\n- Player Level System\r\n\r\n☢️Server PVE Events☢️ \r\n\r\n☢️ NPC Raiders ☢️\r\n☢️ Convoy Event ☢️\r\n☢️ Boss Monsters ☢️\r\n☢️ Harbour Event ☢️\r\n☢️ Raidable Bases ☢️\r\n☢️ Custom Helicopters ☢️\r\n☢️ Satelite Dish Event ☢️",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778328185,
"score": 0,
"last_online": 1778584815,
"icon": null,
"name": "[SEA]Singapore PVEx20 5/08/26 SkillTree Free Kits HellFire Upda",
"connect": "45.124.213.21:28340",
"request": "45.124.213.21:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 5,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1755770485,
"last_update": 1778584815,
"banned": false,
"wipe": 1778243895,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1077,
"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/10123627");
$data = json_decode($json, true);
var_dump($data);