Skip to content
GET /v1/followers

The accounts following a user

Try it live

10 free calls per day — no sign-up, no API key. Goes through the oanor gateway.

Custom headers (optional)
api.oanor.com/gettr-api

It works. Grab an API key and use it in your project.

Get an API key

Code snippets

curl "https://api.oanor.com/gettr-api/v1/followers" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/gettr-api/v1/followers", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/gettr-api/v1/followers");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/gettr-api/v1/followers",
    headers={"x-oanor-key": "oanor_test_..."}
)

Example response

A real response from this endpoint, captured by the latest health check.

{
    "data": {
        "count": 20,
        "source": "GETTR",
        "username": "newsmax",
        "followers": [
            {
                "nickname": "akshu0",
                "username": "akshu0",
                "followers": 0,
                "influencer_level": null
            },
            {
                "nickname": "time",
                "username": "d265801542943469568",
                "followers": 0,
                "influencer_level": null
            },
            {
                "nickname": "EM.TESLA INVESTMENT",
                "username": "emteslainvestment112",
                "followers": 0,
                "influencer_level": null
            },
            {
                "nickname": "wonderful_wetland",
                "username": "d265801402548178944",
                "followers": 0,
                "influencer_level": null
            },
            {
                "nickname": "highlight_4302",
                "username": "highlight_4302",
                "followers": 0,
                "influencer_level": null
            },
            {
                "nickname": "supremepost",
                "username": "s265800735525269504",
                "followers": 0,
                "influencer_level": null
            },
            {
                "nickname": "FastMouth",
                "username": "fastmouth",
                "followers": 0,
                "influencer_level": null
            },
            {
                "nickname": "exceptionalinfluencer",
                "username": "d265799163962699776",
                "followers": 0,
                "influencer_level": null
            },
            {
                "nickname": "QuickCloud",
                "username": "quickcloud",
                "followers": 4,
                "influencer_level": null
            },
            {
                "nickname": "architect222",
                "username": "d265799090017579008",
                "followers": 0,
                "influencer_level": null
            },
            {
                "nickname": "azure_hawk",
                "username": "d265798892812976128",
                "followers": 0,
                "influencer_level": null
            },
            {
                "nickname": "CoderSurf",
                "username": "codersurf",
                "followers": 4,
                "influencer_level": null
            },
            {
                "nickname": "Fearless_Drizzle",
                "username": "s265797987765415936",
                "followers": 0,
                "influencer_level": null
            },
            {
                "nickname": "legendary_tempest398",
                "username": "d265797664712376320",
                "followers": 0,
                "influencer_level": null
            },
            {
                "nickname": "MadShip",
                "username": "madship",
                "followers": 0,
                "influencer_level": 
…