/
/httpbin.org
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1d ago · Updated 1mo ago
Anything12
Auth6
Cookies4
Dynamic data14
  • getDecodes base64url-encoded string.
  • getReturns n random bytes generated with given seed
  • getReturns a delayed response (max of 10 seconds).
  • putReturns a delayed response (max of 10 seconds).
  • postReturns a delayed response (max of 10 seconds).
  • deleteReturns a delayed response (max of 10 seconds).
  • patchReturns a delayed response (max of 10 seconds).
  • traceReturns a delayed response (max of 10 seconds).
  • getDrips data over a duration after an optional initial delay.
  • getGenerate a page containing n links to other pages which do the same.
  • getStreams n random bytes generated with given seed, at given chunk size per packet.
  • getStreams n random bytes generated with given seed, at given chunk size per packet.
  • getStream n JSON responses
  • getReturn a UUID4.
HTTP Methods5
Images5
Redirects9
Request inspection3
Response formats9
Response inspection5
Status codes6
    Dynamic data

    Decodes base64url-encoded string.

    get/base64/{value}

    Path parameters

    valuestring required

    Response

    Decoded base64 content.

    Changes