/chinook-data-analytics-api

Capstone Data Analytics API

Primary LanguageJupyter Notebook

Chinook Data Analytics API

This project aims to create a simple API to fetch Chinook Dataset..

Endpoints

List of Albums

GET /albums

List of Countries

GET /country

Top selling Albums by Country

GET /albums/top/<country>

Total amount invoice by Year

GET /invoices/total/<year>

API Docs

GET /docs

How to use

Get all albums https://capstone-da-api.herokuapp.com/albums

Get top selling album in Germany https://capstone-da-api.herokuapp.com/albums/top/germany

Get all countries https://capstone-da-api.herokuapp.com/country

Get total amount of invoices in 2010 https://capstone-da-api.herokuapp.com/invoices/total/2010

API Docs https://capstone-da-api.herokuapp.com/docs