Discover/myminifactory.com API
live

myminifactory.com APImyminifactory.com

Access MyMiniFactory data via API: search 3D models, get object details, comments, categories, user profiles, trending designs, and Tribes posts.

Endpoints
8
Updated
14d ago
Try it
Page number for pagination.
Search keyword (e.g. 'dragon', 'miniature'). Omitting returns all objects.
Sort order. Accepted values: relevance, date, popularity, trending. Note: 'trending' and '
Number of results per page.
api.parse.bot/scraper/87aed83d-810e-4622-8d01-76452fb99476/<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/87aed83d-810e-4622-8d01-76452fb99476/search_objects?query=dragon&per_page=3' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Search for 3D printable models/objects. Returns paginated results with items and total count. Note: sort_by 'relevance' and 'popularity' work reliably with search queries; 'trending' and 'date' may return empty items when combined with a query.

Input
ParamTypeDescription
pageintegerPage number for pagination.
querystringSearch keyword (e.g. 'dragon', 'miniature'). Omitting returns all objects.
sort_bystringSort order. Accepted values: relevance, date, popularity, trending. Note: 'trending' and 'date' may return empty items when used with a query.
per_pageintegerNumber of results per page.
Response
{
  "type": "object",
  "fields": {
    "items": "array of object summaries with id, url, name, description, images, views, likes, tags, categories",
    "total_count": "integer total number of matching results"
  },
  "sample": {
    "data": {
      "items": [
        {
          "id": 443150,
          "url": "https://www.myminifactory.com/object/3d-print-articulated-thorny-dragon-flexi-thorny-dragon-443150",
          "name": "Articulated Thorny Dragon | Flexi Thorny Dragon",
          "likes": 98,
          "views": 5432
        }
      ],
      "total_count": 174681
    },
    "status": "success"
  }
}

About the myminifactory.com API

The MyMiniFactory API exposes 8 endpoints covering 3D printable model data from MyMiniFactory.com, including search, full object details, comments, user profiles, and trending rankings. The search_objects endpoint lets you query by keyword and sort by relevance or popularity, returning paginated results with fields like id, name, views, likes, tags, and categories per item. The get_trending_objects endpoint delivers the current trending list without requiring a query string.

Object Search and Detail

The search_objects endpoint accepts a query string, a sort_by value (relevance, popularity, date, or trending), and page/per_page pagination controls. It returns an items array of object summaries and a total_count integer. Note that sort_by values of trending and date may return empty items when combined with a search query — relevance and popularity are the safe choices when filtering by keyword. For full detail on a single model, get_object takes a numeric object_id and returns richer fields including a description, multiple image size variants in the images array, and a nested categories object.

Users and Collections

The get_user endpoint returns a public profile by username, exposing fields like bio, followers, objects (count of uploaded models), views, and a social_networks items array. To enumerate a specific designer's uploads, get_user_objects accepts the same username plus page and per_page, returning the same object summary shape as search results. Both endpoints return input_not_found for non-existent usernames.

Comments, Categories, and Tribes

get_object_comments retrieves paginated comments for any model, with each comment item carrying the comment text, date_posted, a user info block, and a likes count. Many objects have zero comments, so total_count of 0 is a normal response. list_categories returns the full category tree in one unpaginated response — each category object includes id, name, slug, url, and a children array for nested subcategories. The list_tribes endpoint returns paginated creator subscription posts with fields title, body (HTML), tags, username, publishedAt, and coverImageUrl. Unlike other endpoints, list_tribes does not include a total_count.

Common use cases
  • Build a 3D print discovery app that surfaces trending models via get_trending_objects sorted by trending score.
  • Index a searchable catalog of printable miniatures by querying search_objects with keywords like 'miniature' or 'dragon'.
  • Display a designer's full portfolio by combining get_user profile data with their get_user_objects uploads.
  • Aggregate community engagement data by collecting likes and views fields across model listings.
  • Map the full MyMiniFactory category taxonomy using list_categories to build a nested browse UI.
  • Monitor Tribes creator posts for new content releases using list_tribes with pagination.
  • Enrich a 3D model database with tags, image variants, and category metadata from get_object.
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 MyMiniFactory have an official developer API?+
Yes. MyMiniFactory publishes an official API documented at https://www.myminifactory.com/api/v2. It requires registration for an API key and covers object search, user data, and collections.
What does `search_objects` return, and which sort options work reliably?+
search_objects returns an items array of object summaries — each with id, name, url, description, images, views, likes, tags, and categories — plus a total_count. When combining a query string with sort_by, only relevance and popularity reliably return results. The trending and date sort values may return an empty items array when a query is also supplied.
Does the API expose download files or print-ready STL links for 3D models?+
Not currently. The API returns metadata fields including images, tags, categories, views, and likes, but does not expose direct file download URLs or STL asset links. You can fork this API on Parse and revise it to add an endpoint that retrieves file data for a given object ID.
Are there any quirks to the `list_tribes` endpoint compared to others?+
list_tribes does not return a total_count field, unlike every other paginated endpoint in this API. It returns an array of post objects with title, body (HTML content), tags, username, publishedAt, and coverImageUrl. The coverImageUrl field may be an empty string if no cover image is set for a post.
Does the API cover collections or playlists that group multiple models together?+
Not currently. The API covers individual object detail, user profiles, user object lists, categories, trending rankings, and Tribes posts. Grouped collections or curated lists are not exposed as a separate endpoint. You can fork this API on Parse and revise it to add collection-level endpoints.
Page content last updated . Spec covers 8 endpoints from myminifactory.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.