[GER] Prehistoric Rivals - Semirealism - Low Rules के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9967327,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 376210,
"owner": 72402,
"boosts": 1,
"last_offline": 1759763036,
"last_online": 1756336829,
"icon": null,
"name": "[GER] Prehistoric Rivals - Semirealism - Low Rules",
"connect": null,
"request": null,
"map": "Gateway",
"gamemode": null,
"version": null,
"numplayers": 0,
"maxplayers": 215,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1754797954,
"last_update": 1759763036,
"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": 411,
"language": "de",
"parked": true,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": {
"username": "papa_sanja",
"avatar": "443d34b3-96ff-4a0e-9499-aef9f7895e2e.jpg"
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/9967327");
$data = json_decode($json, true);
var_dump($data);