Get information about a specific offer’s platform

Path parameters

Response body parameters

Example request

Request GET https://{networkname}.api.offerslook.com/aff/v1/offers/16/platforms

Request GET http://{networkname}.api.offerslook.com/aff/v1/offers/16/platforms

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "offer_platform": {
          "target": [
            {
              "id": 510,
              "offer_id": 16,
              "platform": "PC",
              "system": "Windows",
              "version": [
                "Windows 8",
                "Windows 7",
                "Windows 10"
              ],
              "is_above": 1
            },
            {
              "id": 511,
              "offer_id": 16,
              "platform": "Mobile",
              "system": "Android",
              "version": [
                "4.3",
                "4.4",
                "5.0",
                "5.1",
                "6.0"
              ],
              "is_above": 1
            },
            {
              "id": 512,
              "offer_id": 16,
              "platform": "Mobile",
              "system": "iOS",
              "version": [
                "7.0",
                "7.1",
                "8.0",
                "8.1",
                "8.2",
                "8.3",
                "8.4",
                "9.0",
                "9.1",
                "9.2",
                "9.3"
              ],
              "is_above": 1
            }
          ]
        }
      }
    }

Last updated