VEIN
[NA]Game Over Community /PVE/WIPED 12/6/ Beginner Friendly/Surv के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10705660json
{
"response": {
"steam_id": "90284384226454559",
"domain": null,
"id": 10705660,
"ip": "140.177.120.50",
"port": 7780,
"query": 27018,
"color": 0,
"city": "City of Saint Peters",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1773183732,
"score": 0,
"last_online": 1776822710,
"icon": null,
"name": "[NA]Game Over Community /PVE/WIPED 12/6/ Beginner Friendly/Surv",
"connect": "140.177.120.50:7780",
"request": "140.177.120.50:27018",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.022h14",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1765124195,
"last_update": 1776822710,
"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": 458,
"language": "en",
"parked": false,
"app": {
"id": 1530675,
"steam_id": 1857950,
"name": "VEIN",
"url": "vein"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10705660");
$data = json_decode($json, true);
var_dump($data);