Skip to content

Instantly share code, notes, and snippets.

@wwhtrbbtt
Last active October 4, 2022 16:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wwhtrbbtt/50f11fdcc63ffa3d06a41d27c6e44278 to your computer and use it in GitHub Desktop.
Save wwhtrbbtt/50f11fdcc63ffa3d06a41d27c6e44278 to your computer and use it in GitHub Desktop.

(Unofficial) Tellonym.me API docs

Get data from profile

GET https://api.tellonym.me/profiles/name/{name}?limit=25&pos=1 (limit max: 30, pos: pagination)

New question (captcha protected)

POST https://api.tellonym.me/tells/new

{
    "captcha":"<recaptcha token>",
    "isInstagramInAppBrowser":false,
    "isSenderRevealed":false,
    "tell":"<text>",
    "userId":<userID>,
    "limit":25
}
@PentoreXannaci
Copy link

max limit is actually 31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment