The Front
RandomSin için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8201667json
{
"response": {
"steam_id": "90285110724268054",
"domain": null,
"id": 8201667,
"ip": "83.223.207.112",
"port": 28500,
"query": 28515,
"color": 0,
"city": "Dallas",
"description": "-UseEAC=true",
"game": 2285150,
"owner": null,
"boosts": 1,
"last_offline": 1772526693,
"score": 0,
"last_online": 1777512022,
"icon": null,
"name": "RandomSin",
"connect": "83.223.207.112:28500",
"request": "83.223.207.112:28515",
"map": "CooolMap",
"gamemode": "PVP",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1742392416,
"last_update": 1777512022,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 8,
"language": "en",
"parked": false,
"app": {
"id": 1617669,
"steam_id": 2285150,
"name": "The Front",
"url": "the-front"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/8201667");
$data = json_decode($json, true);
var_dump($data);