API pentru [VELTER] New Discord server: discord.gg/rEYUbYHs4V
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11602935,
"ip": "37.187.144.177",
"port": 7787,
"query": 7787,
"color": 0,
"city": "Roubaix",
"description": null,
"game": 9000035,
"owner": 196769,
"boosts": 1,
"last_offline": 1779814094,
"last_online": 1779908409,
"icon": null,
"name": "[VELTER] New Discord server: discord.gg/rEYUbYHs4V",
"connect": "37.187.144.177:7787",
"request": "37.187.144.177:7787",
"map": "San Andreas",
"gamemode": "v2.3.0",
"version": "omp 1.5.8.3079",
"numplayers": 1000,
"maxplayers": 1000,
"bots": 0,
"secured": null,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 160,
"add_date": 1779814094,
"last_update": 1779908409,
"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": 3,
"language": "fr",
"parked": false,
"app": {
"id": 168,
"steam_id": 9000035,
"name": "Samp",
"url": "samp"
},
"server_owner": {
"username": "tebrex",
"avatar": "d20df985-eba6-445c-a16c-93bfbfcc532e.webp"
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11602935");
$data = json_decode($json, true);
var_dump($data);