Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 776 Bytes

README.md

File metadata and controls

41 lines (22 loc) · 776 Bytes

CryptoPunks API Please leave a ⭐️ if found useful!

Install

yarn install

Run the app

yarn run dev

Punks API

The REST API to the cryptopunks API is described below.

Get list of Punks

Request

GET /punks/

http://localhost:1337/api/punks/
https://cryptopunks.herokuapp.com/api/punks

Find punk by number (000-9999)

Request

GET /punks/:id

http://localhost:1337/api/punks/:id
https://cryptopunks.herokuapp.com/api/punks/:id

Data

The cryptoPunkData.json contains a complete 10,000 entry object including every CryptoPunk.

Thanks to

Github User: cryptopunksnotdead for the csv data

Larva Labs: Where it all started!