Skip to content

The Dillard’s API provides access to JSON endpoints for Dillard’s transactions that took place from 2014-2016.

Notifications You must be signed in to change notification settings

yaisah/DillardsAPI

Repository files navigation

DillardsAPI

The Dillard’s API provides access to JSON endpoints for Dillard’s transactions that took place from 2014-2016.

Introduction

The Dillard’s API provides access to JSON endpoints for Dillard’s transactions that took place from 2014-2016. They are designed to meet the demands of enterprise business platforms to understand the customers better.

This API collects different portions of the Dillard’s database. The Dillard’s Department Store Database (UA_Dillards_2016) contains millions of records of information gathered from sales transactions from the Dillard’s stores. For this API, the focus is on the Transaction table within the database. The API returns a JSON object that can be utilized for integration and development.

Dillard's Transaction Table

https://imgur.com/a/vUY52Ql

Endpoint Overview

/tranamount/
Endpoint that return data on the number of customers that spent over $500 by transaction date.

/transaction/
Endpoints that return data around transaction information such as date, time, transaction type, amount, etc.

List amount of customers that spent over $500 (Static API)
API: http://0.0.0.0:5000/tranamount
• For a static API with information on the number of customers that spent over $500 in 2014-2016 by transaction date.

List of transaction data per transaction ID (Dynamic API)
API: http://0.0.0.0:5000/transaction/[id]
• A dynamic API with all Dillard’s transaction information that took place from 2014-2016 for any specific Dillard’s transactions ID requested. You may replace the transaction ID with any you desire to view specific information.

About

The Dillard’s API provides access to JSON endpoints for Dillard’s transactions that took place from 2014-2016.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages