View image from array (no download)

I’m playing around with some json files. Is it possible to view the image indicated in the array URL with the tag?
If I insert it, the browser lets me download the photo but doesn’t display it.
I also tried changing the photo ID to the filename in the URL but it doesn’t find it.
Maybe this service is not allowed?

Thank you all.

    "catalog":"NGC",
    "name":"NGC5457",
    "m":[
        "M101"
    ]
    ,
    "ngc":null,
    "ic":null,
    "type":"G",
    "object_definition":"Galaxy",
    "ra":"14:03:12.54",
    "dec":"+54:20:56.2",
    "const":"UMa",
    "majax":23.99,
    "minax":23.07,
    "posang":28,
    "b_mag":8.46,
    "v_mag":7.86,
    "j_mag":6.52,
    "h_mag":5.81,
    "k_mag":5.51,
    "surfbr":23.97,
    "hubble":"SABc",
    "cstar_u_mag":null,
    "cstar_b_mag":null,
    "cstar_v_mag":null,
    "cstar_names":null,
    "identifiers":"IRAS 14013+5435,MCG +09-23-028,PGC 050063,SDSS J140312.52+542056.2,UGC 08981",
    "common_names":null,
    "ned_notes":"M102 may be a duplicate obs. of M101; see Sawyer, JRASC 41, Nos 7&8, 1947.",
    "openngc_notes":null,
    "image":{
        "thumbnail":true,
        "filename":"M101.JPG",
        "format":"JPEG",
        "width":816,
        "mimetype":"image/jpeg",
        "id":"0eb14758ee56fb463d6f42d798673e4f",
        "last_synchronized":"2020-05-01T21:29:13.815923",
        "color_summary":[
            "rgba(241, 240, 240, 1.00)",
            "rgba(252, 252, 252, 1.00)",
            "rgba(250, 250, 250, 1.00)"
        ]
        ,
        "height":1054,
        "url":"https://www.datastro.eu/api/explore/v2.1/catalog/datasets/ngc-ic-messier-catalog/files/0eb14758ee56fb463d6f42d798673e4f"

I have created a layout for each celestial body and I would like to make the image appear as well.