Get the file and folder structure directly from GitHub API (no indexing required). This endpoint provides a fast way to explore repository structure with flexible filtering options for paths and file extensions.
API key must be provided in the Authorization header
Repository identifier in owner/repo format
Branch name (defaults to repository's default branch)
Only show files in these paths (e.g., "src/,lib/")
Hide files in these paths (e.g., "node_modules/,dist/")
Only show these file types (e.g., ".py,.js,.ts")
Hide these file types (e.g., ".md,.lock,.json")
Show full paths instead of tree structure