Try the Swagger API Demo

Test your API skills with our interactive demo environment.

API Endpoint Tester

Response Preview

Loading...

Raw HTTP

GET /users HTTP/1.1
Host: api.swaggerdemo.dev
Accept: application/json

JavaScript (Fetch)

fetch('https://api.swaggerdemo.dev/users', { method: 'GET', headers: { 'Accept': 'application/json' } })

cURL

curl --request GET \\ --url 'https://api.swaggerdemo.dev/users' \\ --header 'Accept: application/json'

💡 Tip:

  • You can try different endpoints like /projects or /teams
  • POST requests will generate mock data based on endpoint name
  • DELETE will return a 204 No Content response