Skip to main content

Olfactive families

Olfactive families are the top-level taxonomy of the fragrance world — categories like Floral, Oriental, Woody, and Fresh that group perfumes by their dominant character. WikiParfum provides a structured family hierarchy that powers navigation, filtering, and visual categorization across the platform.

Retrieve a single family

By ID

query FamilyById {
  findFamilyById(id: "5", lang: "EN") {
    id
    name
    slug
    color
    description
    isPrimary
    image {
      small
      medium
      large
    }
    combinations {
      family {
        name
      }
      count
    }
  }
}

By slug

query FamilyBySlug {
  findFamilyBySlug(slug: "woody", lang: "EN") {
    id
    name
    description
    color
    isPrimary
  }
}

List families

Browse all olfactive families. Use isPrimary to filter between main families and subfamilies.
query PrimaryFamilies {
  findFamilies(search: {
    lang: "EN"
    isPrimary: true
    order_by: "position asc"
  }) {
    id
    name
    slug
    color
    description
    image {
      small
      medium
    }
  }
}

All families including subfamilies

query AllFamilies {
  findFamilies(search: {
    lang: "EN"
  }) {
    id
    name
    slug
    color
    isPrimary
    level
  }
}

Key family fields

FieldDescription
nameFamily name (e.g., “Floral”, “Woody”)
slugURL-friendly identifier
colorBrand color associated with this family (hex)
descriptionDescriptive text about the family
isPrimaryWhether this is a primary family or a subfamily
levelHierarchy level in the family tree
positionDisplay order
imageResized image URLs
combinationsCommon family pairings with frequency
intensityAverage intensity for perfumes in this family
conceptsAssociated concepts