Discover/shadcnregistry.com API
live

shadcnregistry.com APIshadcnregistry.com

Access shadcn/ui registries, components, source code, install commands, and creator data via the shadcnregistry.com API. 8 endpoints for discovery and inspection.

Endpoints
8
Updated
3mo ago
Try it

No input parameters required.

api.parse.bot/scraper/bf7a9ba5-264f-42cc-9f5e-fa8cbff5fcb2/<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/bf7a9ba5-264f-42cc-9f5e-fa8cbff5fcb2/get_all_registries' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Get all listed registries from the homepage. Returns registry metadata including name, slug, description, item count, and thumbnail URL.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "total": "integer count of registries returned",
    "registries": "array of registry objects with name, slug, description, itemCount, thumbnail, and url"
  },
  "sample": {
    "data": {
      "total": 84,
      "registries": [
        {
          "url": "https://shadcnregistry.com/8bitcn",
          "name": "8bitcn",
          "slug": "8bitcn",
          "itemCount": 0,
          "thumbnail": "https://shadcnregistry.com/_next/image?url=%2Fapi%2Fog%2F8bitcn&w=3840&q=75",
          "description": "A set of 8-bit styled retro components. Works with your favorite frameworks. Open Source. Open Code."
        }
      ]
    },
    "status": "success"
  }
}

About the shadcnregistry.com API

The shadcnregistry.com API gives developers programmatic access to shadcn/ui component registries through 8 endpoints covering discovery, search, and full component detail retrieval. The get_component_detail endpoint returns file-level source code, npm dependencies, install commands, and registry dependencies for any component by its namespace/name ID. You can also list creators, filter components by type, and inspect arbitrary external registry JSON files.

Registry and Component Discovery

get_all_registries returns every registry listed on shadcnregistry.com, including each registry's name, slug, description, itemCount, and thumbnail URL. From there, get_registry_detail accepts a slug parameter (e.g. 'aceternity' or 'animate-ui') and returns the registry's component list as an array of summaries with id, name, and namespace fields. These IDs are in namespace/name format and feed directly into get_component_detail.

Component Detail and Source Code

get_component_detail is the most data-dense endpoint. Pass a component_id like '@kokonutui/button' and the response includes the full files array — each entry has path, content (source code), type, and target — plus dependencies (npm packages), registryDependencies, installCommand, and a description. This makes it possible to inspect component source without visiting the site.

Search and Filtering

search_components accepts a query string and an optional type filter. The type parameter accepts values such as 'component', 'ui', 'hook', 'block', 'theme', 'page', 'lib', and 'file'. Use get_all_component_types to retrieve the authoritative list of accepted type strings at any time. Each search result includes id, name, description, type, slug, namespace, source, and accessible fields.

Creators and External Registry Inspection

get_creators returns all creators producing shadcn/ui content, with each creator's name and social links across github, youtube, and x. inspect_external_registry lets you pass any external shadcn/ui registry JSON URL and get back structured fields including files, dependencies, devDependencies, categories, schema, and title — useful for auditing third-party registries not indexed on shadcnregistry.com. get_all_components_bulk aggregates full component data across all registries and accepts an optional limit parameter to cap how many registries are processed.

Common use cases
  • Build a component search tool that filters shadcn/ui components by type using search_components with the type parameter
  • Automate extraction of component source code and file paths via get_component_detail for code generation pipelines
  • Audit npm dependencies across an entire registry using get_registry_detail followed by bulk get_component_detail calls
  • Generate install command scripts for multiple components by collecting installCommand fields in bulk
  • Populate a creator directory with GitHub, YouTube, and X profile links from get_creators
  • Inspect and validate any external shadcn/ui registry JSON file using inspect_external_registry without manual parsing
  • Compare component coverage across registries by combining get_all_registries itemCounts with per-registry component lists
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 shadcnregistry.com have an official developer API?+
shadcnregistry.com does not publish a documented public developer API. The Parse API surfaces registry, component, and creator data as structured JSON endpoints.
What does `get_component_detail` return beyond a component's name?+
It returns the full files array with each file's path, raw content (source code), type, and target; the installCommand string; dependencies (npm packages); registryDependencies; and a description. You need a component_id in namespace/name format, which you can obtain from get_registry_detail or search_components.
Can I retrieve component usage statistics or download counts?+
Not currently. The API covers structural metadata — source files, dependencies, install commands, and registry membership — but not usage or popularity metrics. You can fork this API on Parse and revise it to add an endpoint if that data becomes available on shadcnregistry.com.
Does `get_all_components_bulk` return paginated results?+
The endpoint accepts a limit integer to cap the number of registries processed, but it does not expose page/offset pagination. For large-scale collection, use limit to process registries in batches across multiple calls.
Is it possible to filter `get_all_registries` by registry category or tag?+
Not currently. get_all_registries returns all listed registries without a filter parameter; the response includes name, slug, description, itemCount, thumbnail, and url for each. You can fork this API on Parse and revise it to add filtering logic over those fields.
Page content last updated . Spec covers 8 endpoints from shadcnregistry.com.
Related APIs in Developer ToolsSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
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.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
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.
icons8.com API
Search for millions of icons across different visual styles like colorful, pattern-based, and minimalist designs to find the perfect icon for your project. Discover and retrieve icons in your preferred style to enhance your designs and applications.
wynncraft.com API
Access detailed Wynncraft game information to look up item metadata and search across the complete item database, retrieve player statistics and character inventories, and browse guild information and global search results. Use this data to compare gear, track player progress, analyze guild rosters, or build tools for the Wynncraft community.
cursor.directory API
Search and discover AI cursor rules, MCP servers, and job listings organized by category to enhance your development workflow. Browse detailed information about each rule and server to find the tools and configurations that best fit your needs.
smstome.com API
Browse temporary phone numbers from countries around the world and read incoming SMS messages in real time. List available numbers by country, retrieve messages sorted newest to oldest, and search message history by sender or content.