API für RUST 5J PVP | [MAX 4 PERS | KITS | STACKS X2]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 32,
"fps_avg": 32,
"entities_count": 68315,
"world_seed": 1331288570,
"world_size": 3500,
"steam_id": "90286582470742045",
"domain": null,
"id": 11671032,
"ip": "89.222.104.137",
"port": 22600,
"query": 22602,
"color": 0,
"city": "Madrid",
"description": "![RUST 5J PVP | [MAX 4 PERS | KITS | STACKS X2]](https://i.ibb.co/fVhc637p/toro-server-imagen-final.png)\nRUST 5J - PVP TRYHARD\r\n\r\n[CONFIGURACION GENERAL]\r\n• FARMEO / LOOT: Vanilla (X1). Aqui se sufre y se compite a la vieja escuela.\r\n• STACKS: X2 exclusivamente en la capacidad de acumulacion de items (inventario y cofres).\r\n• KITS: Packs basicos y para saltar directos a la accion.\r\n\r\n[REGLAMENTO DE SQUAD]\r\n• LIMITE DE EQUIPO: MAX 4 jugadores por equipo sin excepciones.\r\n• PROHIBIDO: Alianzas, teaming, pactos de no agresion o superioridad numerica.\r\n• SANCION: El incumplimiento conlleva el ban inmediato del wipe,en caso de reincidencia expulsion permanente.\r\n\r\n[INFORMACION DEL MAPA]\r\n• Tamaño: 3500 | Semilla: 1331288570\r\n• Ultimo Wipe: 29/05/2026\r\n• Proximo Wipe: 04/06/2026\r\n\r\n[COMUNIDAD Y REDES]\r\n• DISCORD: https://discord.gg/ABJYcsQkD6\r\n• X / TWITTER: x.com/rust5jpvp\r\n• TIKTOK: tiktok.com/@RUST5J\r\n• INSTAGRAM: instagram.com/RUST5JJ\r\nENTORNO TRYHARD: AQUI NO HAY CONCESIONES. SOBREVIVE O JUEGA OTRA COSA.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780545869,
"last_online": 1780573234,
"icon": null,
"name": "RUST 5J PVP | [MAX 4 PERS | KITS | STACKS X2]",
"connect": "89.222.104.137:22600",
"request": "89.222.104.137:22602",
"map": "RustMaps Procedural",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "ES",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780180912,
"last_update": 1780573234,
"banned": false,
"wipe": 1780020307,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5843,
"language": "es",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11671032");
$data = json_decode($json, true);
var_dump($data);