Samp
API für « Onyx-RP » | 17лвл,70kk,20k DM << /token >>
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11489037json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11489037,
"ip": "45.144.177.50",
"port": 7777,
"query": 7777,
"color": 0,
"city": "Moscow",
"description": "[{\"id\":\"L3wLptOftm\",\"type\":\"paragraph\",\"data\":{\"text\":\"Onyx Role Play — это онлайн‑игра в мире ГТА, на ПК и мобильные устройства!\"}},{\"id\":\"XVyklr4BPE\",\"type\":\"paragraph\",\"data\":{\"text\":\"🎮НАЧАТЬ ИГРУ: https://vk.cc/cUUmsa\"}},{\"id\":\"i8d_-YvoR3\",\"type\":\"paragraph\",\"data\":{\"text\":\"– IP: 45.144.177.50:7777\"}},{\"id\":\"IJ4IpCWcmG\",\"type\":\"paragraph\",\"data\":{\"text\":\"– Наш сайт: https://onx-rp.ru\"}},{\"id\":\"xHqs9eOWXL\",\"type\":\"paragraph\",\"data\":{\"text\":\"– Наш телеграмм: https://t.me/onx_rp\"}},{\"id\":\"RuOqPvcosa\",\"type\":\"paragraph\",\"data\":{\"text\":\"– Discord: https://vk.cc/cVJQTT\"}},{\"id\":\"THphXcIEn0\",\"type\":\"paragraph\",\"data\":{\"text\":\"– Правила: https://onx-rp.ru/rules\"}},{\"id\":\"kllAlmH7q5\",\"type\":\"paragraph\",\"data\":{\"text\":\"– Заявления/Жалобы: https://vk.cc/cVJKOs\"}},{\"id\":\"bqRDXCah4f\",\"type\":\"paragraph\",\"data\":{\"text\":\"Официальная дата открытия: 18.05.2018\"}}]",
"game": 9000035,
"owner": 50585,
"boosts": 1,
"last_offline": 1776019778,
"score": 5,
"last_online": 1776350412,
"icon": null,
"name": "« Onyx-RP » | 17лвл,70kk,20k DM << /token >>",
"connect": "45.144.177.50:7777",
"request": "45.144.177.50:7777",
"map": "San Andreas",
"gamemode": "« Samp-RP | RolePlay »",
"version": "0.3.7-R3",
"numplayers": 19,
"maxplayers": 160,
"bots": 0,
"secured": null,
"private": false,
"country": "RU",
"status": true,
"votes": 1,
"points": 96,
"add_date": 1776019778,
"last_update": 1776350412,
"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": 6,
"language": "ru",
"parked": false,
"app": {
"id": 168,
"steam_id": 9000035,
"name": "Samp",
"url": "samp"
},
"server_owner": {
"username": "Damir1001",
"avatar": "db42c3a5-a887-455b-8448-31eef93392f3.jpg",
"last_online": 1776088640
},
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11489037");
$data = json_decode($json, true);
var_dump($data);