Fragella API
The api behind the popular app fragella.com Programmatic access to the world’s most complete fragrance database (14000 + scents and counting). Fast fuzzy search by name or brand, tolerant to typos Advanced /fragrances/match endpoint – mix minimum accord % (e.g. floral:90) with exact top/middle/base notes Returns detailed note breakdowns plus CDN-hosted PNG icons Numeric accord weights ready for…
Fragella API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GET /notes /notes |
Searches the database for individual fragrance notes. This allows you to retrieve details about specific notes, such as their scent profile and how frequently they are used. |
| GET |
GET /brands/:brandName /brands/{brandName} |
Retrieves all fragrances associated with a specific brand. The brand name is provided as a path parameter and is case-insensitive. This is the ideal endpoint for creating… |
| GET |
GET /accords /accords |
Searches the database for fragrance accords (scent families). This is useful for understanding the primary character of different fragrances. |
| GET |
GET /fragrances/match /fragrances/match |
Returns fragrances that satisfy all requested accords and notes. You can combine minimum accord percentages with specific top, middle, base, or general notes. Results are ranked… |
| GET |
GET /fragrances /fragrances |
This is the primary endpoint for searching the fragrance database. The search is powered by a case-insensitive, fuzzy-matching algorithm, so an exact query is not required to get… |
| GET |
GET /fragrances/similar /fragrances/similar |
Finds fragrances that are most similar to a given scent. The API first performs a fuzzy search to find the best match for the provided name, then scores all other fragrances… |
Fragella API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $12 / month | 60 / minute |
|
| ULTRA Recommended | $49 / month | 60 / minute |
|