API · /discord-api

Discord API

salutare 3,413 Abbonati

Lê o Discord em tempo real — sem token de bot, sem OAuth, sem login. Resolva qualquer convite (um link discord.gg/<code> ou código simples) para obter o servidor completo: nome, descrição, URLs de imagem de ícone/banner/splash, níveis de verificação e NSFW, nível e contagem de boost (premium), URL personalizada, o canal para o qual aponta, o usuário que o criou, e contagens aproximadas de membros e online ao vivo. Obtenha o "perfil" do clã/guilda de um servidor (tag, emblema, características, recursos) e uma contagem leve de membros+online por si só. Para qualquer servidor que tenha seu widget ativado, leia o widget diretamente pelo ID da guilda: contagem de presença online, lista de membros atualmente online e os canais de voz, além do convite instantâneo ativo. Um auxiliar constrói qualquer URL de ativo CDN do Discord (ícone, banner, splash, avatar, emblema de tag de guilda) a partir de um ID e hash. Cada chamada é ao vivo (sem cache) e retorna a forma upstream do Discord, enriquecida com URLs de imagem prontas para uso. 10 endpoints — a mesma superfície pública que os wrappers populares de consulta ao Discord expõem, construídos para análises de servidor, resolução de convites, painéis comunitários e back-ends de bots. Sem chave upstream, sem cache. (Endpoints de widget retornam 403 quando um servidor tem seu widget desativado.)

api.oanor.com/discord-api
Ottieni una chiave API Prova nel parco giochi → Contatta provider

Specifica leggibile dalle macchine, così gli agenti AI possono integrare questa API.

/api/discord-api/openapi.json
/api/discord-api/llms.txt

Individuazione: GET /api/index.json elenca ogni API.

Discord API — live data on the oanor API marketplace

API salute

salutare
Tempo di attività
100.00%
Sondaggi del server · 24 ore su 24
Latenza media
148 ms
Sondaggi del server · 24 ore su 24
Abbonati
3,413
attiva
Chiamate totali
209
ultimi 7 giorni

Prezzi

Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.

Free

Gratis

  • 3,100 chiamate/mese
  • 2 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 3,100 llamadas/mes
  • 2 solicitudes/segundo
  • Todos los 10 endpoints de lectura
  • Sin tarjeta de crédito
Accedi per abbonarti

Starter

€11.50 /mese

  • 62,000 chiamate/mese
  • 8 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 62k calls/month
  • 8 req/sec
  • Invite + widget + counts
  • Email support
Accedi per abbonarti

Pro

€31.50 /mese

  • 305,000 chiamate/mese
  • 20 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 305k calls/month
  • 20 req/sec
  • Community-dashboard scale
  • Priority support
Accedi per abbonarti

Mega

€72.50 /mese

  • 1,520,000 chiamate/mese
  • 50 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 1.52M llamadas/mes
  • 50 req/seg
  • Escalabilidad del back-end del bot
  • SLA dedicado
Accedi per abbonarti

Costruito da

Correlato APIs

Altro APIs con tag sovrapposti.

Snowflake ID API — oanor API marketplace

Snowflake ID API

Decode and build snowflake IDs — the 64-bit, time-sortable identifiers used by Twitter/X, Discord, Instagram and many distributed systems. Pass an ID and a platform and the service extracts the embedded creation timestamp (turn any Discord, Twitter/X or Instagram ID into the exact moment it was created) along with the machine and sequence components for that platform's epoch and bit layout. Supported platforms: twitter (X), discord, instagram, sony, and custom (supply your own epoch). The encode endpoint does the reverse: build the lower-bound snowflake for a given timestamp, so you can query "all IDs created at or after this moment" — the standard trick for time-based pagination on snowflake APIs. Everything is computed locally with exact 64-bit BigInt math and no network calls. Ideal for analytics, data forensics, API pagination and debugging distributed-ID systems. A snowflake-ID toolkit — distinct from UUID/ULID generation (uuid) and date/time math (datetime). No upstream key, no cache.

api.oanor.com/snowflake-api

Towns API — oanor API marketplace

Towns API

Live EVM-On-Chain-Daten für Towns (Chain-ID 550) – eine OP-Stack Layer-2, die dezentralen Gruppenchat und On-Chain-Social-Spaces antreibt, mit Gas bezahlt in ETH – direkt vom öffentlichen Towns JSON-RPC mit serverseitiger Resilienz bereitgestellt. Der Status-Endpunkt gibt die Chain- und Netzwerk-ID, die neueste Blockhöhe und die Node-Client-Version zurück. Der Block-Endpunkt gibt einen Block nach Nummer (oder den neuesten) mit seinem Hash, Parent-Hash, Zeitstempel, Transaktionsanzahl, verbrauchtem Gas und Gaslimit, Miner und Größe zurück. Der Gas-Endpunkt gibt den aktuellen Gaspreis sowohl in Wei als auch in Gwei zurück. Der Balance-Endpunkt gibt den ETH-Saldo und die Anzahl ausgehender Transaktionen für jede Adresse zurück, umgerechnet von Basis-Wei (18 Dezimalstellen) in ganze ETH mit exakter Big-Integer-Skalierung. Jeder Wert wird live von der Chain über JSON-RPC gelesen – nichts gebündelt oder modelliert – hinter einem kurzen serverseitigen Cache mit Keep-Warm, sodass der Feed schnell und frisch bleibt. Ideal für Explorer, Wallet- und Dashboard-Tools, Gas-Tracker, Adressmonitore und Analyse-Apps im gesamten Towns-Social-Ökosystem. Live keyless upstream. 5 Endpunkte.

