Initial commit

This commit is contained in:
worldofiptvcom
2025-12-12 15:07:46 +03:00
commit 385ba5f309
12 changed files with 2626 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
# GET INFO / Query Actions
> 📋 **Status:** Coming Soon
>
> This section will document all query and information retrieval endpoints.
## Overview
GET INFO endpoints allow you to retrieve information about your XUI.ONE panel resources without making modifications.
## Available Endpoints
- `mysql_query` - Execute custom MySQL queries
- `user_info` - Get current user information ✅ (Documented in openapi.yaml)
- `get_lines` - Retrieve all subscription lines
- `get_mags` - Retrieve all MAG devices
- `get_enigmas` - Retrieve all Enigma2 devices
- `get_users` - Retrieve all users
- `get_streams` - Retrieve all live streams
- `get_channels` - Retrieve all channels
- `get_stations` - Retrieve all radio stations
- `get_movies` - Retrieve all movies
- `get_series_list` - Retrieve all series
- `get_episodes` - Retrieve all episodes
- `get_packages` - Retrieve all subscription packages
## Coming Soon
Detailed documentation for each endpoint will include:
- Complete parameter list
- Response structure
- Code examples (cURL, Python, PHP, JavaScript)
- Use cases
- Pagination support
- Filtering options
---
**Want to help?** Check our [Contributing Guide](../../CONTRIBUTING.md) to add documentation for these endpoints!