VEIN
TheWalkingMeat के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10586707json
{
"response": {
"steam_id": "90282935448578051",
"domain": null,
"id": 10586707,
"ip": "45.92.39.107",
"port": 27085,
"query": 27086,
"color": 0,
"city": "Secaucus",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1776021737,
"score": 0,
"last_online": 1776823231,
"icon": null,
"name": "TheWalkingMeat",
"connect": "45.92.39.107:27085",
"request": "45.92.39.107:27086",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.023h1",
"numplayers": 1,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1762850987,
"last_update": 1776823231,
"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": 163,
"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/10586707");
$data = json_decode($json, true);
var_dump($data);