Rust
API pentru World War Rust SLAYERS.GG 1000x PVE KITS|XP|TP|PVP/RAID Zones
Oferim o gamă largă de metode de integrare. Puteți utiliza oricare dintre ele sau puteți crea propria metodă folosind JSON API. Dacă aveți o propunere pentru adăugarea unei noi metode de integrare, vă rugăm să ne contactați. Contactați-ne
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/9528155json
{
"response": {
"fps": 59,
"fps_avg": 58,
"entities_count": 120880,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90284195831484419",
"domain": null,
"id": 9528155,
"ip": "168.100.160.18",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Ashburn",
"description": "\n★ [US] World War Rust SLAYERS.GG 1000x PVE/PVP | The #1 Rust Experience! \r\n\r\nVIP: slayers.gg | discord.gg/slayersgg | Wipe: Monthly Thur 2pm est\r\n\r\nFeatures: \r\n• Monuments/Events are PVP/RAID Zones! 6 Build and Raid Islands! \r\n• FREE SKIN, BGRADE, REMOVER TOOL, MINI, PLANES and Roaming Zombies! \r\n• FLY PLANES! Starwars Plane, UFO, F15, Batbike, MarioKart, Semitruck! \r\n• Skins, Stats, Heli, Kits, TP, Homes, Shop, Weed and Cooking Plugin \r\n• Buy Raidable Bases with /Buyraid \r\n• Armored Train, Convoy, Sputnik, Heavy Oilrig and Airfield Events \r\n• XP MMO Leveling System with Specs, Skills and Talents \r\n• RP Buyable Patrol Helicopter and Bradley \r\n• GunGame Arena every 45 Minutes! /ggjoin /eventvote \r\n• Buildable Custom Monuments \r\n• Purge Day is Final 24 Hours of Wipe! \r\n• Bases/Players removed after 3 days of Inactivity \r\n• You/Teammate must Logon once every 3 days to keep your base \r\n• Join the FUN! \r\n\r\nServer rules: \r\n1. No Hacking, glitching, or exploiting. \r\n2. Respect Staff. \r\n3. No foundation or item spam. \r\n4. No Slurs, racism, hate speech or toxicity. \r\n5. 10 Man Clan Limit. \r\n6. Do not call out Hackers in Global Chat, report them with F7 Report and Discord Ticket. \r\n7. NO TC Griefing Players Bases, Bannable Offense. \r\n8. No Griefing, Trolling, Stealing or Bothering other players in any way in PVE Zones. \r\n8. DO NOT build half inside/half outside PVP/Raid Zones. Turrets can not fire in/out of Zones griefing them. \r\n9. No Turret/Trap placement near or around PVP Zones! No Trap Bases. Turn off all Turrets until Purge Day!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775194330,
"score": 0,
"last_online": 1775899215,
"icon": null,
"name": "World War Rust SLAYERS.GG 1000x PVE KITS|XP|TP|PVP/RAID Zones",
"connect": "168.100.160.18:28015",
"request": "168.100.160.18:28017",
"map": "Fly Jets, Planes and UFOs!",
"gamemode": "Survival",
"version": "2623",
"numplayers": 6,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1750538001,
"last_update": 1775899215,
"banned": false,
"wipe": 1775151658,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1864,
"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/9528155");
$data = json_decode($json, true);
var_dump($data);