hyper's cobalt instance list

Home - Instances - Services - API - Projects - FAQ - Source Code

FAQ

General

What is cobalt? cobalt is an open-source media downloader. It supports a wide range of social media websites. No ads, tracking, or paywalls. It was created by imput.
What is an "instance"? An instance is simply another "copy" of cobalt. Because cobalt is open source, anyone can start up their own instance.
Why are multiple instances needed? Simple: if the main cobalt instance goes offline, you can still use another instance. Decentralization is good. Servers can be located in different regions to bypass different region limits for media.
What is the difference between official and community instances? Official instance is the main cobalt instance by the developers. This instance is cobalt.tools, and the API is api.cobalt.tools. All others on this list are community hosted and might have their own quirks.
What is the difference between API and frontend? The frontend is the pretty homescreen you see when you visit a cobalt instance. The API is another module that handles any download requests sent by the frontend. It does the processing and handling. When you enter a URL and download it, the frontend sends a request to the API, and it returns the media back. If you're a regular user, you probably want to use the frontend.

Instance List

How do I read the instance list? There's a few ways to see the instances, by the master list or by service. When viewing each list, there are 3 categories: official, domain, and no domain.
What does each column mean on the master list? On each list, it contains these columns:
How did you find these instances? I wrote a post about it here on my blog. In short, I used "service scanners" to search for specific queries to find them. Some instances were requested to be added.
I want to add/remove my instance! If you want to be added/removed, ping @hyperdefined on the cobalt discord or create a pull request here.
Do you have an API? Yes there is one! Visit the API page for more information.