Samp
..::!! Stunt Earth !!::.. [PC/Android] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/526717json
{
"response": {
"steam_id": null,
"domain": null,
"id": 526717,
"ip": "91.134.166.76",
"port": 8085,
"query": 8085,
"color": 0,
"city": "Frankfurt am Main",
"description": "",
"game": 9000035,
"owner": null,
"boosts": 1,
"last_offline": 1768642172,
"score": null,
"last_online": 1776658926,
"icon": null,
"name": "..::!! Stunt Earth !!::.. [PC/Android]",
"connect": "91.134.166.76:8085",
"request": "91.134.166.76:8085",
"map": "Stunt-Race-Drift-Dm-FreeRoam",
"gamemode": "Stunt-Race-Drift-Dm-FreeRoam",
"version": "omp 1.5.8.3079",
"numplayers": 0,
"maxplayers": 73,
"bots": 0,
"secured": null,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1643531567,
"last_update": 1776658926,
"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": 257,
"language": "de",
"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/526717");
$data = json_decode($json, true);
var_dump($data);