The Ultimate Fragrance Data API
Designed to give you exactly what matters fast, Structured JSON for 74k+ fragrances, with full note breakdowns with occurrence and description, popularity tiers, price/value scores, data confidence levels, accord percentages, longevity, sillage, OilType, season, occasion, pricing, brand info, launch year, country, user rating, images/transparent images, andPurchase Link.
EXPLORE Trait Match & Similarity Search: find fragrance by accord, notes, or similar fragrances.
NEW Headless UI Widget launched! Integrate data directly into your store with zero backend coding required.
By signing up, you agree to our Terms of Use and Privacy Policy.
See it in Action.
Trusted by developers building real apps, no fluff. Make a request. Get clean, structured JSON back. It's that simple.
Interactive Playground Demo
See how quickly you can get the data you need using advanced caching techniques
Access the PlaygroundExample Request - Fuzzy-search
Query our fuzzy-search enabled endpoint to find the top result for "Sauvage".
# GET /api/v1/fragrances
curl --request GET \
--url 'https://api.fragella.com/api/v1/fragrances?search=Sauvage&limit=1' \
--header 'x-api-key: YOUR_API_KEY'
// Sample Response (200 OK)
[
{
"_id": "EauSauvage",
"Name": "Eau Sauvage",
"Brand": "Christian Dior",
"Year": "1966",
"rating": "4",
"Country": "France",
"Confidence": "High",
"Popularity": "High",
"Price Value": "good_value",
"Image URL": "https/.../eau-sauvage.jpg",
"Image URL Transparent": "https/.../eau-sauvage.webp",
"Image Fallbacks": [
"https://...../eau-sauvage.jpg"
],
"Purchase URL": "https:....",
"Gender": "men",
"Price": "152.99",
"Longevity": "Moderate",
"Sillage": "Moderate",
"OilType": "Eau de Parfum",
"General Notes": [
"Hedione", "Galbanum", "Petitgrain",
"Vetiver", "Pink Pepper"
],
"Main Accords": [
"aromatic", "citrus", "fresh spicy",
"woody", "earthy", "mossy", "green"
],
"Main Accords Percentage": {
"aromatic": "Dominant",
"citrus": "Dominant",
"fresh spicy": "Prominent",
"woody": "Prominent"
},
"Season Ranking": [
{ "name": "spring", 2.353 },
{ "name": "summer", 1.212 },
{ "name": "fall", 1.051 },
{ "name": "winter", 0.469 }
],
"Occasion Ranking": [
{ "name": "professional", 2.636 },
{ "name": "casual", 1.145 },
{ "name": "night out", 0 }
],
"Notes": {
"Top": [
{ "name": "Lemon", "imageUrl": "..." },
{ "name": "Bergamot", "imageUrl": "..." },
{ "name": "Basil", "imageUrl": "..." }
],
"Middle": [
{ "name": "Jasmine", "imageUrl": "..." },
{ "name": "Coriander", "imageUrl": "..." },
{ "name": "Patchouli", "imageUrl": "..." },
{ "name": "Sandalwood", "imageUrl": "..." }
],
"Base": [
{ "name": "Oakmoss", "imageUrl": "..." },
{ "name": "Vetiver", "imageUrl": "..." },
{ "name": "Musk", "imageUrl": "..." }
]
}
]
Headless UI Widget
Integrate directly into Shopify, WooCommerce, or any static website without server-side code. Our headless widget binds data directly to your HTML attributes. Bring your CSS, we inject the data.
-
Secure & Whitelisted Public keys restricted to your domain. No quota draining.
-
CSS-Agnostic Inherits your store's native styling. Complete design freedom.
-
Dynamic Binding Auto-loads fragrance data by product title via templates.
<!-- Drop into your product template -->
<div class="fragella-data-container"
data-fragrance-name="{{ product.title }}">
<h4>Performance</h4>
<p>Longevity: <span data-fragella-text="Longevity"></span></p>
<p>Sillage: <span data-fragella-text="Sillage"></span></p>
<h4>Main Accords</h4>
<!-- Injects <span class="fragella-list-item"> -->
<div data-fragella-list="Main Accords"></div>
</div>
<!-- Load the script -->
<script src="https://cdn.fragella.com/enrich.js"
data-client-id="pub_YOUR_KEY"></script>
Experience Fragella for yourself, see how it performs in real-world applications, loved by thousands of users
Curious about how all this powerful data comes to life? Explore our official Fragella app, powered by this very API! Discover new scents, track your collection, and connect with other fragrance enthusiasts.
Go to Fragella App
The Most Comprehensive Fragrance Data API. Period.
Go beyond basic data. Our API delivers rich, structured insights that power sophisticated fragrance applications. See what makes us the developer's choice.
Granular Note & Accord Data
Don't just get a list of notes. Get a full breakdown of top, middle, and base notes, complete with descriptions, occurrence data, and CDN-hosted icons. Plus, understand a scent's character with precise accord percentages.
- Full note pyramid (Top, Middle, Base).
- Note descriptions and usage frequency.
- Accord percentages to quantify scent profiles.
// Response Snippet
"Main Accords Percentage": {
"aromatic": "Dominant",
"citrus": "Dominant",
"fresh spicy": "Prominent"
},
"Notes": {
"Top": [
{ "name": "Lemon", "imageUrl": "..." },
{ "name": "Bergamot", "imageUrl": "..." }
],
"Middle": [ ... ],
"Base": [ ... ]
}
Advanced Trait & Similarity Search
Empower users to find exactly what they're looking for. Our API allows you to query by specific note combinations, accord thresholds, or find fragrances remarkably similar to a known favorite.
- Find scents by accord strength (e.g., "at least 80% woody").
- Query by notes present in the top, middle, or base.
- Discover close alternatives with a similarity score.
# Find fragrances similar to Sauvage
curl 'https://.../similar?name=Sauvage' \
-H 'x-api-key: YOUR_KEY'
# Find floral scents with Pear & Freesia
curl 'https://.../match?accords=floral:100' \
'&top=Pear&middle=Freesia' \
-H 'x-api-key: YOUR_KEY'
Performance & Context Ranking
Provide real-world advice. Our ranked data helps users choose the right fragrance for the right situation, whether it's based on performance, season, or occasion.
- Reliable sillage and longevity scores.
- Clear concentration data (EDT, EDP, Extrait).
- Ranked scores for seasons (Spring, Summer, etc.).
- Occasion suitability (professional, casual, night out).
- Includes Popularity Tiers (Low to Very High), Price-Value metrics, and Confidence Scores for every entry.
// Response Snippet
"Confidence": "High",
"Popularity": "High",
"Price Value": "ok",
"Longevity": "Moderate",
"Sillage": "Moderate",
"OilType": "Eau de Parfum",
"Season Ranking": [
{ "name": "spring", 2.353 },
{ "name": "summer", 1.212 },
...
],
"Occasion Ranking": [
{ "name": "professional", 2.636 },
...
]
Plus, All The Essentials
We've included everything you need for a complete, robust application, right out of the box.
Smart Fuzzy Search
Typos? Partial names? We still find the scent you meant.
Pricing & Purchase Links
Includes pricing data and direct purchase links for monetization.
CDN-Hosted Assets
Lightning-fast bottle shots, transparent images, and note icons.
74k+ Curated Fragrances
A high-quality with launch years, country, ratings and relevant database that's constantly growing.
Fast & Reliable
Built for production with low latency and high uptime.
Excellent Documentation
Clear, comprehensive docs to get you building in minutes.
Powered by Fragella
See how developers are using our data to build the next generation of fragrance tech, and learn how to get your own project featured.
Find the Right Plan for You
Start for free, then scale as you grow. All plans include full data access. We're a small team of developers passionate about infrastructure and technology. We don't operate for profit, every dollar goes directly into maintaining and improving our servers and services.
Pro
For production apps.
- 20,000 requests/month
- Overages (+$0.01/req)
- Carry-over (cap 3000)
Pay As You Go
For variable usage.
Includes a $2 monthly base fee for maintaining API infrastructure and availability.
- Ultra-low $2/mo base fee + flexible usage
Looking for more?
For custom request limits, dedicated support, and service-level agreements, our Enterprise plan has you covered.
Contact SalesCommon Questions
Discover frequently asked questions by new users of Fragella API. We are constantly updating our features to provide you with the latest and most professional data.
Partner With Us or Invest in Our Vision
We are seeking strategic partners and visionary investors to join us in revolutionizing the fragrance industry. Whether you're a brand looking for unique integration opportunities or an investor seeking equity in a high-growth venture, we want to collaborate. Let's build the future of fragrance together.
Explore Opportunities