# GET Endpoints

## ZioMark's HUB Multipurpose API GET Endpoints

Welcome to ZioMark's HUB Multipurpose API! Our API offers a range of functionalities accessible through simple `GET` requests. Whether you need to retrieve data, perform calculations, or generate cryptographic keys, our API has you covered.

### Overview

Our API provides `GET` endpoints for various purposes, including:

* Retrieving local time for different countries.
* Calculating discounted prices based on original prices and discount percentages.
* Generating cryptographic keys in different styles.
* Converting currencies with real-time exchange rates.
* Translating text between different languages.
* Fetching weather information for specified cities.
* Converting HTML content to PDF documents.
* Generating dynamic images with text overlays.
* Formatting date and time according to different standards.

These endpoints are designed to be versatile and easy to integrate into your applications. Whether you're building a web application, mobile app, or any other software solution, our API can provide the data and functionality you need.

For detailed documentation on each endpoint, including query parameters and response formats, please refer to the corresponding sections below.


---

# 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://docs.ziomark.xyz/get-endpoints.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.
