40 lines
1.2 KiB
Markdown
40 lines
1.2 KiB
Markdown
# 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!
|