Crawlzodocs
API referenceDiscord

Server details

The detail record for a single Discord server, from its invite.

Temporarily unavailable. This endpoint is not currently serving requests. The parameters below are accurate; get in touch before building against it.

Everything the public listing carries for one server: name, description, member and online counts, tags, and the invite it resolves to.

No example response is shown for this endpoint.

POST
/v1/scrapers/discord_server_v2

Authorization

ApiKeyAuth
X-API-Key<token>

Your API key. Sent on every request.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/scrapers/discord_server_v2" \  -H "Content-Type: application/json" \  -d '{    "invite": "https://discord.gg/minecraft"  }'
{}