ExtinctionZone | Test server के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11756636,
"ip": "142.91.157.156",
"port": 7787,
"query": 7787,
"color": 0,
"city": "Amsterdam",
"description": "[{\"id\":\"gQcYD7s4L7\",\"type\":\"paragraph\",\"data\":{\"text\":\"With EZ we offer pure survival/PVP with minimal rules.\"}}]",
"game": 376210,
"owner": 198456,
"boosts": 1,
"last_offline": 1780664069,
"last_online": 1780646420,
"icon": null,
"name": "ExtinctionZone | Test server",
"connect": "142.91.157.156:7787",
"request": "142.91.157.156:7787",
"map": "Gateway",
"gamemode": null,
"version": "evrima 0.21.1425",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": null,
"private": false,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780523498,
"last_update": 1780664069,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 422,
"language": "en",
"parked": false,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": {
"username": "neslo",
"avatar": "3004ab16-ca05-4ec6-959b-c96caa4c3ace.webp"
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11756636");
$data = json_decode($json, true);
var_dump($data);