← Tools Reference

Linux DO

Linux DO integration (Social, Developer Tools). Imported from open-connector.

API key13 toolshttps://linux.do
GET
linux_do_list_latest_topics
List the latest public topics from Linux DO. RSS endpoint: GET https://linux.do/latest.rss. On a 429/rate-limit error, retry later or fetch the endpoint URL di…

/latest.rss

1 parameter
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of items to return. The feed returns a fixed number of items…
GET
linux_do_list_top_topics
List public top topics from Linux DO for a time period. RSS endpoint: GET https://linux.do/top.rss?period={period} (daily/weekly/monthly/quarterly/yearly/all).…

/top.rss

2 parameters
ParamTypeRequiredDescription
periodstringoptionalThe Discourse top-topics period.
limitintegeroptionalThe maximum number of items to return. The feed returns a fixed number of items…
GET
linux_do_list_hot_topics
List public hot/trending topics from Linux DO. RSS endpoint: GET https://linux.do/hot.rss. On a 429/rate-limit error, retry later or fetch the endpoint URL dir…

/hot.rss

1 parameter
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of items to return. The feed returns a fixed number of items…
GET
linux_do_list_category_topics
List topics in a Linux DO category. RSS endpoint: GET https://linux.do/c/{slug}/{id}.rss. Returns 404 when the target is private or not accessible anonymously;…

/c/{slug}/{id}.rss

3 parameters
ParamTypeRequiredDescription
slugstringrequiredThe category slug, e.g. "develop".
idintegerrequiredThe numeric category ID.
limitintegeroptionalThe maximum number of items to return. The feed returns a fixed number of items…
GET
linux_do_list_tag_topics
List topics with a Linux DO tag. RSS endpoint: GET https://linux.do/tag/{tag}.rss. Returns 404 when the target is private or not accessible anonymously; a 404 …

/tag/{tag}.rss

2 parameters
ParamTypeRequiredDescription
tagstringrequiredThe tag name/slug, e.g. "chatgpt".
limitintegeroptionalThe maximum number of items to return. The feed returns a fixed number of items…
GET
linux_do_list_user_topics
List topics created by a Linux DO user. RSS endpoint: GET https://linux.do/u/{username}/activity/topics.rss. Returns 404 when the target is private or not acce…

/u/{username}/activity/topics.rss

2 parameters
ParamTypeRequiredDescription
usernamestringrequiredThe Linux DO username.
limitintegeroptionalThe maximum number of items to return. The feed returns a fixed number of items…
GET
linux_do_list_category_tag_topics
List topics with a tag inside a category. RSS endpoint: GET https://linux.do/tags/c/{slug}/{id}/{tag}.rss. Returns 404 when the target is private or not access…

/tags/c/{categorySlug}/{categoryId}/{tag}.rss

4 parameters
ParamTypeRequiredDescription
categorySlugstringrequiredThe category slug, e.g. "develop".
categoryIdintegerrequiredThe numeric category ID.
tagstringrequiredThe tag name/slug, e.g. "chatgpt".
limitintegeroptionalThe maximum number of items to return. The feed returns a fixed number of items…
GET
linux_do_list_latest_posts
List the latest public posts across Linux DO. RSS endpoint: GET https://linux.do/posts.rss. On a 429/rate-limit error, retry later or fetch the endpoint URL di…

/posts.rss

1 parameter
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of items to return. The feed returns a fixed number of items…
GET
linux_do_list_topic_posts
List posts within a Linux DO topic. RSS endpoint: GET https://linux.do/t/{slug}/{id}.rss (slug defaults to "topic"). Returns 404 when the target is private or …

/t/{slug}/{topicId}.rss

3 parameters
ParamTypeRequiredDescription
topicIdintegerrequiredThe numeric topic ID.
slugstringrequiredThe topic slug; defaults to "topic" when omitted.
limitintegeroptionalThe maximum number of items to return. The feed returns a fixed number of items…
GET
linux_do_list_user_posts
List posts by a Linux DO user. RSS endpoint: GET https://linux.do/u/{username}/activity.rss. Returns 404 when the target is private or not accessible anonymous…

/u/{username}/activity.rss

2 parameters
ParamTypeRequiredDescription
usernamestringrequiredThe Linux DO username.
limitintegeroptionalThe maximum number of items to return. The feed returns a fixed number of items…
GET
linux_do_list_group_posts
List posts by members of a Linux DO group. RSS endpoint: GET https://linux.do/g/{name}/posts.rss. Returns 404 when the target is private or not accessible anon…

/g/{name}/posts.rss

2 parameters
ParamTypeRequiredDescription
namestringrequiredThe Linux DO group name.
limitintegeroptionalThe maximum number of items to return. The feed returns a fixed number of items…
GET
linux_do_list_group_mentions
List posts mentioning a Linux DO group. RSS endpoint: GET https://linux.do/g/{name}/mentions.rss. Returns 404 when the target is private or not accessible anon…

/g/{name}/mentions.rss

2 parameters
ParamTypeRequiredDescription
namestringrequiredThe Linux DO group name.
limitintegeroptionalThe maximum number of items to return. The feed returns a fixed number of items…
GET
linux_do_list_badge_grants
List recent grants of a Linux DO badge. RSS endpoint: GET https://linux.do/badges/{id}.rss. Returns 404 when the target is private or not accessible anonymousl…

/badges/{id}.rss

2 parameters
ParamTypeRequiredDescription
idintegerrequiredThe numeric badge ID.
limitintegeroptionalThe maximum number of items to return. The feed returns a fixed number of items…