API pentru Vortex City RP | Fast DL | 30k start | Pluging inédit
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "90285418302061583",
"domain": null,
"id": 11491949,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Paris",
"description": null,
"game": 885570,
"owner": 191581,
"boosts": 1,
"last_offline": 1778997736,
"last_online": 1778075410,
"icon": null,
"name": "Vortex City RP | Fast DL | 30k start | Pluging inédit",
"connect": null,
"request": null,
"map": "Amboise",
"gamemode": "Nova-Life: Amboise",
"version": "1.10.0.0",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1777800733,
"last_update": 1778997736,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": true,
"hide_query": true,
"position_game": 103,
"language": "fr",
"parked": true,
"app": {
"id": 48590,
"steam_id": 885570,
"name": "Nova-Life: Amboise",
"url": "nova-life-amboise"
},
"server_owner": {
"username": "le_pro9556",
"avatar": "68968f7f-07bc-4224-9e1c-f0f3d047f931.jpg"
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11491949");
$data = json_decode($json, true);
var_dump($data);