[ESP][PVE] PACIFIC WORLD (WIPED 21/05/2026) için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 94946,
"world_seed": 12,
"world_size": 3500,
"steam_id": "90286583035090947",
"domain": null,
"id": 10714422,
"ip": "51.38.28.196",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Paris",
"description": "![[ESP][PVE] PACIFIC WORLD (WIPED 21/05/2026)](https://www.pacificworld.es/images/PACIFIC_WORLD-01_v4_512x256.png)\nSERVIDOR PACIFICO // RAID NO PERMITIDO \r\n\r\n ENTRA EN NUESTRO DISCORD!!! \r\n\r\n NORMAS -> Entra y lee las normas! (Puedes consultarlas con /info en el chat) \r\n PLUGINS -> Skins, RaidableBases, Convoy, PersonalHeli, DeathNotes, RemoverTool, SignArtist. \r\n\r\n PVE !! Entra y diviertete con nosotr@s!! \r\n Entra en nuestro Discord!(Pincha en el botón azul: VER PÁGINA WEB)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780293247,
"last_online": 1780579238,
"icon": null,
"name": "[ESP][PVE] PACIFIC WORLD (WIPED 21/05/2026)",
"connect": "51.38.28.196:28015",
"request": "51.38.28.196:28016",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1765132155,
"last_update": 1780579238,
"banned": false,
"wipe": 1779381036,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3813,
"language": "fr",
"parked": false,
"app": {
"id": 252490,
"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/10714422");
$data = json_decode($json, true);
var_dump($data);