API interface for Iron March data dump
yarn install || npm install
This API service is designed to make use of Vercel's serverless functions interface. Run locally with yarn dev
.
/post
id
: Get post by ID n (Integer)limit
: Limit results by n (Integer)offset
: Offset results by n (Integer)user
: Get posts by user ID n (Integer)terms
: Find posts containing terms (String)
/message
id
: Get message by ID n (Integer)limit
: Limit results by n (Integer)offset
: Offset results by n (Integer)user
: Get messages by user ID n (Integer)terms
: Find messages containing terms (String)
/user
id
: Get user by ID n (Integer)limit
: Limit results by n (Integer)offset
: Offset results by n (Integer)terms
: Find usernames containing terms (String)
/thread
id
: Get thread (message collection) by ID n (Integer)
/meta
data
: Get data collection by type (String)discord
: All discovered Discord invite linksfacebook
: All discovered user Facebook profileslinkedin
: All discovered user LinkedIn profileslocales
: Number of users by city, region, and countryskype
: All discovered user Skype account namestwitter
: All discovered user Twitter profilesall
: All of the above
👤 The Jewish Worker [email protected]
- Twitter: @jewishworker
- GitLab: @jewishworker
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator