Makeup

Makeup — Makeup Information

🩺 Health & FoodHEALTHYchecked 10h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Makeup exposes makeup Information We verified a keyless GET endpoint returning JSON (Health). Check the provider docs for rate limits and terms before production use.

87HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 87 · healthy
Uptime history
99.02%90 days
100%30 days
791P50 · ms
2529P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 541 ms, slowest 1558 ms, most recent 832 ms.
Live response samplecaptured by our last successful check
GET http://makeup-api.herokuapp.com/api/v1/products.json?brand=maybelline

[
  {
    "id": 495,
    "brand": "maybelline",
    "name": "Maybelline Face Studio Master Hi-Light Light Booster Bronzer",
    "price": "14.99",
    "price_sign": null,
    "currency": null,
    "image_link": "https://d3t32hsnjxo7q6.cloudfront.net/i/991799d3e70b8856686979f8ff6dcfe0_ra,w158,h184_pa,w158,h184.png",
    "product_link": "https://well.ca/products/maybelline-face-studio-master_88837.html"
  },
  {
    "id": 488,
    "brand": "maybelline",
    "name": "Maybelline Fit Me Bronzer",
    "price": "10.29",
    "price_sign": null,
    "currency": null,
    "image_link": "https://d3t32hsnjxo7q6.cloudfront.net/i/d4f7d82b4858c622bb3c1cef07b9d850_ra,w158,h184_pa,w158,h184.png",
    "product_link": "https://well.ca/products/maybelline-fit-me-bronzer_31265.html"
  }
]
Call itcurl · fetch · python
curl "http://makeup-api.herokuapp.com/api/v1/products.json?brand=maybelline"
const res = await fetch("http://makeup-api.herokuapp.com/api/v1/products.json?brand=maybelline");
const data = await res.json();
console.log(data);
import requests

res = requests.get("http://makeup-api.herokuapp.com/api/v1/products.json?brand=maybelline")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /api/v1/products.json?brand=maybelline791 mschecked 10h ago
GET/api/v1/products.json?brand=maybellinePROBED

Makeup — Makeup Information

GET/api

Api — documented GET route.

GET/api/1

Api details by ID (example: 1).

GET/api?limit=10

Api — documented GET route.

GET/api/search?q=test

Search by query parameters.

GET/api/v1/products.json?limit=5

Products Json — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Makeup: common questions

Is Makeup free to use?

Yes — Makeup is a free health & food API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Makeup need an API key?

No — Makeup needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Makeup from the browser?

Not directly — Makeup doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Makeup up right now?

As of our last scheduled check, Makeup is healthy with 99.02% uptime over 90 days and a 791 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.