HTTP Status Code API
    HTTP Status Code API
    • G
      GET
    • Untitled Endpoint
      GET
    • 2
      GET
    • 3
      GET
    • Continue
      GET
    • Switching Protocols
      GET
    • Processing
      GET
    • Early Hints
      GET
    • OK
      GET
    • Created
      GET
    • Accepted
      GET
    • No Content
      GET
    • Partial Content
      GET
    • Multiple Choices
      GET
    • Moved Permanently
      GET
    • Found
      GET
    • Not Modified
      GET
    • Temporary Redirect
      GET
    • Permanent Redirect
      GET
    • Bad Request
      GET
    • Unauthorized
      GET
    • Forbidden
      GET
    • Not Found
      GET
    • Method Not Allowed
      GET
    • Request Timeout
      GET
    • Conflict
      GET
    • Gone
      GET
    • Payload Too Large
      GET
    • URI Too Long
      GET
    • Unsupported Media Type
      GET
    • I'm a teapot
      GET
    • Unprocessable Entity
      GET
    • Too Many Requests
      GET
    • Unavailable For Legal Reasons
      GET
    • Internal Server Error
      GET
    • Not Implemented
      GET
    • Bad Gateway
      GET
    • Service Unavailable
      GET
    • Gateway Timeout
      GET
    • HTTP Version Not Supported
      GET
    • Insufficient Storage
      GET
    • Network Authentication Required
      GET
    • Informational Response (1XX)
      GET
    • Informational Response (1xx lowercase)
      GET
    • Custom Server Error Response (50)
      GET
    • Default Error Response
      GET
    • Custom Informational Response
      GET
    • Non-Authoritative Information
      GET
    • Reset Content
      GET
    • Multi-Status
      GET
    • Already Reported
      GET
    • IM Used
      GET
    • Successful Response (2XX)
      GET
    • Custom Successful Response
      GET
    • See Other
      GET
    • Use Proxy
      GET
    • Switch Proxy
      GET
    • Redirection Response (3XX)
      GET
    • Custom Redirection Response
      GET
    • Payment Required
      GET
    • Not Acceptable
      GET
    • Proxy Authentication Required
      GET
    • Length Required
      GET
    • Precondition Failed
      GET
    • Range Not Satisfiable
      GET
    • Expectation Failed
      GET
    • Misdirected Request
      GET
    • Locked
      GET
    • Failed Dependency
      GET
    • Too Early
      GET
    • Upgrade Required
      GET
    • Precondition Required
      GET
    • Request Header Fields Too Large
      GET
    • Client Error Response (4XX)
      GET
    • Custom Client Error Response
      GET
    • Variant Also Negotiates
      GET
    • Loop Detected
      GET
    • Not Extended
      GET
    • Server Error Response (5XX)
      GET
    • Successful Response (2xx lowercase)
      GET
    • Redirection Response (3xx lowercase)
      GET
    • Client Error Response (4xx lowercase)
      GET
    • Server Error Response (5xx lowercase)
      GET
    • Extended Server Error Response
      GET
    • Custom Extended Response (1000)
      GET
    • Custom Extended Response (2000)
      GET
    • Custom Extended Response (3000)
      GET
    • Custom Extended Response (4000)
      GET
    • Custom Extended Response (5000)
      GET
    • Custom Extended Response (6000)
      GET
    • Random String Status Code
      GET

      Untitled Endpoint

      Developing
      GET
      https://graphql-teas-endpoint.netlify.app/
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location -g --request GET 'https://graphql-teas-endpoint.netlify.app/?query=query%20%20{%20%20%20%20teas%20{%20%20%20%20%20%20id%20%20%20%20%20%20name%20%20%20%20%20%20description%20%20%20%20%20%20price%20%20%20%20}%20%20%20%20producers{%20%20%20%20%20%20name%20%20%20%20%20%20id%20%20%20%20}}' \
      --header 'Content-Type: application/json' \
      --data-raw '{"query":"query{\r\n    teas{\r\n        id\r\n    }\r\n}","variables":{}}'

      Request

      Query Params

      Header Params

      Body Params application/json
      No need to define the Body

      Responses

      No need to define the Response
      Modified at 2025-08-29 06:50:00
      Previous
      G
      Next
      2
      Built with