s&box
ComradesRP.com | DXRP City Roleplay | https://discord.gg/aFgC6Q için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11489975json
{
"response": {
"revision": "203454",
"protocol": 1100,
"gameident": "dxura.rp",
"mapident": "rpdowntown3t",
"hidden": false,
"api": 25,
"steam_id": "90284880712040455",
"domain": null,
"id": 11489975,
"ip": "45.45.238.244",
"port": 37049,
"query": 37050,
"color": 0,
"city": "Chicago",
"description": null,
"game": 590830,
"owner": null,
"boosts": 1,
"last_offline": 1778095386,
"score": 0,
"last_online": 1778703078,
"icon": null,
"name": "ComradesRP.com | DXRP City Roleplay | https://discord.gg/aFgC6Q",
"connect": "45.45.238.244:37049",
"request": "45.45.238.244:37050",
"map": "rpdowntown3t",
"gamemode": "DXRP",
"version": "0000000",
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1777113991,
"last_update": 1778703078,
"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": 18,
"language": "en",
"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/11489975");
$data = json_decode($json, true);
var_dump($data);