Skip to content

v1.0.0 - Initial Release: Replit Info API

Latest
Compare
Choose a tag to compare
@kairos-xx kairos-xx released this 08 Jan 09:18
· 1 commit to main since this release
3ef30a4

🚀 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