The answer lists only the sources that found something, with what each one found.
GET /v1/osint/sources gives the full list of sources, with no key needed.
Credits
The OSINT modules are paid in credits, not from your daily quota.- Nothing found, nothing charged. When no source finds anything, the credits are given back:
charged: false. This holds for a daily allowance of searches that find nothing (your daily quota, at least 10); past it, they are charged like the others (see Limits). - Invalid input costs nothing: it is refused before anything is charged.
- Credits never expire. The packs are on the pricing page, but they are not on sale on the website yet: for credits, write to support@orelys.io.
- Your balance is in
GET /v1/me(credits.balance), and after every OSINT search incredits.remainingand theX-Credits-Remainingheader.
Extended sources
"extended": true adds the sources with the deepest data — for example developer identities, account-recovery details and public keys. They cost 3 credits more, and they are in the catalogue with "extended": true.
The API has two OSINT modules, Username and Email. There is no Telegram lookup in the API.
Run a search
What a result holds
Each item ofresults is one source that found something:
source,label— which source.extended— whether it is an extended source.data— what it found:rows(label and value pairs, like a profile card) andlists(a label and its items).
sources counts what happened across the search: found, not_found (answered, nothing there), and failed (could not answer, or was not reached in time).
Timing
A search asks its sources several at a time and answers within about 100 seconds. A source that has not answered — or has not been reached — by then counts asfailed, and the answer carries everything the others found. Set your HTTP client’s timeout to at least 120 seconds.
Rules
- Usernames are 4 to 40 characters — letters, digits,
_,.and-— and a leading@is dropped. - Email addresses are compared in lower case.
- OSINT searches count toward the per-minute and simultaneous limits like any other search.
- A removed selector returns nothing and costs nothing.

