Samp
(0.3.7-R5)DB [DANEZH BARKA] A/D - No Cleo/Lua/Sf के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11385619json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11385619,
"ip": "45.127.32.252",
"port": 7004,
"query": 7004,
"color": 0,
"city": "Singapore",
"description": null,
"game": 9000035,
"owner": null,
"boosts": 1,
"last_offline": 1776364976,
"score": 0,
"last_online": 1776328231,
"icon": null,
"name": "(0.3.7-R5)DB [DANEZH BARKA] A/D - No Cleo/Lua/Sf",
"connect": "45.127.32.252:7004",
"request": "45.127.32.252:7004",
"map": "Lobby",
"gamemode": "Neverdie:AAD v1.3.8 (NEW GAMEMODE)",
"version": "omp 1.4.0.2783",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": null,
"private": false,
"country": "SG",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774596183,
"last_update": 1776364976,
"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": 1140,
"language": "en",
"parked": false,
"app": {
"id": 168,
"steam_id": 9000035,
"name": "Samp",
"url": "samp"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11385619");
$data = json_decode($json, true);
var_dump($data);