echo-api

FREEMIUM
By MMS | Updated एक महीने पहले | Tools
Popularity

6.2 / 10

Latency

1,032ms

Service Level

100%

Health Check

N/A

README

Supported HTTP methods:

  • GET
  • POST
  • PUT
  • DELETE
  • PATCH

How it works:

  • Any request to the root (/) will return a HTTP code 200.
  • Add the query parameter code to return a HTTP code with the given code.

Examples:

  • ?code=200 will return a HTTP code 200.
  • ?code=201 will return a HTTP code 201.
  • ?code=404 will return a HTTP code 404.
  • ?code=503 will return a HTTP code 503.

Behavior:
The server will try to parse any input to a number on code, so if you send:

  • ?code=sample20url-4 the server will convert to 204 and return HTTP code 204.
  • ?code=justText the server will convert to 400 and return HTTP code 400 because no code was given.
  • Any code lesser than 200 will return 400 HTTP code.
  • Any code bigger than 599 will return 400 HTTP code.

Body:

  • The server will return any body in the application/json format in all supported HTTP methods.
  • If you add the ?code=204 on the request, then no body will be returned.
Followers: 2
Resources:
Terms of use
API Creator:
Rapid account: MMS
MMS
leloscheidt
Log In to Rate API
Rating: 5 - Votes: 1