Recipes API
Search and sort community plugins.
Quickstart
Execute a search at https://usetrmnl.com/recipes, then append JSON to the URL.
# search for "weather"
https://usetrmnl.com/recipes?search=weather&sort-by=newest
# in JSON format
https://usetrmnl.com/recipes.json?search=weather&sort-by=newestList Recipes
GET /recipes.json
This endpoint is in alpha testing and may be moved (to /api/recipes) or changed (to /api/plugins) before the end of 2025.
Example Request
https://usetrmnl.com/recipes.json?sort-by=install
Query Params
All are optional.
Name
Type
Description
search
string
Name of the plugin (partial match OK)
sort-by
string
Option by which to rank results
user_id
integer
ID of the author, e.g. 51
Valid sort-by options:
oldest
newest
popularity
fork
install
Example Response
Get a single Recipe
GET /recipes/{id}.json
Example Request
https://usetrmnl.com/recipes/16382.json
Example Response
Last updated