Unofficial RoutineHub API

Updated 07162022-152705


This project is a serverless API hosted on Vercel that retrieves some useful informations that aren't available from the official API (yet) about Shortcuts hosted on RoutineHub.

Documentation

Changelog (GET)

Heads over to https://rh-api.alombi.xyz/changelog and add a parameter to this URL, containing your shortcut's RH ID. For example https://rh-api.alombi.xyz/changelog?id=1

Parameters

Shortcut (GET)

Heads over to https://rh-api.alombi.xyz/shortcut and add a parameter to this URL, containing your shortcut's RH ID. For example https://rh-api.alombi.xyz/shortcut?id=1&icon=true

Parameters

Icon

The icon url parameter is false by default, and it's optional. If you want to receive the icon, include it as in the example (https://rh-api.alombi.xyz/shortcut?id=1&icon=true), if not set it to false or remove the parameter.

Related

The related parameter is false by default, and it's optional. If you want to receive related shortcuts, include it as in the example (https://rh-api.alombi.xyz/shortcut?id=1&related=true), if not set it to false or remove the parameter. Take note that requesting related shortcuts may slow down the process a bit.

Author (GET)

Heads over to https://rh-api.alombi.xyz/author and add a parameter to this URL, containing the author's RH username. For example https://rh-api.alombi.xyz/author?username=alombi

Parameters

Homepage (GET)

The homepage endpoint has been deprecated due to the removal of trending shortcuts on RoutineHub homepage.

~~Heads over to https://rh-api.alombi.xyz/homepage~~

Parameters

~~Each array has the same elements' structure:~~