api.oanor.com/towns-api

Desmos API — oanor API marketplace

Desmos API

Live on-chain data for Desmos (chain id desmos-mainnet) — the Cosmos-SDK Layer-1 purpose-built for decentralised social networking, whose native token is DSM — served directly from public LCD/REST nodes with multi-node failover. The status endpoint returns the latest block height and time, chain id, the staking bond denom and the current minting inflation rate. The validators endpoint lists the active bonded validator set ranked by stake, each with its moniker, operator address, self-plus-delegated DSM, commission rate and jailed flag. The supply endpoint returns the total DSM supply, the amount bonded in staking and the resulting bonded ratio. The governance endpoint returns the most recent on-chain proposals with their id, title, status and voting window. Token amounts are converted from base micro-DSM (6 decimals) into whole DSM, and every figure is read live from the chain — nothing bundled or modelled — behind a short server-side cache with keep-warm so the feed stays fast and fresh. Ideal for staking dashboards, validator and delegator tooling, explorers, governance trackers and portfolio or analytics apps across the Cosmos and decentralised-social ecosystem. Live keyless upstream. 5 endpoints.

api.oanor.com/desmos-api

DLive Streaming API — oanor API marketplace

DLive Streaming API

Live-Daten von DLive, der blockchain-basierten Livestreaming-Plattform, ohne API-Key. Rufen Sie das öffentliche Profil jedes Streamers ab (Follower, Gefolgte, Partnerstatus, ob sie live sind und was sie streamen); lesen Sie die empfohlenen Kanäle auf der DLive-Startseite; rufen Sie das Live-Stream-Verzeichnis geordnet nach Trend/Neu ab; durchsuchen Sie das Spiel- und Kategorieverzeichnis mit Live-Zuschauerzahlen; lesen Sie die Details einer einzelnen Kategorie; und suchen Sie Streamer nach Namen. Die Creator-/Livestreaming-/Zuschauerstatistik-Schicht für Stream-Dashboards, Creator-Tools, Analysen und Entdeckung – abgegrenzt von den Kick- und anderen Streaming-Readern. Live von DLive; nur kurzer Cache.

api.oanor.com/dlive-api

Domande frequenti

Risposte rapide su prezzi, quote e integrazione.

Come ottengo una chiave API per Discord API?
Registrati gratuitamente su oanor.com, genera una chiave API dalla dashboard sviluppatore e chiama Discord API con l'header x-oanor-key. Nessuna carta di credito richiesta per il piano gratuito.
Qual è il limite di velocità di Discord API?
Il piano gratuito consente 1 richiesta al secondo. I piani a pagamento arrivano fino a 50 richieste al secondo nel piano Mega. I limiti rigorosi restituiscono HTTP 429 oltre la quota — nessuna spesa imprevista.
Quanto costa Discord API?
Discord API ha un piano gratuito con 100 chiamate / mese. I piani a pagamento partono da €11.50 / mese con quote più alte e limiti di velocità più rapidi.
Posso cancellare l'abbonamento in qualsiasi momento?
Sì. I piani sono fatturati mensilmente e puoi cancellare in qualsiasi momento dalla dashboard di fatturazione. Nessun contratto a lungo termine e nessuna penale di cancellazione.
Discord API è conforme al GDPR?
Tutte le richieste a Discord API passano attraverso il nostro gateway in UE. La tua chiave upstream non lascia mai il nostro server e nessun dato personale viene condiviso con il fornitore upstream oltre alla richiesta inviata.

Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.

Frammenti di codice

Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.

curl https://api.oanor.com/discord-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/discord-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/discord-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
    "https://api.oanor.com/discord-api/SOME_PATH",
    headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())

Valutazioni

Accedi per votare.

Nessuna recensione ancora.

Discussione

Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.

Accedi per scrivere o rispondere.

Accedi

Nuova discussione

/ 4000

📌 Fissato 🔒 Bloccato

·

· ·

/ 4000

🔒 Discussione bloccata — non si può più rispondere.

  • Nessuna discussione — inizia tu.

Supporto

Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.

Accedi per aprire un ticket di supporto.

Accedi

Apri nuovo ticket

Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.

  • Nessun ticket per questa API.

Abbonamento attivo: le chiamate possono iniziare subito.

Invia la tua prima richiesta —

Abbonamento attivo: copia uno snippet e avvia la tua prima chiamata.