itemdb API Guide
    itemdb API Guide
    • Getting Started
    • Slugs
    • Widget
    • Widget Tabs Exemple
    • Item
      • Get latest items
        GET
      • Get an item
        GET
      • Get item's price history
        GET
      • Get item's auction history
        GET
      • Get item's restock history
        GET
      • Get item's trade history
        GET
      • Get items color palette
        GET
      • Get item's color palette
        POST
      • Get many items
        GET
      • Get many items
        POST
      • Get Item Drops Data
        GET
      • Get Dyeworks Variants
        GET
      • Get MME Paths
        GET
      • Get Item Effects
        GET
      • Get Cooking Pot Recipes
        GET
    • Search
      • Search for an item
        GET
    • Lists
      • Get List Info
        GET
      • Get List Item Info
        GET
      • Get List Item Data
        GET
    • Misc
      • Get all ways to change a Pet Color/Species
        GET
      • Get wearable preview
        GET
      • Get cached item's thumbnail
        GET

    Slugs

    Using itemdb slugs is a great way to query the api. Slugs are quite predictable and we use this function to generate them:
    Caution
    If we have items with the same name, the slugs will be like:
    secret-laboratory-map
    secret-laboratory-map-2
    secret-laboratory-map-3
    ...
    Modified at 2025-03-03 00:26:12
    Previous
    Getting Started
    Next
    Widget
    Built with