API Commands¶
Non-interactive JSON API commands.
Overview¶
API commands provide JSON output for: - Scripts and automation - Integration with tools - Headless operation
Commands¶
providers¶
List all providers.
search¶
Search for anime.
episodes¶
Get episode list.
streams¶
Get stream URLs.
Implementation¶
All commands in weeb_cli/commands/api.py.
Next Steps¶
- API Mode Guide: Detailed usage
- Commands Reference: All commands