GH Features

API Playground

Test GitHub Features API endpoints with an interactive console.

Request Body

Query Parameters

Response

                        
                        HTTP/1.1 200 OK
                        Date: Fri, 20 Dec 2025 12:34:56 GMT
                        Content-Type: application/json

                        {"error": "", "response": "...", "headers": {}, "code": 200}
                    

How to Use This Playground

1. Choose Method

Select a REST method (GET, POST, PUT, DELETE) from the top navigation

2. Enter Endpoint

Input full or partial API path and parameters in the endpoint field

3. Add Parameters

Use the parameter fields to add query parameters and headers

Example Request

curl -X GET "https://api.githubfeatures.com/api/v1/user" \
     -H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
     -H "Content-Type: application/json"
                    
```