Skip to content

Instantly share code, notes, and snippets.

@joel-extremo
Created June 23, 2018 13:34
Show Gist options
  • Save joel-extremo/74e49761dcf91a22c1e96112b8f411ec to your computer and use it in GitHub Desktop.
Save joel-extremo/74e49761dcf91a22c1e96112b8f411ec to your computer and use it in GitHub Desktop.
Get all landers
{
"current_page": 1,
"data": [
{
"id": 59,
"name": "lander name 2",
"img": "http://www.apicius.es/wp-content/uploads/2012/07/IMG-20120714-009211.jpg",
"url": "http://cpacash.test/",
"vertical": {
"id": 1,
"name": "Main Stream"
},
"subvertical": {
"id": 4,
"name": "Sweeptakes"
}
},
{
"id": 58,
"name": "lander name",
"img": "http://www.apicius.es/wp-content/uploads/2012/07/IMG-20120714-009211.jpg",
"url": "http://cpacash.test/",
"vertical": {
"id": 1,
"name": "Main Stream"
},
"subvertical": {
"id": 4,
"name": "Sweeptakes"
}
},
{
"id": 57,
"name": "lander name",
"img": "http://www.apicius.es/wp-content/uploads/2012/07/IMG-20120714-009211.jpg",
"url": "http://cpacash.test/",
"vertical": {
"id": 1,
"name": "Main Stream"
},
"subvertical": {
"id": 4,
"name": "Sweeptakes"
}
},
{
"id": 53,
"name": "lander name",
"img": "http://www.apicius.es/wp-content/uploads/2012/07/IMG-20120714-009211.jpg",
"url": "http://cpacash.test/",
"vertical": {
"id": 1,
"name": "Main Stream"
},
"subvertical": {
"id": 4,
"name": "Sweeptakes"
}
},
{
"id": 52,
"name": "lander name",
"img": "http://www.apicius.es/wp-content/uploads/2012/07/IMG-20120714-009211.jpg",
"url": "http://cpacash.test/",
"vertical": {
"id": 1,
"name": "Main Stream"
},
"subvertical": {
"id": 4,
"name": "Sweeptakes"
}
}
],
"first_page_url": "http://cpacash.test/api/v1/landers?page=1",
"from": 1,
"last_page": 11,
"last_page_url": "http://cpacash.test/api/v1/landers?page=11",
"next_page_url": "http://cpacash.test/api/v1/landers?page=2",
"path": "http://cpacash.test/api/v1/landers",
"per_page": 5,
"prev_page_url": null,
"to": 5,
"total": 55
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment