Rust
[LATAM] Estrella Solitaria SOLO ONLY | 20/04 Wipe için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/569499json
{
"response": {
"modded": true,
"fps": 40,
"fps_avg": 40,
"entities_count": 106393,
"world_seed": 1337,
"world_size": 3300,
"steam_id": "90284704918951959",
"domain": null,
"id": 569499,
"ip": "177.221.141.73",
"port": 28020,
"query": 28015,
"color": 0,
"city": "Santiago",
"description": "![[LATAM] Estrella Solitaria SOLO ONLY | 20/04 Wipe](https://latamgameservers.com/imgs/estrella.png)\nBienvenid@ a Estrella Solitaria SOLO ONLY Vanilla x2 \r\nRecursos, Pickups, Scrap y Loot x2 \r\nWipe full jueves, Wipe mapa lunes \r\n \r\nTeam, armario y torretas limitado a un solo jugador \r\nProhibidas las alianzas \r\n \r\nPowered by LatamGameServers.com \r\nClick en Visitar Sitio Web para ir a nuestro discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776099714,
"score": null,
"last_online": 1776853220,
"icon": null,
"name": "[LATAM] Estrella Solitaria SOLO ONLY | 20/04 Wipe",
"connect": "177.221.141.73:28020",
"request": "177.221.141.73:28015",
"map": "FPS+ LatamGS.com",
"gamemode": "Survival",
"version": "2623",
"numplayers": 6,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CL",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1668892094,
"last_update": 1776853220,
"banned": false,
"wipe": 1776703712,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1102,
"language": "es",
"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/569499");
$data = json_decode($json, true);
var_dump($data);