Skip to content

Hamdan-Khan/API-Playground

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

API Playground

API Playground is a utility tool built with React.js that allows you to make HTTP requests and interact with APIs. It provides a user-friendly interface to modify the request's body, query parameters, headers, and authentication options, and displays the corresponding response.

Link to API Playground

Alt Text

Features

  • Make (GET/POST/DELETE/PUT/PATCH) HTTP requests to APIs and display the reponse in JSON format

Response in JSON

  • Customize request body and query parameters

Request Body

Request Query parameters

  • Set the headers and send Basic Authentication or Bearer Token

Request Headers

Basic Authentication or Bearer Token

Contributions

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please create a new issue or submit a pull request.