# Introduction

A simple API that returns random hugot lines for those moments when words can't express your feelings. 💭

# Endpoints

GET /api/hugot

Returns a random hugot line that hits right in the feels.

Response Format:

{
    "success": true,
    "hugot": "Sample hugot line here"
}

# Try It Out