MakerWorld API v1
Search MakerWorld — Bambu Lab's 3D model community — for models, print profiles, designers, collections and design contests, from https://api.fetchlayer.dev/makerworld. No MakerWorld or Bambu Lab account required — just your FetchLayer key.
Available endpoints
/search-models POST Get one model in full /model-detail POST Find designers by name /search-designers POST Get a designer's profile /designer-profile POST Search collections by keyword /search-collections POST Get one collection and its models /collection-detail POST List model categories /categories POST List design contests /contests POST Parse a MakerWorld URL /resolve-url GET Download a model image /media Two things to know before you build
- Read
noteson every response. It is an array of caveats about that specific result — a page walk that stopped early, a listing MakerWorld truncated, an upstream ceiling that was hit. An empty array means the result is complete; a non-empty one means it is not, and the string says why. - There is no designer catalogue. MakerWorld does not publish the list of every model a designer has made, so nothing here can filter a model search down to one designer.
/designer-profilereturns their lifetime counts (complete) and their pinned showcase models (not complete). To study one designer's output, search models and read thedesigneron each result.