APimpNamedSlickBack için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 2,
"fps_avg": 2,
"entities_count": 195531,
"world_seed": 2147483647,
"world_size": 6000,
"steam_id": 90286612289158160,
"domain": null,
"id": 8253107,
"ip": "83.223.207.138",
"port": 28000,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to The Compound Next Door! Vanilla-style Rust with default gather rates, active PvP, raids, and a fair grind. Solo/Duo/Trio friendly, monthly wipes, noob friendly, balanced animals, and a chill community. Build smart, lock your doors, and don’t trust The Compound Next Door.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780613657,
"last_online": 1780614235,
"icon": null,
"name": "APimpNamedSlickBack",
"connect": "83.223.207.138:28000",
"request": "83.223.207.138:28015",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 0,
"add_date": 1742460131,
"last_update": 1780614235,
"banned": false,
"wipe": 1780613570,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9847,
"language": "en",
"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/8253107");
$data = json_decode($json, true);
var_dump($data);