TRUFOLAND SOFTCORE PVP / [ESP/LATAM/EU] / NOOB & CASUAL FRIENDL için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 88841,
"world_seed": 179359829,
"world_size": 3700,
"steam_id": "90286604391547934",
"domain": null,
"id": 10948334,
"ip": "51.178.199.58",
"port": 38110,
"query": 38111,
"project_id": null,
"color": 0,
"city": "Strasbourg",
"description": "![TRUFOLAND SOFTCORE PVP / [ESP/LATAM/EU] / NOOB & CASUAL FRIENDL](https://assets.trufoland.com/rust/sc/sc.server-banner.1024x512.2026.6.04.png)\nServidor orientado a nuevos jugadores y casual players, pero todos son bienvenido. Si vienes de tryhard seguramente acabes ban.\nPVP Y RAIDS PERMITIDOS: LEED BIEN LAS NORMAS AL ENTRAR!!!\nDISCORD: rust.trufoland.com/discord (abrir en navegador) Pregunta o pide ayuda sin problemas.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780674860,
"last_online": 1780932629,
"icon": null,
"name": "TRUFOLAND SOFTCORE PVP / [ESP/LATAM/EU] / NOOB & CASUAL FRIENDL",
"connect": "51.178.199.58:38110",
"request": "51.178.199.58:38111",
"map": "Procedural Map",
"gamemode": "Softcore",
"version": "2627",
"numplayers": 3,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1768511264,
"last_update": 1780932629,
"banned": false,
"wipe": 1780596955,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2693,
"language": "fr",
"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/10948334");
$data = json_decode($json, true);
var_dump($data);