🚀 First public release of Replit Info API
A simple and efficient GraphQL-based API for accessing Replit repl information.
Features:
- Fast GraphQL-powered API for fetching repl data
- Title-only response option for lightweight queries
- Comprehensive repl information including metadata
- Built-in error handling and validation
- Full Flask web interface
- Python 3.11+ compatibility
API Endpoints:
- GET /get?replit_id={id} - Fetch full repl information
- GET /get?replit_id={id}&title - Get only repl title
Dependencies:
- Flask for web server
- Requests for GraphQL queries
- Python 3.11 or higher
Documentation available in README.md