Skip to content

tomismeta/internethuman-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internet Human API

Structured data API for essays and thoughts from internethuman.neocities.org.

The collection includes long-form essays and short-form thoughts exploring network consciousness, new forms of art, the future of aesthetics, hyperstition, and what it means to be human in an increasingly networked world.

Endpoints

Essays

Method Path Description
GET /api/essays List all essays
GET /api/essays/{id} Get full essay data
GET /api/themes/{essayId} Get all themes + relationships
GET /api/themes/{essayId}/{themeId} Get a specific theme by ID

Thoughts

Method Path Description
GET /api/thoughts List all thoughts
GET /api/thoughts/{id} Get a single thought
GET /api/thoughts/tags/{tag} Get thoughts by tag

Authors

Method Path Description
GET /api/authors List all authors
GET /api/authors/{handle} Get author with all their quotes

Examples

# List essays
curl https://internethuman.vercel.app/api/essays

# Get "New Art" essay
curl https://internethuman.vercel.app/api/essays/new-art

# Get themes for an essay
curl https://internethuman.vercel.app/api/themes/new-art

# Get a specific theme
curl https://internethuman.vercel.app/api/themes/new-art/hindsight-recognition

# List all thoughts
curl https://internethuman.vercel.app/api/thoughts

# Get a single thought
curl https://internethuman.vercel.app/api/thoughts/hyper-abstractionism

# Search thoughts by tag
curl https://internethuman.vercel.app/api/thoughts/tags/hyperstition

# Get author quotes
curl https://internethuman.vercel.app/api/authors/tomismeta

Documentation

Content

Essays (2)

  • new-art — A conversation on new art between d and tomismeta
  • new-aesthetics — On the future of aesthetics, comfort substrates, and BCI-streamed skins

Thoughts (13)

Short-form pieces on: immaculate canonization, hyper-abstractionism, hyperstitional retrocasting, hyperstition and hyperreality, portable human presence, consciousness and network minds, human emotion packages, spiritual freedom, network spirituality, post-authorship, internet life and abundance, reputation, reputation as currency.

Tags

abstraction, akashic-records, algorithms, authenticity, authorship, BCI, canonization, collective-intelligence, commodification, communion, consciousness, curation, currency, embodiment, emotion, freedom, hyperreality, hyperstition, icons, interaction, LLM, memetics, network, network-minds, peace, presence, receivers, representation, reputation, retrocasting, singularity, spirituality, streaming, theatre, trust, value

Deploy

Deploy with Vercel

Author

@tomismeta

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors