Artemis 5x | Secure Server | Monthly | For the working class | के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 107,
"fps_avg": 175,
"entities_count": 111190,
"world_seed": 1706931432,
"world_size": 4000,
"steam_id": "90286065794388996",
"domain": null,
"id": 10310540,
"ip": "198.244.200.226",
"port": 2726,
"query": 2727,
"project_id": null,
"color": 0,
"city": "London",
"description": "\n\r\nJoin the Artemis, hunt down the enemy, build your base and dominate the Island to out last the rest",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780911810,
"last_online": 1780523428,
"icon": null,
"name": "Artemis 5x | Secure Server | Monthly | For the working class |",
"connect": "198.244.200.226:2726",
"request": "198.244.200.226:2727",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1758288376,
"last_update": 1780911810,
"banned": false,
"wipe": 1778245951,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9678,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10310540");
$data = json_decode($json, true);
var_dump($data);