About

Thirdplace Discovery is a feed discovery service.

Sources:

How does it work?

You give it a url and it tries to find a feed for it.

HTTP JSON api

$ curl https://discovery.thirdplace.no/api?q=astralcodexten.substack.com
{
    "code": 200,
    "message": "OK",
    "result": [
        {
            "name": "Substack",
            "description": "This feed contains blog posts.",
            "url": "https://astralcodexten.substack.com/feed"
        }
    ]
}
Direct HTML form url: https://discovery.thirdplace.no/?q=reddit.com/r/php

Browser bookmarklet which can be dragged to your toolbar: Discover feed

Contribute

Do you know of a feed with a predictable url? Please contribute by raising an issue or ship an email to discovery AT thirdplace.no.