Discover/discord.com API
live

discord.com APIdiscord.com

Search and retrieve Discord Help Center articles via API. Access full article content, metadata, and category listings across 3 endpoints.

Endpoints
3
Updated
2h ago
Try it
Page number for pagination.
Search query string to find relevant help articles.
Number of results per page, between 1 and 100.
api.parse.bot/scraper/eec89afa-c079-4f37-b701-cfba66d49653/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/eec89afa-c079-4f37-b701-cfba66d49653/search_articles' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search Discord Help Center articles by keyword query. Returns paginated results with title, snippet, metadata, and labels for each matching article.

Input
ParamTypeDescription
pageintegerPage number for pagination.
queryrequiredstringSearch query string to find relevant help articles.
per_pageintegerNumber of results per page, between 1 and 100.
Response
{
  "type": "object",
  "fields": {
    "page": "integer",
    "query": "string",
    "results": "array of article summaries with id, title, snippet, url, section_id, created_at, updated_at, vote_sum, promoted, label_names",
    "per_page": "integer",
    "page_count": "integer",
    "total_count": "integer"
  },
  "sample": {
    "page": 1,
    "query": "voice settings",
    "results": [
      {
        "id": 360045784891,
        "url": "https://support.discord.com/hc/en-us/articles/360045784891-Video-Screenshare-Updates-Multistream-and-More",
        "title": "Video & Screenshare Updates - Multistream and More!",
        "snippet": "Participant Settings Advanced In-Call Options In-Call Screenshare Options In-Call Voice Settings New",
        "promoted": false,
        "vote_sum": -179,
        "created_at": "2020-07-02T17:33:38Z",
        "section_id": 201110537,
        "updated_at": "2026-06-09T06:50:00Z",
        "label_names": [
          "voice",
          "stream",
          "screenshare"
        ]
      }
    ],
    "per_page": 3,
    "page_count": 130,
    "total_count": 388
  }
}

About the discord.com API

This API provides structured access to the Discord Help Center across 3 endpoints, letting you search articles by keyword, retrieve full article content in both plain text and HTML, and list all top-level help categories. The search_articles endpoint returns paginated results including titles, snippets, section IDs, vote counts, and label names, making it straightforward to build support tooling or knowledge-base integrations against Discord's official documentation.

Endpoints and Data Coverage

The search_articles endpoint accepts a required query string and optional page and per_page parameters (1–100 results per page). Each result in the results array includes id, title, snippet, url, section_id, created_at, updated_at, vote_sum, promoted flag, and label_names. The response envelope also carries total_count, page_count, and the active page and per_page values, giving you everything needed to paginate through a full result set.

Full Article Retrieval

The get_article endpoint takes a numeric article_id (obtainable from search_articles results) and returns the complete article. The response includes both body_html (raw HTML) and body_text (plain text), alongside title, url, vote_sum, author_id, promoted, created_at, and edited_at. Having both body formats means you can render rich content or index clean text without additional parsing work on your end.

Category Navigation

The list_categories endpoint requires no inputs and returns a count plus an array of category objects, each carrying id, name, description, url, position, created_at, and updated_at. This is useful for mapping the Help Center's topic structure before deciding which search queries to run, or for building a category-driven navigation layer in a support application.

Common use cases
  • Build an in-app support widget that surfaces relevant Discord Help Center articles based on user-entered search terms
  • Index Discord's official documentation into a vector database for semantic search using the body_text field from get_article
  • Monitor Help Center articles for edits by comparing edited_at timestamps across recurring fetches
  • Classify help content by category using list_categories to map section_id values returned in search results
  • Aggregate article quality signals using vote_sum and promoted fields to surface the most trusted help content
  • Generate structured FAQs or training data for a support chatbot from body_text article content
  • Track which label names appear most frequently in search results to understand common Discord support topics
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Discord have an official developer API?+
Yes. Discord provides an official bot and application API documented at https://discord.com/developers/docs. That API covers bot interactions, guild management, and messaging — it does not expose Help Center content.
What does `search_articles` return beyond the article title?+
Each result includes id, title, snippet, url, section_id, created_at, updated_at, vote_sum, a promoted boolean, and a label_names array. The id from these results is what you pass to get_article to retrieve the full body.
Does `get_article` return community forum posts or server-specific content?+
No. The API covers only Discord Help Center articles — official support documentation managed by Discord. Community forum threads, server announcements, and user-generated content are not included. You can fork this API on Parse and revise it to add an endpoint targeting other Discord content sources.
Is there a way to filter search results by category or section?+
The search_articles endpoint accepts only query, page, and per_page — there is no server-side category or section filter parameter. You can use section_id in the returned results alongside list_categories data to filter client-side. You can fork this API on Parse and revise it to add a section-scoped filtering endpoint if that behavior is needed.
How fresh is the article data?+
Articles are retrieved on-demand and reflect the current state of the Discord Help Center at request time. Each article response includes created_at and edited_at fields so you can detect when Discord last updated a given article.
Page content last updated . Spec covers 3 endpoints from discord.com.
Related APIs in Developer ToolsSee all →
artificialanalysis.ai API
Compare and rank LLM models and providers across performance benchmarks, then dive into detailed specifications for any model to find the best fit for your needs. Discover performance metrics for specialized AI systems handling speech, images, and video, plus benchmark data for different hardware configurations.
python.org API
Access comprehensive Python release information including downloads, versions, and supported operating systems, plus stay updated with the latest Python news and events. Search across Python.org's resources and browse release files, details, and the FTP index all in one place.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
nvidia.com API
nvidia.com API
crt.sh API
Search for SSL/TLS certificates across public transparency logs by domain, fingerprint, serial number, or public key, and retrieve detailed certificate information including issuer, validity dates, and certificate chain details. Monitor certificate issuance for domains you care about to track security changes and detect unauthorized certificates.
lucide.dev API
Browse and download thousands of Lucide icons with instant search and category filtering to find exactly what you need. Get SVG files and metadata for each icon to integrate them seamlessly into your projects.
instantdomainsearch.com API
Check domain name availability instantly across over 800 TLD extensions and verify whether specific domains are registered. Search and monitor domain registration status to find your perfect web address or track competitor domains in real-time.
producthunt.com API
Access Product Hunt's daily leaderboards, detailed product pages, and search functionality. Retrieve ranked product launches for any date or date range, including upvote counts, descriptions, maker information, tags, and external links.