Discover/cults3d.com API
live

cults3d.com APIcults3d.com

Access 3D printable models, creator profiles, categories, and engagement data from Cults3D via a structured JSON API. Search, filter, and browse listings.

Endpoints
5
Updated
3mo ago
Try it
Maximum number of results to return.
Search keyword (e.g. 'dragon', 'vase', 'miniature').
Number of results to skip for pagination.
api.parse.bot/scraper/169fdf69-3188-4e01-aaa1-3911b5753c25/<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/169fdf69-3188-4e01-aaa1-3911b5753c25/search_creations?limit=2&query=vase&offset=0' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for 3D models by keyword with optional pagination. Returns matching creations sorted by relevance.

Input
ParamTypeDescription
limitintegerMaximum number of results to return.
queryrequiredstringSearch keyword (e.g. 'dragon', 'vase', 'miniature').
offsetintegerNumber of results to skip for pagination.
Response
{
  "type": "object",
  "fields": {
    "total": "integer total number of matching creations",
    "results": "array of creation objects with name, slug, url, description, price, publishedAt, illustrationImageUrl, creator, category, likesCount, viewsCount, downloadsCount"
  },
  "sample": {
    "data": {
      "total": 68094,
      "results": [
        {
          "url": "https://cults3d.com/en/3d-model/game/dragon-theminitednews-3",
          "name": "Dragon",
          "slug": "dragon-theminitednews-3",
          "price": {
            "value": 0,
            "currency": "EUR",
            "formatted": "€ 0"
          },
          "creator": {
            "nick": "WowManRandoManEatPeople"
          },
          "category": {
            "name": "Game",
            "slug": "game"
          },
          "likesCount": 66,
          "viewsCount": 17783,
          "description": "#TABLETOPXLYCHEE",
          "publishedAt": "2025-01-10T00:48:00Z",
          "downloadsCount": 2295,
          "illustrationImageUrl": "https://images.cults3d.com/..."
        }
      ]
    },
    "status": "success"
  }
}

About the cults3d.com API

The Cults3D API provides access to the Cults3D marketplace through 5 endpoints covering model search, detailed creation metadata, creator profiles, category listings, and batch browsing. The search_creations endpoint accepts keyword queries and returns creation objects with pricing, publication date, like counts, and category data. Whether you need to index free models, track designer output, or filter editor's picks by category, the endpoints expose the fields required to do it.

What the API Covers

The API exposes five endpoints against the Cults3D 3D model marketplace. search_creations accepts a query string plus optional limit and offset parameters and returns a total count alongside an array of creation objects — each including name, slug, url, description, price, publishedAt, illustrationImageUrl, creator, category, and likesCount. This is the right starting point for keyword-driven discovery. The slug values in those results feed directly into get_creation_detail.

Creation Detail and Creator Profiles

get_creation_detail takes a slug and returns the full record for a single model: tags, license (with name and code), makes (community prints, each with its own creator and image), price broken into formatted, value, and currency fields, and a details string for printing notes. get_creator_profile takes a creator's nick and returns their bio, followersCount, followeesCount, creationsCount, and an array of their 10 most recent creations with name, slug, price, and thumbnail.

Batch Browsing and Categories

get_creations_batch is the primary listing endpoint. It supports sort (BY_PUBLICATION or BY_POPULARITY), only_free, only_priced, selected (editor's picks), category_slug, limit, and offset. Results include viewsCount and likesCount alongside the standard creation fields. get_categories takes no inputs and returns the full list of top-level category objects — each with a name and slug — suitable for populating a filter UI or iterating over the taxonomy systematically.

Common use cases
  • Build a 3D model search engine filtered by category slug and sorted by popularity using get_creations_batch
  • Track designer activity by polling get_creator_profile for follower count and recent creation arrays
  • Aggregate free model listings across categories using the only_free filter in get_creations_batch
  • Collect license metadata from get_creation_detail to flag models safe for commercial remixing
  • Index editor's picks by setting selected: true in get_creations_batch for curated model feeds
  • Display community makes (real-world prints) for a model using the makes array from get_creation_detail
  • Map the full Cults3D category tree by calling get_categories and iterating slugs into downstream queries
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 Cults3D have an official developer API?+
Cults3D does not publish a documented public developer API. This Parse API provides structured access to Cults3D data without requiring an account or direct site access.
What does `get_creation_detail` return beyond what `search_creations` provides?+
get_creation_detail adds fields not present in search results: tags (array of strings), license (with name and code), a details string for printing notes, and a makes array listing community prints of that model — each with its own creator nick, description, and image URL.
Can I retrieve all creations by a specific creator, not just the 10 most recent?+
get_creator_profile returns up to 10 recent creations and a creationsCount integer showing the total. Full paginated access to a creator's complete catalog is not currently covered. You can fork this API on Parse and revise it to add a creator-scoped listing endpoint.
Does the API expose download counts for models?+
The batch and search endpoints return likesCount and viewsCount as engagement signals, but download counts are not currently exposed. You can fork this API on Parse and revise it to add that field if it becomes available in the source data.
How does pagination work across endpoints?+
search_creations and get_creations_batch both accept offset and limit integer parameters, and each response includes a total field so you can calculate the number of pages. get_creator_profile does not support pagination — it always returns the 10 most recent creations for that creator.
Page content last updated . Spec covers 5 endpoints from cults3d.com.
Related APIs in MarketplaceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.