HomeGuidesAPI ReferenceChangelogDiscussions
HomeLog In
Guides

Data Structure of Media

FieldColumn TypeDescriptionExample 1
imageshash
_idString
alt_translationTranslation
{
                        "images": {
                            "favicon_small": {
                                "width": 200.0,
                                "height": 200.0,
                                "url": "https://img.example.com/media/1234/thumb.jpg"
                            },
                            "favicon": {
                                "width": 200.0,
                                "height": 200.0,
                                "url": "https://img.example.com/media/1234/thumb.jpg"
                            },
                            "favicon_large": {
                                "width": 200.0,
                                "height": 200.0,
                                "url": "https://img.example.com/media/1234/thumb.jpg"
                            },
                            "transparent_thumb": {
                                "width": 200.0,
                                "height": 200.0,
                                "url": "https://img.example.com/media/1234/thumb.jpg"
                            },
                            "transparent_large": {
                                "width": 500.0,
                                "height": 500.0,
                                "url": "https://img.example.com/media/1234/thumb.jpg"
                            },
                            "transparent_xlarge": {
                                "width": 800.0,
                                "height": 800.0,
                                "url": "https://img.example.com/media/1234/thumb.jpg"
                            },
                            "original": {
                                "width": 800.0,
                                "height": 800.0,
                                "url": "https://img.example.com/media/1234/thumb.jpg"
                            },
                            "source": {
                                "width": 750.0,
                                "height": 750.0,
                                "url": "https://img.example.com/media/1234/thumb.jpg"
                            },
                            "thumb": {
                                "width": 200.0,
                                "height": 200.0,
                                "url": "https://img.example.com/media/1234/thumb.jpg"
                            },
                            "large": {
                                "width": 500.0,
                                "height": 500.0,
                                "url": "https://img.example.com/media/1234/thumb.jpg"
                            },
                            "xlarge": {
                                "width": 800.0,
                                "height": 800.0,
                                "url": "https://img.example.com/media/1234/thumb.jpg"
                            }
                        },
                        "_id": "5f34fd51e8e25c005195055e",
                        "alt_translations": {}