/tgju-API

An API to get Prices from tgju.org

MIT LicenseMIT

tgju-API

An API to get Prices from tgju.org

How to use (for exmaple with curl)

Available Methods: GET

Available Types: RAW , JSON

Base URL(Protected By Cloudflare): api.mmdfazeli.tech


Get Prices as RAW (For Exmaple USD Price)

Request:

curl https://api.mmdfazeli.tech/arz/usd?type=RAW

Response:

50414

Get Prices as JSON (For Exmaple USD Price)

Request:

curl https://api.mmdfazeli.tech/arz/usd?type=JSON

Response:

{
  "error": false,
  "message": null,
  "source": "tgju.org",
  "result": "50414"
}

Available Currencies

Euro: eur , euro

USD: dollar , usd

CAD: cad


License

This project is licensed under the MIT License - see the LICENSE file for details.

Star History

Star History Chart