Quote API

Overview

This API allows users to access random quotes and the daily quote. The daily quote is reset every day at 12:00 AM Eastern Time.

Base URL

https://api.msmc.cc

Endpoints

1. Random

Info

Endpoint: /api/quotes/random
Method: GET

Example Response

{
        "Quote": "Don't cry because it's over, smile because it happened.",
        "Author": "Dr. Seuss"
    }
    

2. Daily

Info

Endpoint: /api/quotes/daily
Method: GET

Example Response

{
        "Quote": "Don't cry because it's over, smile because it happened.",
        "Author": "Dr. Seuss"
    }
    

Support

For support, email [email protected]