{
    "instant_film": [
        {
            "type": "Instax",
            "format": "Instax Mini",
            "manufacturer": "Fujifilm",
            "name": "Mini",
            "default_orientation": "vertical",
            "film_size": {
                "width": 54,
                "height": 86,
                "unit": "mm"
            },
            "image_size": {
                "width": 46,
                "height": 62,
                "unit": "mm"
            },
            "aspect_ratio": "1:1.348",
            "aspect_ratio_numeric_to_1": 1.1348,
            "iso": 800,
            "photos_per_pack": 10,
            "battery": false,
            "introduction_year": 1998
        },
        {
            "type": "Instax",
            "format": "Instax Square",
            "manufacturer": "Fujifilm",
            "name": "Square",
            "default_orientation": "square",
            "film_size": {
                "width": 72,
                "height": 86,
                "unit": "mm"
            },
            "image_size": {
                "width": 62,
                "height": 62,
                "unit": "mm"
            },
            "aspect_ratio": "1:1",
            "aspect_ratio_numeric_to_1": 1,
            "iso": 800,
            "photos_per_pack": 10,
            "battery": false,
            "introduction_year": 2017
        },
        {
            "type": "Instax",
            "format": "Instax Wide",
            "manufacturer": "Fujifilm",
            "name": "Wide",
            "default_orientation": "horizontal",
            "film_size": {
                "width": 108,
                "height": 86,
                "unit": "mm"
            },
            "image_size": {
                "width": 99,
                "height": 62,
                "unit": "mm"
            },
            "aspect_ratio": "1.618:1",
            "aspect_ratio_numeric_to_1": 0.618,
            "iso": 800,
            "photos_per_pack": 10,
            "battery": false,
            "introduction_year": 1999
        },
        {
            "type": "Polaroid",
            "format": "Polaroid i-Type",
            "manufacturer": "Polaroid",
            "name": "i-Type",
            "default_orientation": "square",
            "film_size": {
                "width": 88,
                "height": 107,
                "unit": "mm"
            },
            "image_size": {
                "width": 79,
                "height": 79,
                "unit": "mm"
            },
            "aspect_ratio": "1:1",
            "aspect_ratio_numeric_to_1": 1,
            "iso": 640,
            "photos_per_pack": 8,
            "battery": false,
            "introduction_year": 2017
        },
        {
            "type": "Polaroid",
            "format": "Polaroid 600",
            "manufacturer": "Polaroid",
            "name": "600",
            "default_orientation": "square",
            "film_size": {
                "width": 88,
                "height": 107,
                "unit": "mm"
            },
            "image_size": {
                "width": 79,
                "height": 79,
                "unit": "mm"
            },
            "aspect_ratio": "1:1",
            "aspect_ratio_numeric_to_1": 1,
            "iso": 640,
            "photos_per_pack": 8,
            "battery": true,
            "introduction_year": 1981
        },
        {
            "type": "Polaroid",
            "format": "Polaroid SX-70",
            "manufacturer": "Polaroid",
            "name": "SX-70",
            "default_orientation": "square",
            "film_size": {
                "width": 88,
                "height": 107,
                "unit": "mm"
            },
            "image_size": {
                "width": 79,
                "height": 79,
                "unit": "mm"
            },
            "aspect_ratio": "1:1",
            "aspect_ratio_numeric_to_1": 1,
            "iso": 160,
            "photos_per_pack": 8,
            "battery": true,
            "introduction_year": 1972
        },
        {
            "type": "Polaroid",
            "format": "Polaroid Go",
            "manufacturer": "Polaroid",
            "name": "Go",
            "default_orientation": "square",
            "film_size": {
                "width": 53.9,
                "height": 66.6,
                "unit": "mm"
            },
            "image_size": {
                "width": 46,
                "height": 47,
                "unit": "mm"
            },
            "aspect_ratio": "1:1",
            "aspect_ratio_numeric_to_1": 1,
            "iso": 640,
            "photos_per_pack": 8,
            "battery": false,
            "introduction_year": 2021
        }
    ]
}