BlackIQ / tgju-api

TGJU API

Home Page:https://tgju.amirhossein.info/api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TGJU API

Just a simple project to scrap tgju.org. Here I just parse data and return them.

Docs

You can use Swagger to test. Open Swagger.

Notebook

The notebook is just for testing.

API

So, I used notebooks as I said to scrap data. Now used it in an API.

Routes

Here are routes.

/price/:of

In /price route we have a param named of. This item can be one of items below:

  • gold: To get gold prices
  • currency: To get currencies prices

If of is not in the list, you will get 404 errror with this data:

{
  "message": "Invalid"
}

Example:

About

TGJU API

https://tgju.amirhossein.info/api


Languages

Language:Jupyter Notebook 86.0%Language:Python 14.0%