API
My personal api is available at https://dnnsmnstrr.vercel.app/api/
Available routes:
| Route | Description |
|---|---|
/dennis | Returns information about me |
/events | A list of events in my life (used for my life-timeline) |
/social | Returns a json of my social-urls |
/social/ + (facebook, twitter, instagram, linkedin, github, youtube, spotify, telegram) | Gets a redirect to the given profile page |
/playlist | Returns a json of my Spotify playlists |
/playlist/ + (current) | Gets a redirect to a specific playlist |
/playlist/random | Redirects to a random playlist |
/redirect | Dynamically returns a Redirecting, matched to a list of aliases with fallback to social links and my homepage |
Much of the data made available through this api is stored in gists.
Resources
- Sheety turns a spreadsheet into an API