[EU] Random Item Jump - Small Map için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 140,
"fps_avg": 140,
"entities_count": 7593,
"world_seed": 1337,
"world_size": 1350,
"steam_id": "90286588580340761",
"domain": null,
"id": 11501398,
"ip": "85.239.155.17",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[EU] Random Item Jump - Small Map](https://filedn.com/l6RTGtjyFVVXzHOFAjJhYAB/Rust/Logo/Gett%20logo.png)\nWelcome! /n This server is Random Item jump server, You can play on the server. /n Wipe every day at Thursday 12AM GMT +2 /n Tell your friends, we would love to hear your opinion: Discord: zomby11",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470420,
"last_online": 1780572036,
"icon": null,
"name": "[EU] Random Item Jump - Small Map",
"connect": "85.239.155.17:28015",
"request": "85.239.155.17:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207171,
"last_update": 1780572036,
"banned": false,
"wipe": 1780563784,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4742,
"language": "de",
"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/11501398");
$data = json_decode($json, true);
var_dump($data);