[PYTHON] Data acquisition memo using Backlog API

Backlog has an API, https://developer.nulab.com/ja/docs/backlog/#backlog-api-%E3%81%A8%E3%81%AF

I know I can do anything, but I had some free time to make a little tool, so I made one. At that time, I used data acquisition using DataFrame, but I was not very familiar with DataFrame, so I made some trial and error.

https://developer.nulab.com/ja/docs/backlog/api/2/get-issue/#%E3%83%AC%E3%82%B9%E3%83%9D%E3%83%B3%E3%82%B9%E3%83%9C%E3%83%87%E3%82%A3

r = requests.get(url, params=params, proxies=proxy_dict)
if r.status_code == requests.codes.ok:
	data = r.json()

It's easy once you get used to how to get the data, but I'm new to Python, so make a note.

"projectId": 1, 

If you want to take data ["projectId "]

"status": { 
    "id": 1,

If you want to take, data ["status "] [" id "]

Under stars

"url": "https://xx.backlog.jp/view/BLG-1",

If you want to take, data ["stars "] [0] ["url "]

Recommended Posts

Data acquisition memo using Backlog API
Data acquisition using python googlemap api
Get Salesforce data using REST API
Get Amazon data using Keep API # 1 Get data
[Data science basics] Data acquisition from API
I tried using YOUTUBE Data API V3
Get Youtube data in Python using Youtube Data API
Creating Google Spreadsheet using Python / Google Data API
FX data collection using OANDA REST API
Awareness of using Aurora Severless Data API
TensorFlow API memo
[Python] Get all comments using Youtube Data API
Python --bitfinex public API memo --ticker, trades acquisition
How to get article data using Qiita API
Stock price forecast using deep learning [Data acquisition]
Data analysis using xarray
Get LEAD data using Marketo's REST API in Python
Data cleansing 2 Data cleansing using DataFrame
Data cleaning using Python
[Python] Get insight data using Google My Business API
I tried using the API of the salmon data project
TensorFlow API memo (Python)
[Memo] Text matching in pandas data frame using flashtext
Memo using trigonometric functions
Easy usage memo of OpenStack Swift API using swiftclient
Get data using Ministry of Internal Affairs and Communications API
[Python] I tried collecting data using the API of wikipedia
Play with YouTube Data API v3 using Google API Python Client
python-fitbit data acquisition query summary
Test CloudStack API Using Simulator
Age recognition using Pepper's API
I tried using easydict (memo).
Try using the Twitter API
Upload videos using YouTube API
Try using the Twitter API
Python memo using perl --join
Python data type summary memo
Try using the PeeringDB 2.0 API
Data visualization method using matplotlib (2)
Use configparser when using API
Stock price data acquisition tips
Data analysis using python pandas
Create an API that returns data from a model using turicreate
Let's automatically collect company information (XBRL data) using the EDINET API (4/10)
Collect product information and process data using Rakuten product search API [Python]
[Python] I tried to get various information using YouTube Data API!