Skip to main content
07399 456 959 [email protected]

Gift Categories Object
Last updated: January 05 2022 11:19 PM

Headers

Attribute Type Description
x-api-key
required
string The api token you will use to authorise requests to the API.

Query Parameters Available for Gift Categories

Parameter Type Description
expand
optional
string Get associated content for all gift gategories
fields
optional
string Reduce the number of properties returned for gift gategories
sort
optional
string Sort the gift gategories

Gift Categories Object

default attributes in the gift categories object will always be returned.

Attribute Type Description
id
default
number A unique numeric Product ID that can be used to identify and reference other resources

E.g. 2
name
default
string Gift Category name

E.g. Games Consoles
slug
default
string Friendly url

E.g. games-consoles
content array[object] An array containing content for the gift categories. See the gift categories content object.
metaData array[object] An array containing meta tags about the HTML document (title, description and keywords). See the gift categories meta data object
images array[object] An array containing images in various formats. See the gift categories images object
gifts array[object] An array containing gifts associated with each gift category See the gifts object
{
  "giftCategories" : [
    {
      "id": "2",
      "name": "Games Consoles Deals",
      "slug": "games-consoles-deals",
      "content": {
          "heading": "FREE games console with a mobile phone contract",
          "introduction": "Get a FREE Microsoft Xbox One X or Microsoft Xbox One S, Sony PlayStation PS4 Slim or the very latest Sony Playstation PS4 Pro and Nintendo Switch with a mobile phone contract. All the leading manufacturers and the latest consoles, . Why spend hundreds of pounds on a new games console when you can get one for FREE."
      },
      "metaData": {
          "title": "Free Games Console with Phone Contracts - Compare FREE gift mobile phone deals",
          "description": "Get a Games Console when you take out a mobile phone contract.  Compare the best Free games consoles gifts with Mobile phones.",
          "keywords": "free, games console, gifts, mobile phone contracts, free console mobile deals"
      },
      "images": {
          "largeFrontImageWebp": "http://static.local.co.uk/img/gifts/default/games-consoles-deals.webp",
          "largeFrontImagePng": "http://static.local.co.uk/img/gifts/default/games-consoles-deals.png",
          "largeFrontImageJpg": "http://static.local.co.uk/img/gifts/default/games-consoles-deals.jpg"
      },
      "gifts": [
        {
            "id": "1001",
            "name": "Sony PS4 1TB",
            "slug": "sony-ps4-1tb"
        },
        {
            "id": "1059",
            "name": "Sony Playstation 4 Solus Console",
            "slug": "sony-playstation-4-solus-console"
        },
        {
            "id": "1060",
            "name": "Xbox One S 1TB Console",
            "slug": "xbox-one-s-1tb-console"
        },
        {
            "id": "1117",
            "name": "Xbox One S 500GB with Minecraft",
            "slug": "xbox-one-s-500gb-with-minecraft"
        },
        {
            "id": "1118",
            "name": "Sony Playstation 4 Slim 500GB Black with Uncharted Bundle",
            "slug": "sony-playstation-4-slim-500gb-black-with-uncharted-bundle"
        },
        {
            "id": "1155",
            "name": "Xbox One X",
            "slug": "xbox-one-x"
        },
        {
            "id": "1169",
            "name": "Nintendo Switch Console Grey",
            "slug": "nintendo-switch-console-grey"
        },
        {
            "id": "1189",
            "name": "Atari Flashback 8 HD Game Console with 120 Games",
            "slug": "atari-flashback-8-hd-game-console-with-120-games"
        },
        {
            "id": "1190",
            "name": "Sega Mega Drive with 85 Built-in Games HD",
            "slug": "sega-mega-drive-with-85-built-in-games-hd"
        },
        {
            "id": "1202",
            "name": "Playstation 4 Pro 1TB Console",
            "slug": "playstation-4-pro-1tb-console"
        },
        {
            "id": "1211",
            "name": "PS4 Bundle",
            "slug": "ps4-bundle"
        }
      ]
    }
  ]
}