Icarus
[RSD] Pandora के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10874623json
{
"response": {
"steam_id": "90282587737793564",
"domain": null,
"id": 10874623,
"ip": "216.203.15.134",
"port": 17777,
"query": 27015,
"color": 0,
"city": "Montreal",
"description": null,
"game": 1149460,
"owner": null,
"boosts": 1,
"last_offline": 1772909535,
"score": 0,
"last_online": 1776334888,
"icon": null,
"name": "[RSD] Pandora",
"connect": "216.203.15.134:17777",
"request": "216.203.15.134:27015",
"map": null,
"gamemode": "Icarus",
"version": "0.0.0.1",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768318962,
"last_update": 1776334888,
"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": 2270,
"language": "en",
"parked": false,
"app": {
"id": 1600891,
"steam_id": 1149460,
"name": "Icarus",
"url": "icarus"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10874623");
$data = json_decode($json, true);
var_dump($data);