Tiddyville के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286237261206529",
"domain": null,
"id": 11624333,
"ip": "176.57.135.81",
"port": 36500,
"query": 36515,
"color": 0,
"city": "Sydney",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780023218,
"last_online": 1780554684,
"icon": null,
"name": "Tiddyville",
"connect": "176.57.135.81:36500",
"request": "176.57.135.81:36515",
"map": "VRisingWorld",
"gamemode": "617ed2f5-7ccf-4a58-b6c5-02bfb5f5a3e9",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916145,
"last_update": 1780554684,
"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": 3132,
"language": "en",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11624333");
$data = json_decode($json, true);
var_dump($data);