Skip to content

gabrielhicks/cryptoPunksAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A simple local API to retrieve cryptopunks 000-9999 attributes and images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published