RUST Ñ - LATAM/ESP - SOLO/DUO/TRIO MENSUAL için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 239,
"fps_avg": 232,
"entities_count": 66271,
"world_seed": 1030095666,
"world_size": 3500,
"steam_id": "90286605039749122",
"domain": null,
"id": 10534549,
"ip": "173.237.43.115",
"port": 29165,
"query": 29166,
"color": 0,
"city": "Dallas",
"description": "ULTIMO WIPE: 04/06/26\r\nDiscord: https://discord.gg/9QGsE2Bb3k\r\n\r\n- Mapa: 3500\r\n- Vanilla\r\n- Solo/Duo/Trio\r\n- Noob Friendly\r\n\r\nReglas:\r\n- Max 3 por equipo. No alianzas\r\n- Prohibido el grifeo\r\n- Prohibida la toxicidad\r\n- Perfil publico\r\n- VAC = BAN\r\n\r\nIP: 173.237.43.115:29165",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780598666,
"last_online": 1780604430,
"icon": null,
"name": "RUST Ñ - LATAM/ESP - SOLO/DUO/TRIO MENSUAL",
"connect": "173.237.43.115:29165",
"request": "173.237.43.115:29166",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1762518696,
"last_update": 1780604430,
"banned": false,
"wipe": 1780599042,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2432,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10534549");
$data = json_decode($json, true);
var_dump($data);