# API Offers

**Method:** GET

**Base URL:** [**https://wallzone.earnetize.com/api**](https://wallzone.earnetize.com/api/)

### Required Parameters

| Parameter | Description             |
| --------- | ----------------------- |
| app\_id   | The API key for the app |
| userid    | Your userid (Unique ID) |

### Optional Parameters

| Parameter | Description                                                                                                                 |
| --------- | --------------------------------------------------------------------------------------------------------------------------- |
| country   | Filter by specific countries. Accepts a list of comma separated country codes.                                              |
| os        | Filter by specific platforms. Accepts a list of comma separated platforms from this list: `desktop`, `smartphone`, `tablet` |

#### Sample Response

```

    {
    "status": "success",
    "count": 4714,
    "offers": [
    {
            "offer_id": "19624566",
            "title": "Chief Almighty - Android",
            "description": "Open the app, play and complete all task within 60 days",
            "icon": "https:\/\/static.offertoro.com\/uploads\/offers_image\/14367ad6e465f4095a21471bc833ef7c7beb812943267fd6d5a220455837e458.png",
            "conversion": "Open the app, play and complete all task within 60 days",
            "payout": "5",
            "link": "http:\/\/trckr.earnetize.com\/?offer_url=65c6c960e8dcc==&uid=userid&appid=3",
            "user_amount": 10000,
            "devices": [
                "android"
            ],
            "available_in": "GB",
            "countries": [
                "GB"
            ]
        },
        {
             "offer_id": "19633401",
            "title": "Super Monster Catcher - iOS",
            "description": "Open the app, play and reach 3000m depth.",
            "icon": "https:\/\/static.offertoro.com\/uploads\/offers_image\/c6d9be0c5826294d8b054ec3d360654485058c54a7fa383434507dd0d5fa36c7.jpeg",
            "conversion": "Open the app, play and reach 3000m depth.",
            "payout": "1.90",
            "link": "http:\/\/trckr.earnetize.com\/?offer_url=65c6c960e9d2d==&uid=userid&appid=3",
            "events": [
                null
            ],
            "user_amount": 475000.0,
            "devices": [
                "ios"
            ],
            "available_in": "US",
            "countries": [
                "US"
            ]
        },
    ]
}
```
