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=newest
List 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 Requesthttps://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 Requesthttps://usetrmnl.com/recipes/16382.json
{
"data": {
"id": 16382,
"name": "Matrix",
"published_at":"2025-02-10T11:33:00.000Z",
"icon_url": "https://trmnl-public.s3.us-east-2.amazonaws.com/mtpxyr22spnwjheeh5kv1p7tpk6n",
"screenshot_url": "https://trmnl.s3.us-east-2.amazonaws.com/jly9u094jtsc2bwmnhlnmwjnsokk?response-content-disposition=inline%3B%20filename%3D%22plugin-2025-04-10T12-47-23Z-776f51%22%3B%20filename%2A%3DUTF-8%27%27plugin-2025-04-10T12-47-23Z-776f51&response-content-type=image%2Fbmp&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA47CRUQUU4VKBBMOF%2F20251024%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=20251024T210933Z&X-Amz-Expires=300&X-Amz-SignedHeaders=host&X-Amz-Signature=828e75fc333464c3ba13654c70434d307a8ca48053cd102f4a10a55e953c3ce2",
"author_bio": {
"keyname": "doesnt_matter",
"name": "About This Plugin",
"field_type": "author_bio",
"description": "Matrix brings the iconic digital rain from the movies to your screen. By default, it displays the current date in the classic style, but you can also customize it to show any message you want.",
"category": "calendar,life"
},
"custom_fields": [
{
"keyname": "doesnt_matter",
"name": "About This Plugin",
"field_type": "author_bio",
"description": "Matrix brings the iconic digital rain from the movies to your screen. By default, it displays the current date in the classic style, but you can also customize it to show any message you want.",
"category": "calendar,life"
},
{
"keyname": "message",
"field_type": "string",
"name": "Message",
"default": "%date",
"help_text": "%date to display current date"
}
],
"stats": {
"installs": 25,
"forks": 176
}
}
}