Skip to content
  • There are no suggestions because the search field is empty.

API Reference: Fallback URLs

/

HTTPS GET Output JSON Fallback

Welcome to the BloodCOMM API, if you can access this via your application, then you are ready to go!

Optionally, submit your API key in the form of a bearer token to validate your request.

Method Description
GET Outputs the Welcome Message

Response:

+===========================================================================+
| |
| ____ _ _ ____ ___ __ __ __ __ _ ____ ___ |
| | __ )| | ___ ___ __| |/ ___/ _ \| \/ | \/ | / \ | _ \_ _| |
| | _ \| |/ _ \ / _ \ / _ | | | | | | |\/| | |\/| | / _ \ | |_) | | |
| | |_) | | (_) | (_) | (_| | |__| |_| | | | | | | | / ___ \| __/| | |
| |____/|_|\___/ \___/ \__,_|\____\___/|_| |_|_| |_| /_/ \_\_| |___| |
| |
+===========================================================================+

Get started at: https://docs.blood.dev/api

Submit valid API key header(s) to test authenticate your request.
Authentication results will be shown here.

404

HTTPS GET Output JSON Fallback

Fallback for invalid routes.

Method Description
GET Fallback for invalid routes

Response:

{
"error": 404,
"message": "not found",
"documentation": "https://docs.blood.dev/api"
}