grantaguinaldo / grc

This API is currently live at:

Home Page:https://grc-api.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2019 GRC API

The data for this API was obtained from https://www.socalgas.com/regulatory/A17-10-008.shtml. The pdf files from this website were downloaded and parsed using the PyPDF2 library.

To use this API, you'll need to make a GET request using the format provided below.

https://grc-api.herokuapp.com/api?fileidx=<'file_index'>

To get the list of fileidx that are available, you can view all of the file indices by clicking here.

As an example, if you're trying to get file_index 2016000, your complete end point will be:

https://grc-api.herokuapp.com/api?fileidx=2016000

This is a work in progress, and I will be adding to this API over time.

About

This API is currently live at:

https://grc-api.herokuapp.com/


Languages

Language:Jupyter Notebook 98.0%Language:Python 1.0%Language:HTML 0.9%Language:Shell 0.0%