Skip to main content
GET
/
projects
List projects
curl --request GET \
  --url https://api.jonahanderson.me/projects
[
  {
    "id": "proj_001",
    "name": "Empire",
    "summary": "Lightweight web app for groups to play the party game Empire on mobile devices."
  }
]

Response

200 - application/json

Project list

id
string
required
Example:

"proj_001"

name
string
required
Example:

"Empire"

summary
string
required
Example:

"Lightweight web app for groups to play the party game Empire on mobile devices."