Skip to content

gabrielhicks/cryptoPunksAPI

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

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