Order details example
Example code
$url = 'http://panel.seoestore.net/action/api.php';
$api_key = 'Your API Key';
$email = 'Your email';
$data = Array(
'api_key'=>$api_key,//must included in every request
'email'=>$email,//must included in every request
'action'=>'services'//action must included in every request
);
if (is_array($data)) {
foreach ($data as $key => $value) {
$_post[] = $key.'='.$value;
}
}
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, join('&', $_post));
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)');
$result = curl_exec($ch);
curl_close($ch);
Example response
[
{
"id": "22",
"code": "WEB2",
"description": "Web 2.0 blogs (Shared accounts)",
"min_qty": "10",
"price": "7.000",
"extras": "1,2,3,11,12,13,14",
"contextual": "1"
},
{
"id": "25",
"code": "WEB2+ACC",
"description": "Web 2.0 blogs (Dedicated accounts)",
"min_qty": "20",
"price": "13.000",
"extras": "1,2,3,11,12,13,14",
"contextual": "1"
},
{
"id": "19",
"code": "DA70",
"description": "PR9 - DA (Domain Authority) 70+",
"min_qty": "1",
"price": "25.000",
"extras": "1,2,3,11,12,13,14",
"contextual": "1"
},
{
"id": "30",
"code": "DA50-DO",
"description": "DA (Domain Authority) 50+ Do-follow",
"min_qty": "10",
"price": "20.000",
"extras": "1,2,3,11,12,13,14",
"contextual": "1"
},
{
"id": "27",
"code": "DA50",
"description": "DA (Domain Authority) 50+",
"min_qty": "10",
"price": "15.000",
"extras": "1,2,3,11,12,13,14",
"contextual": "1"
},
{
"id": "31",
"code": "DA30-DO",
"description": "DA (Domain Authority) 30+ Do-follow",
"min_qty": "10",
"price": "10.000",
"extras": "1,2,3,11,12,13,14",
"contextual": "1"
},
{
"id": "28",
"code": "DA30",
"description": "DA (Domain Authority) 30+",
"min_qty": "10",
"price": "7.000",
"extras": "1,2,3,11,12,13,14",
"contextual": "1"
},
{
"id": "29",
"code": "FM+",
"description": "The full monty Premium Edition (high DA sites list)",
"min_qty": "1",
"price": "500.000",
"extras": "5,6,7,11,12,13,14",
"contextual": "1"
},
{
"id": "26",
"code": "FM-TNG",
"description": "SEnuke TNG - The full monty 2016 - Campaign",
"min_qty": "1",
"price": "200.000",
"extras": "5,6,7,10,11,12,13,14",
"contextual": "1"
},
{
"id": "3",
"code": "FM-2015",
"description": "SEnuke - The full monty template 2015 - Campaign",
"min_qty": "1",
"price": "150.000",
"extras": "5,6,7,10,11,12,13,14",
"contextual": "1"
},
{
"id": "2",
"code": "FM-2014",
"description": "SEnuke - The full monty template 2014 - Campaign",
"min_qty": "1",
"price": "150.000",
"extras": "5,6,7,10,11,12,13,14",
"contextual": "1"
},
{
"id": "1",
"code": "FM-V4",
"description": "SEnuke - The full monty template V4 (2012) - Campaign",
"min_qty": "1",
"price": "150.000",
"extras": "5,6,7,10,11,12,13,14",
"contextual": "1"
},
{
"id": "4",
"code": "EDU",
"description": ".EDU backlinks (include .edu.xxx domains - mix platforms)",
"min_qty": "50",
"price": "0.400",
"extras": "1,2,3,11,12,13,14",
"contextual": "1"
},
{
"id": "6",
"code": "DOFOLLOW",
"description": "Do-follow backlinks (mix platforms)",
"min_qty": "100",
"price": "0.100",
"extras": "1,2,3,11,12,13,14",
"contextual": "1"
},
{
"id": "23",
"code": "MIX",
"description": "Mix platforms backlinks",
"min_qty": "100",
"price": "0.050",
"extras": "1,2,3,11,12,13,14",
"contextual": "1"
},
{
"id": "5",
"code": "ARTICLES",
"description": "Article directories backlinks (contextual backlinks)",
"min_qty": "100",
"price": "0.100",
"extras": "1,2,3,11,12,13,14",
"contextual": "1"
},
{
"id": "9",
"code": "PROFILES",
"description": "Mix profiles backlinks (forum & social networks)",
"min_qty": "100",
"price": "0.033",
"extras": "1,2,3",
"contextual": "0"
},
{
"id": "10",
"code": "SN-P",
"description": "Social networks profiles backlinks",
"min_qty": "100",
"price": "0.033",
"extras": "1,2,3",
"contextual": "0"
},
{
"id": "11",
"code": "FORUM-P",
"description": "Forum profiles backlinks",
"min_qty": "100",
"price": "0.033",
"extras": "1,2,3",
"contextual": "0"
},
{
"id": "7",
"code": "WIKI",
"description": "Wiki backlinks (mix profiles & articles)",
"min_qty": "100",
"price": "0.050",
"extras": "1,2,3,11,12,13,14",
"contextual": "1"
},
{
"id": "8",
"code": "WIKI-A",
"description": "Wiki articles Backlinks (contextual backlinks)",
"min_qty": "100",
"price": "0.067",
"extras": "1,2,3,11,12,13,14",
"contextual": "1"
},
{
"id": "21",
"code": "COMMENTS",
"description": "Blog\/image\/other comments backlinks",
"min_qty": "100",
"price": "0.100",
"extras": "1,2,3",
"contextual": "0"
},
{
"id": "24",
"code": "F-POST",
"description": "Forum posting backlinks (NOT recommended)",
"min_qty": "100",
"price": "0.100",
"extras": "1,2,3,11,12,13,14",
"contextual": "1"
},
{
"id": "20",
"code": "SHORTENET",
"description": "URL shortener backlinks",
"min_qty": "100",
"price": "0.033",
"extras": "1,2,3",
"contextual": "0"
},
{
"id": "18",
"code": "EXPLOIT",
"description": "Exploit backlinks",
"min_qty": "100",
"price": "0.033",
"extras": "1,2,3",
"contextual": "0"
}
]