# API LIST

Explore the wide range of APIs available in Santech API Hub. Each API provides specific functionalities and data for integration into your applications. Here are some of the APIs we offer:

### Ecommerce API

* **Description:** An API for dummy ecommerce details.
* **Link:** [Ecommerce API](/docs/ecommerce-api.md)

### Music API

* **Description:** An API for retrieving music details.
* **Link:** [Music API](https://santechapi.vercel.app/music)

### Currency API

* **Description:** An API for converting currency to different country rates.
* **Link:** [Currency API](https://santechapi.vercel.app/currency/inr/usd/200)

### Quotes API

* **Description:** An API for famous quotes.
* **Link:** [Quotes API](https://santechapi.vercel.app/quotes)

### Dictionary API

* **Description:** An API for fetching English word meaning, definitions, audio, etc.
* **Link:** [Dictionary API](https://santechapi.vercel.app/dictionary)

### **Anime Details API**

* **Description:** An API for fetching Anime and series Details.
* **Link:** [Anime Details API](/docs/anime-details-api.md)

### Jarvis AI API

* **Description:** An API for AI Chatbot.
* **Link:** [Jarvis AI API](/docs/jarvis-ai-api.md)

### Books API

* **Description:** An API for Books and related details.
* **Link:** [Books API](/docs/books-api.md)

### Conversational API

* **Description:** An API for Conversational Chatbot.
* **Link:** [Conversational API](/docs/conversational-api.md)

### Genderize API

* **Description:** An API for fetching gender of a name.
* **Link:** [Genderize API](/docs/genderize-api.md)

### Giphy API

* **Description:** An API for fetching GIF and Stickers .
* **Link:**  [Giphy API](/docs/giphy-and-stickers-api.md)

### Insightful API

* **Description:** An API for fetching random Blogs
* **Link:**  [Insightful API](/docs/insightful-api.md)

### Jokes API

* **Description:** An API for fetching jokes.
* **Link:** [Jokes API](/docs/jokes-api.md)

### Maps API

* **Description:** An API for Displaying maps
* **Link:** [Maps API](/docs/maps-api.md)

### News API

* **Description:** An API for fetching the latest news articles.
* **Link:** [News API](https://santechapi.vercel.app/news)

### Random User API

* **Description:** An API to get information about a random fake user, including gender, name, email, address, etc.
* **Link:** [Random User API](/docs/random-user-api.md)

### Sports Player API

* **Description:** An API for fetching sports player details.
* **Link:** [Sports Player API](https://santechapi.vercel.app/sports/player/dhoni)

### Stocks API

* **Description:** An API for stock market data.
* **Link:** [Stocks API](https://santechapi.vercel.app/stocks/company/symbol/TCS)

### University API

* **Description:** An API to get a list of universities in a specified country.
* **Link:** [University API](https://santechapi.vercel.app/university/country/india)

### Weather API

* **Description:** An API for retrieving weather information.
* **Link:** [Weather API](/docs/weather-api.md)

Explore these APIs and their documentation for more details on how to integrate them into your applications.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://santech.gitbook.io/docs/getting-started/api-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
