Jersey Devil Origins PVP|Duo|Trio için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 58,
"fps_avg": 58,
"entities_count": 142409,
"world_seed": 748120817,
"world_size": 5100,
"steam_id": "90286588765431808",
"domain": null,
"id": 11305839,
"ip": "156.236.84.11",
"port": 28020,
"query": 28021,
"color": 0,
"city": "Dallas",
"description": "\nThe Jersey Devil Origins is a PVP Survival Server\r\nCome Play PVP with some QOL plugins\r\nCraftable Recycler, Chest Stacks, Remover Tool\r\nPlaytime Signal, Buyable Breaking Bad Motorhome\r\nCorpse Callback with Scrap Payment\r\nIf you love it lock it up or lose it!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780187582,
"last_online": 1780565432,
"icon": null,
"name": "Jersey Devil Origins PVP|Duo|Trio",
"connect": "156.236.84.11:28020",
"request": "156.236.84.11:28021",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592903,
"last_update": 1780565432,
"banned": false,
"wipe": 1778177650,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4524,
"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/11305839");
$data = json_decode($json, true);
var_dump($data);