{"id":20859071,"url":"https://github.com/blackxploit-404/reqquest","last_synced_at":"2026-01-28T06:15:43.632Z","repository":{"id":259890058,"uuid":"879735539","full_name":"blackXploit-404/ReqQuest","owner":"blackXploit-404","description":"ReqQuest is a browser-based user-friendly REST API testing tool that lets you send requests, view responses in JSON format, and download them for further analysis. No sign-up is required, and you can start testing APIs instantly for free!","archived":false,"fork":false,"pushed_at":"2024-11-02T06:25:54.000Z","size":1351,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T21:36:42.713Z","etag":null,"topics":["api-testing","rest-api","tool"],"latest_commit_sha":null,"homepage":"https://reqquest.netlify.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blackXploit-404.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-28T13:10:32.000Z","updated_at":"2024-11-22T18:49:48.000Z","dependencies_parsed_at":"2025-01-19T07:35:06.566Z","dependency_job_id":null,"html_url":"https://github.com/blackXploit-404/ReqQuest","commit_stats":null,"previous_names":["blackxploit-404/reqquest"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/blackXploit-404/ReqQuest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackXploit-404%2FReqQuest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackXploit-404%2FReqQuest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackXploit-404%2FReqQuest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackXploit-404%2FReqQuest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackXploit-404","download_url":"https://codeload.github.com/blackXploit-404/ReqQuest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackXploit-404%2FReqQuest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28840577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T05:50:12.573Z","status":"ssl_error","status_checked_at":"2026-01-28T05:49:54.528Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-testing","rest-api","tool"],"created_at":"2024-11-18T04:48:33.282Z","updated_at":"2026-01-28T06:15:43.617Z","avatar_url":"https://github.com/blackXploit-404.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReqQuest\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://www.svgrepo.com/show/367180/req.svg\" alt=\"ReqQuest Logo\" width=\"100\" /\u003e\n\u003c/p\u003e\n\nReqQuest is a browser-based user-friendly REST API testing tool that lets you send requests, view responses in JSON format, and download them for further analysis. No sign-up is required, and you can start testing APIs instantly for free!\n\n---\n\n## 🌟 Features\n\n- **Supports All Major HTTP Methods**: GET, POST, PUT, DELETE.\n- **Customizable Headers and Body**: Define request headers and payload in JSON format.\n- **Response Viewer**: View response data in a collapsible, readable JSON format.\n- **Downloadable Response**: Easily save your API response as a JSON file.\n- **Responsive Design**: Works seamlessly across devices.\n- **Free to Use**: No credit card or registration required.\n\n---\n\n## 🛠️ Tech Stack\n\n- **Frontend**: React, Bootstrap\n- **Backend**: Axios for HTTP requests\n- **Deployment**: Render (for backend deployment)\n- Netlify (for frontend deployment)\n  \n---\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js and npm installed.\n- An IDE or text editor (e.g., VS Code).\n\n### Installation\n\n1. **Clone the Repository**\n   ```bash\n   git clone https://github.com/blackXploit-404/ReqQuest.git\n   cd ReqQuest\n   ```\n\n2. **Install Dependencies for Backend**\n   ```bash\n   cd ReqQuest-Backend\n   npm i\n   ```\n\n3. **Run the App Locally**\n   ```bash\n   node index.js\n   ```\n   The app should now be running on `http://localhost:5000`.\n   \n4. **Install Dependencies for Frontend**\n   ```bash\n   cd ReqQuest-Frontend\n   npm i\n   \n   ```\n\n5. **Run the App Locally**\n   ```bash\n   npm start\n   ```\n   The app should now be running on `http://localhost:3000`.\n\n---\n\n## 🔧 Usage\n\n1. Enter the API URL.\n2. Choose the HTTP method.\n3. (Optional) Add Headers and Body in JSON format.\n4. Click **Send Request** to fetch the API response.\n5. View the response in the JSON viewer and download it if needed.\n\n---\n\n## 📂 Project Structure\n\n- **`src/App.js`**: Main component handling form input, request submission, and response display.\n- **`src/assets/logo.svg`**: Logo used in the header.\n- **`src/App.css`**: Custom styling for components.\n  \n---\n\n## 🐛 Troubleshooting\n\n- **Invalid JSON Error**: Ensure headers and body fields have valid JSON format (e.g., `{\"key\": \"value\"}`).\n- **CORS Issues**: If testing on certain APIs, you may encounter CORS errors depending on their configuration.\n\n---\n\n## 👥 Contributing\n\nFeel free to fork the repository and submit pull requests for new features or improvements. Contributions are welcome!\n\n---\n\n## 📝 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## 📬 Contact\n\nFor any questions or feedback, please reach out to **[Surajit Sen](https://github.com/blackXploit-404)**.\n\nHappy testing with **ReqQuest**! 🛠️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackxploit-404%2Freqquest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackxploit-404%2Freqquest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackxploit-404%2Freqquest/lists"}