Men of Hunger API

Read public posts and profiles. No key, no signup — just GET.

Base URL

https://api.menofhunger.com/v1

Try it

curl https://api.menofhunger.com/v1/public/users/menofhunger

Swap in any member — start typing to search.

curl https://api.menofhunger.com/v1/public/users/menofhunger

Endpoints

Every response

{ "data": … }

Errors replace data with meta. See errors & limits.

Good to know

  • CORS is open, so you can call these straight from a browser.
  • Only public, non-group posts are served. Anything else returns 404.
  • Responses are cacheable — 60s for posts, 5m for profiles.
  • Anything beyond this page needs an account and isn't public yet.