Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 425 Bytes

get-api-information.md

File metadata and controls

26 lines (19 loc) · 425 Bytes

Get API Information

Get information about the API. Returns an object containing information about the API on success.

Endpoint

GET /info

Parameters

No specific parameters are required for this endpoint.

Example Response

{
  "name": "Quote-It",
  "description": "Your go-to API for inspiring, and thought-provoking quotes.",
  "version": "1.0.0",
  "counts": {
    "quotes": 51
  }
}