s&box
[FR] BelleVille Roleplay DEV için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11491612json
{
"response": {
"revision": "233735",
"protocol": 1101,
"gameident": "cromwelunivers.darkrp",
"hidden": false,
"api": 25,
"steam_id": "90285718803506185",
"domain": null,
"id": 11491612,
"ip": "83.150.218.60",
"port": 26030,
"query": 26030,
"color": 0,
"city": "Vélizy-Villacoublay",
"description": null,
"game": 590830,
"owner": null,
"boosts": 1,
"last_offline": 1778206335,
"score": 0,
"last_online": 1778703141,
"icon": null,
"name": "[FR] BelleVille Roleplay DEV",
"connect": "83.150.218.60:26030",
"request": "83.150.218.60:26030",
"map": "System",
"gamemode": "BelleVille DARKRP",
"version": "26.05.06a",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1777415028,
"last_update": 1778703141,
"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": 25,
"language": "fr",
"parked": false,
"app": {
"id": 1646716,
"steam_id": 590830,
"name": "s&box",
"url": "sbox"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11491612");
$data = json_decode($json, true);
var_dump($data);