get_metabox_gallery
This endpoint is used to get any post, custom post type (CPT) all gallery images from custom field. If you provide ‘meta_key’ variable of Meta Box custom field, gallery images will be listed.
You can also provide size variable.
Resource URL
http://localhost/api/userplus/get_metabox_gallery/
Method
POST
Required Parameters
- post_id
- key – get API key from Settings > User Plus
- meta_key - Meta Box custom field meta_key.
Optional Parameters
- size – default thumbnail
Endpoint Returns
Array of post gallery images info with Meta Box custom field meta_key.
Sample Request URL
http://localhost/api/userplus/get_metabox_gallery/?key=5f29a6ec60deb&meta_key=homey_listing_images&post_id=2047
Sample Response
{
"status": "ok",
"gallery": {
"2045": {
"width": 150,
"height": 150,
"file": "2020\/07\/hotel.png",
"sizes": {
"thumbnail": {
"file": "hotel-150x150.png",
"width": 150,
"height": 150,
"mime-type": "image\/png"
},
"homey-gallery-thumb2": {
"file": "hotel-120x80.png",
"width": 120,
"height": 80,
"mime-type": "image\/png"
},
"homey_thumb_360_120": {
"file": "hotel-225x120.png",
"width": 225,
"height": 120,
"mime-type": "image\/png"
}
},
"image_meta": {
"aperture": "0",
"credit": "",
"camera": "",
"caption": "",
"created_timestamp": "0",
"copyright": "",
"focal_length": "0",
"iso": "0",
"shutter_speed": "0",
"title": "",
"orientation": "0",
"keywords": []
},
"ID": "2045",
"name": "hotel.png",
"path": "\/home\/biznarty\/public_html\/wp-content\/uploads\/2020\/07\/hotel.png",
"url": "https:\/\/domain.com\/wp-content\/uploads\/2020\/07\/hotel-150x150.png",
"full_url": "https:\/\/domain.com\/wp-content\/uploads\/2020\/07\/hotel.png",
"title": "hotel",
"caption": "",
"description": "",
"alt": "",
"srcset": "https:\/\/domain.com\/wp-content\/uploads\/2020\/07\/hotel.png 225w, https:\/\/domain.com\/wp-content\/uploads\/2020\/07\/hotel-150x150.png 150w"
},
"2046": {
"width": 150,
"height": 150,
"file": "2020\/07\/house.jpg",
"sizes": {
"medium": {
"file": "house-300x300.jpg",
"width": 300,
"height": 300,
"mime-type": "image\/jpeg"
},
"thumbnail": {
"file": "house-150x150.jpg",
"width": 150,
"height": 150,
"mime-type": "image\/jpeg"
},
"homey-listing-thumb": {
"file": "house-360x300.jpg",
"width": 360,
"height": 300,
"mime-type": "image\/jpeg"
},
"homey-gallery-thumb": {
"file": "house-250x250.jpg",
"width": 250,
"height": 250,
"mime-type": "image\/jpeg"
},
"homey-gallery-thumb2": {
"file": "house-120x80.jpg",
"width": 120,
"height": 80,
"mime-type": "image\/jpeg"
},
"homey_thumb_555_262": {
"file": "house-360x262.jpg",
"width": 360,
"height": 262,
"mime-type": "image\/jpeg"
},
"homey_thumb_360_120": {
"file": "house-360x120.jpg",
"width": 360,
"height": 120,
"mime-type": "image\/jpeg"
}
},
"image_meta": {
"aperture": "0",
"credit": "",
"camera": "",
"caption": "",
"created_timestamp": "0",
"copyright": "",
"focal_length": "0",
"iso": "0",
"shutter_speed": "0",
"title": "",
"orientation": "0",
"keywords": []
},
"ID": "2046",
"name": "house.jpg",
"path": "\/home\/biznarty\/public_html\/wp-content\/uploads\/2020\/07\/house.jpg",
"url": "https:\/\/domain.com\/wp-content\/uploads\/2020\/07\/house-150x150.jpg",
"full_url": "https:\/\/domain.com\/wp-content\/uploads\/2020\/07\/house.jpg",
"title": "house",
"caption": "",
"description": "",
"alt": "",
"srcset": "https:\/\/domain.com\/wp-content\/uploads\/2020\/07\/house-300x300.jpg 300w, https:\/\/domain.com\/wp-content\/uploads\/2020\/07\/house-150x150.jpg 150w, https:\/\/domain.com\/wp-content\/uploads\/2020\/07\/house-250x250.jpg 250w, https:\/\/domain.com\/wp-content\/uploads\/2020\/07\/house.jpg 360w"
},
"1915": {
"width": 150,
"height": 150,
"file": "2020\/06\/corner-house.jpeg",
"sizes": {
"medium": {
"file": "corner-house-300x205.jpeg",
"width": 300,
"height": 205,
"mime-type": "image\/jpeg"
},
"thumbnail": {
"file": "corner-house-150x150.jpeg",
"width": 150,
"height": 150,
"mime-type": "image\/jpeg"
},
"medium_large": {
"file": "corner-house-768x524.jpeg",
"width": 768,
"height": 524,
"mime-type": "image\/jpeg"
},
"homey-listing-thumb": {
"file": "corner-house-450x300.jpeg",
"width": 450,
"height": 300,
"mime-type": "image\/jpeg"
},
"homey-gallery-thumb": {
"file": "corner-house-250x250.jpeg",
"width": 250,
"height": 250,
"mime-type": "image\/jpeg"
},
"homey-gallery-thumb2": {
"file": "corner-house-120x80.jpeg",
"width": 120,
"height": 80,
"mime-type": "image\/jpeg"
},
"homey-variable-slider": {
"file": "corner-house-733x500.jpeg",
"width": 733,
"height": 500,
"mime-type": "image\/jpeg"
},
"homey_thumb_555_360": {
"file": "corner-house-555x360.jpeg",
"width": 555,
"height": 360,
"mime-type": "image\/jpeg"
},
"homey_thumb_555_262": {
"file": "corner-house-555x262.jpeg",
"width": 555,
"height": 262,
"mime-type": "image\/jpeg"
},
"homey_thumb_360_360": {
"file": "corner-house-360x360.jpeg",
"width": 360,
"height": 360,
"mime-type": "image\/jpeg"
},
"homey_thumb_360_120": {
"file": "corner-house-360x120.jpeg",
"width": 360,
"height": 120,
"mime-type": "image\/jpeg"
}
},
"image_meta": {
"aperture": "0",
"credit": "",
"camera": "",
"caption": "",
"created_timestamp": "0",
"copyright": "",
"focal_length": "0",
"iso": "0",
"shutter_speed": "0",
"title": "",
"orientation": "0",
"keywords": []
},
"ID": "1915",
"name": "corner-house.jpeg",
"path": "\/home\/biznarty\/public_html\/wp-content\/uploads\/2020\/06\/corner-house.jpeg",
"url": "https:\/\/domain.com\/wp-content\/uploads\/2020\/06\/corner-house-150x150.jpeg",
"full_url": "https:\/\/domain.com\/wp-content\/uploads\/2020\/06\/corner-house.jpeg",
"title": "corner house",
"caption": "",
"description": "",
"alt": "",
"srcset": "https:\/\/domain.com\/wp-content\/uploads\/2020\/06\/corner-house-300x205.jpeg 300w, https:\/\/domain.com\/wp-content\/uploads\/2020\/06\/corner-house-768x524.jpeg 768w, https:\/\/domain.com\/wp-content\/uploads\/2020\/06\/corner-house-733x500.jpeg 733w, https:\/\/domain.com\/wp-content\/uploads\/2020\/06\/corner-house.jpeg 900w"
},
"1930": {
"width": 150,
"height": 150,
"file": "2020\/06\/dream-house.jpeg",
"sizes": {
"medium": {
"file": "dream-house-300x225.jpeg",
"width": 300,
"height": 225,
"mime-type": "image\/jpeg"
},
"large": {
"file": "dream-house-1024x768.jpeg",
"width": 1024,
"height": 768,
"mime-type": "image\/jpeg"
},
"thumbnail": {
"file": "dream-house-150x150.jpeg",
"width": 150,
"height": 150,
"mime-type": "image\/jpeg"
},
"medium_large": {
"file": "dream-house-768x576.jpeg",
"width": 768,
"height": 576,
"mime-type": "image\/jpeg"
},
"homey-listing-thumb": {
"file": "dream-house-450x300.jpeg",
"width": 450,
"height": 300,
"mime-type": "image\/jpeg"
},
"homey-gallery-thumb": {
"file": "dream-house-250x250.jpeg",
"width": 250,
"height": 250,
"mime-type": "image\/jpeg"
},
"homey-gallery": {
"file": "dream-house-1140x760.jpeg",
"width": 1140,
"height": 760,
"mime-type": "image\/jpeg"
},
"homey-gallery-thumb2": {
"file": "dream-house-120x80.jpeg",
"width": 120,
"height": 80,
"mime-type": "image\/jpeg"
},
"homey-variable-slider": {
"file": "dream-house-667x500.jpeg",
"width": 667,
"height": 500,
"mime-type": "image\/jpeg"
},
"homey_thumb_555_360": {
"file": "dream-house-555x360.jpeg",
"width": 555,
"height": 360,
"mime-type": "image\/jpeg"
},
"homey_thumb_555_262": {
"file": "dream-house-555x262.jpeg",
"width": 555,
"height": 262,
"mime-type": "image\/jpeg"
},
"homey_thumb_360_360": {
"file": "dream-house-360x360.jpeg",
"width": 360,
"height": 360,
"mime-type": "image\/jpeg"
},
"homey_thumb_360_120": {
"file": "dream-house-360x120.jpeg",
"width": 360,
"height": 120,
"mime-type": "image\/jpeg"
}
},
"image_meta": {
"aperture": "0",
"credit": "",
"camera": "",
"caption": "",
"created_timestamp": "0",
"copyright": "",
"focal_length": "0",
"iso": "0",
"shutter_speed": "0",
"title": "",
"orientation": "0",
"keywords": []
},
"ID": "1930",
"name": "dream-house.jpeg",
"path": "\/home\/biznarty\/public_html\/wp-content\/uploads\/2020\/06\/dream-house.jpeg",
"url": "https:\/\/domain.com\/wp-content\/uploads\/2020\/06\/dream-house-150x150.jpeg",
"full_url": "https:\/\/domain.com\/wp-content\/uploads\/2020\/06\/dream-house.jpeg",
"title": "dream house",
"caption": "",
"description": "",
"alt": "",
"srcset": "https:\/\/domain.com\/wp-content\/uploads\/2020\/06\/dream-house-300x225.jpeg 300w, https:\/\/domain.com\/wp-content\/uploads\/2020\/06\/dream-house-1024x768.jpeg 1024w, https:\/\/domain.com\/wp-content\/uploads\/2020\/06\/dream-house-768x576.jpeg 768w, https:\/\/domain.com\/wp-content\/uploads\/2020\/06\/dream-house-667x500.jpeg 667w, https:\/\/domain.com\/wp-content\/uploads\/2020\/06\/dream-house.jpeg 1200w"
}
}
}