Subsistence
KitaCrex Relaxed PvE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/8305645json
{
"response": {
"steam_id": "90284553234658331",
"domain": null,
"id": 8305645,
"ip": "144.126.153.137",
"port": 30000,
"query": 30015,
"color": 0,
"city": "St Louis",
"description": "Hunters ON each 16th ; OFF each 1st. Buildings decay @ 60 days as of May 1. Cable car network. Discord.gg/88byNcg2",
"game": 418030,
"owner": null,
"boosts": 1,
"last_offline": 1772983887,
"score": 0,
"last_online": 1776476422,
"icon": null,
"name": "KitaCrex Relaxed PvE",
"connect": "144.126.153.137:30000",
"request": "144.126.153.137:30015",
"map": "coldmap1",
"gamemode": "ColdGame",
"version": "13249",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1743322748,
"last_update": 1776476422,
"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": 52,
"language": "en",
"parked": false,
"app": {
"id": 139,
"steam_id": 418030,
"name": "Subsistence",
"url": "subsistence"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/8305645");
$data = json_decode($json, true);
var_dump($data);