Rust
API pentru Hemos migrado nueva ip discord RUSTAÑA
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11189086json
{
"response": {
"fps": 43,
"fps_avg": 42,
"entities_count": 134693,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90285199128624131",
"domain": null,
"id": 11189086,
"ip": "141.94.99.89",
"port": 27026,
"query": 27029,
"color": 0,
"city": "Gravelines",
"description": "![[ESP/EU] RUSTAÑA PVE | Monthly|No Limit|Custom Vehicles|Atlant](https://i.postimg.cc/B63ZvWkK/pve-tematico-mensual.png)\nBienvenidos a Rustaña PVE, una nueva generación de servidor PVE con mapas temáticos únicos.\r\nWipes mensuales y sin límite de equipo: ven con tus amigos, da igual cuántos seáis.\r\nAquí venimos a reírnos, disfrutar, rolear y darle guerra a la IA.\r\nDisponemos de vehículos custom de Karuza: aviones, tanques, jeeps y mucho más. ¿Te atreves a probarlos?\r\nAdministración activa.\r\n¿Dudas o ayuda? ¡Únete a nuestro Discord!\r\n\r\nWelcome to Rustaña PVE, a new generation PVE server with unique themed maps.\r\nMonthly wipes and no team limits: bring your friends, it doesn’t matter how many you are.\r\nHere we come to have fun, roleplay, enjoy the game and fight against the AI.\r\nWe have custom Karuza vehicles available: planes, tanks, jeeps and much more. Dare to try them?\r\nActive administration.\r\nNeed help or have questions? Join our Discord!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777618991,
"score": 0,
"last_online": 1777632619,
"icon": null,
"name": "Hemos migrado nueva ip discord RUSTAÑA",
"connect": "141.94.99.89:27026",
"request": "141.94.99.89:27029",
"map": "Atlanta-WalkingDead",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 0,
"maxplayers": 1,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772699031,
"last_update": 1777632619,
"banned": false,
"wipe": 1775152787,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4586,
"language": "fr",
"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/11189086");
$data = json_decode($json, true);
var_dump($data);