Discover/grandarchive.com API
live

grandarchive.com APIgrandarchive.com

Access Grand Archive TCG card database and news articles via API. Search cards by type, class, and element. Fetch Ban & Restricted updates, guides, and champion data.

Endpoints
6
Updated
17d ago
Try it
Page number to fetch.
Category to filter by (e.g. news, guide, hidden). Omitting returns all categories.
Number of articles per page.
api.parse.bot/scraper/ae026817-0799-4e47-893b-1d42bf2f037f/<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/ae026817-0799-4e47-893b-1d42bf2f037f/get_articles_list?page=1&page_size=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Fetch a paginated list of articles from the Grand Archive TCG news feed. Returns articles sorted by publication date descending. Supports filtering by category and pagination.

Input
ParamTypeDescription
pageintegerPage number to fetch.
categorystringCategory to filter by (e.g. news, guide, hidden). Omitting returns all categories.
page_sizeintegerNumber of articles per page.
Response
{
  "type": "object",
  "fields": {
    "articles": "array of article summary objects with title, intro, slug, url, published_at, categories, hero_image",
    "pagination": "object containing page, pageSize, pageCount, total"
  },
  "sample": {
    "data": {
      "articles": [
        {
          "url": "https://www.gatcg.com/article/rules-update-copied-activations",
          "slug": "rules-update-copied-activations",
          "intro": "A rules update on copying card activations.",
          "title": "Rules Update: Copied Activations",
          "categories": [
            "news"
          ],
          "hero_image": "https://ga-mainsite-common.s3.us-west-2.amazonaws.com/media/Rules_Update_529c5b5f74.jpg",
          "published_at": "2026-04-20T22:27:03.380Z"
        }
      ],
      "pagination": {
        "page": 1,
        "total": 227,
        "pageSize": 3,
        "pageCount": 76
      }
    },
    "status": "success"
  }
}

About the grandarchive.com API

The Grand Archive API covers 6 endpoints that expose the full Grand Archive TCG card database and official news feed. Use search_cards to query cards by name, type, class, and element — each result includes effect text, editions, cost, level, and circulation data. Separate endpoints handle articles, ban announcements, and champion listings, giving developers a single interface for both game data and editorial content.

Card Database

The search_cards endpoint accepts up to six filter parameters: query (name search), type (CHAMPION, ALLY, ACTION, ITEM, WEAPON, REGALIA, DOMAIN), class (WARRIOR, MAGE, ASSASSIN, CLERIC, RANGER, TAMER, SPIRIT), and element (NORM, FIRE, WATER, WIND, ARCANE, LUXEM, TERA, UMBRA, CRUX, ASTRA). Each card object in the data array returns name, classes, element, types, effect, editions, level, life, cost, and slug. Pagination is handled via page and page_size (max 50); the response includes total_cards, total_pages, and a has_more boolean. The get_champions endpoint is a focused variant that returns only CHAMPION-type cards with the same field structure.

News and Articles

get_articles_list returns a paginated feed of articles sorted by publication date descending. Each summary object includes title, intro, slug, url, published_at, categories, and hero_image. You can filter by category (e.g. news, guide, hidden) and control page size. For full article content, pass the slug to get_article_detail, which returns the complete HTML body alongside all metadata fields. get_latest_articles skips pagination and returns the most recent N articles (1–50) directly.

Ban & Restricted Tracking

get_ban_and_restricted_articles returns all articles with "Ban" in the title, sorted by publication date descending. Unlike the list endpoints, this one returns the full body HTML for each matching article without requiring a separate detail call — useful for parsing rule change history or building a ban timeline.

Common use cases
  • Build a card search tool filtered by element and class using search_cards response fields like effect, cost, and editions.
  • Track Ban & Restricted announcement history with get_ban_and_restricted_articles, which returns full HTML body per article.
  • Populate a champion roster page using get_champions with level, life, and element fields.
  • Display a TCG news feed with publication dates and hero images via get_articles_list.
  • Render full article pages for guides and announcements using get_article_detail HTML body content.
  • Monitor new card releases by polling get_latest_articles with a limit parameter and checking published_at timestamps.
  • Cross-reference card editions and slug data to link card database entries to official announcement articles.
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 Grand Archive have an official developer API?+
Grand Archive provides a public card and content API at https://grandarchive.com. This Parse API surfaces the same card database and news content in a consistent, paginated format.
What does `search_cards` return for each card, and how granular are the filters?+
Each card object includes name, effect text, editions, element, types, classes, level, life, cost, and slug. You can combine type, class, element, and query filters in a single request. Results are paginated with total_cards and has_more to handle large result sets.
Does `get_ban_and_restricted_articles` require any input parameters?+
No. It takes no inputs and returns all Ban & Restricted articles with full body HTML included — unlike the standard list endpoints, which return summaries only and require a follow-up get_article_detail call for body content.
Does the API expose individual card rulings, errata, or card-specific Q&A?+
Not currently. The API covers card metadata (effect text, editions, cost, element, class) and editorial articles from the Grand Archive news feed. Rules clarifications or errata may appear inside article body content returned by get_article_detail, but there is no dedicated per-card rulings endpoint. You can fork this API on Parse and revise it to add a targeted rulings or errata endpoint.
Is article category filtering available, and what categories exist?+
Yes — get_articles_list accepts a category parameter. Documented example values include news, guide, and hidden. Omitting the parameter returns articles across all categories. Category names are also returned in each article's categories array, so you can discover additional values from live responses.
Page content last updated . Spec covers 6 endpoints from grandarchive.com.
Related APIs in EntertainmentSee all →
bazaardb.gg API
Search and retrieve comprehensive data about The Bazaar game cards, including items, skills, merchants, trainers, monsters, and events with full details like tiers, attributes, enchantments, and tooltips. Quickly find the specific card information you need to optimize your gameplay strategy and deck building.
en.onepiece-cardgame.com API
Search and explore One Piece trading card data across all series, view detailed card information including stats, abilities, and artwork, and stay up to date with the latest news, events, and product releases from the official game site. Browse recommended deck strategies and discover upcoming tournaments and expansions.
cardmarket.com API
Search and browse trading cards across Europe's largest marketplace, accessing detailed card information, listings, seller profiles, and finding the best bargains all in one place. Explore games and expansions to discover available singles and compare prices from multiple sellers.
ygoprodeck.com API
Search and retrieve detailed Yu-Gi-Oh! card information including attributes, effects, and images from the comprehensive YGOProDeck database. Browse the complete card catalog or look up specific cards to find everything you need about their stats and abilities.
tcgplayer.com API
Search for trading cards across all games and sets on TCGPlayer, and instantly access detailed pricing information by condition plus current seller listings with prices, shipping costs, and seller ratings. Compare card values and find the best deals from multiple sellers all in one place.
cardkingdom.com API
Search and browse Magic: The Gathering cards with real-time pricing and availability from Card Kingdom, including buylist prices and current deals. Find card details across all editions and filter by format to discover the best prices across the full catalog.
theblock.co API
Access real-time cryptocurrency prices, breaking news, and in-depth research articles from The Block's crypto intelligence platform. Search and browse news by category, discover articles from expert authors, and learn about blockchain topics all in one place.
mtggoldfish.com API
Access Magic: The Gathering metagame data from MTGGoldfish, including popular deck archetypes with popularity metrics, mana composition, and complete card lists. Retrieve metagame breakdowns by format and look up full deck lists by archetype or deck ID.