Hello,
I am trying to find a way to know how to get metadata using API but there is no way to get all metadata that I have in my collection. (Planet)
Example: (metadata from the web page of my subscription of my collection).
{"id":"20221128_104338_53_2461","type":"Feature","geometry":{"coordinates":[[[-6.070347313222745,37.473266289407],[-6.119290373846348,37.288744329019345],[-5.732576885310842,37.22338871600404],[-5.6829348771108155,37.406328345198396],[-6.070347313222745,37.473266289407]]],"type":"Polygon"},"properties":{"acquired":"2022-11-28T10:43:38.538468Z","anomalous_pixels":0,"clear_confidence_percent":98,"clear_percent":100,"cloud_cover":0,"cloud_percent":0,"ground_control":true,"gsd":3.9,"heavy_haze_percent":0,"instrument":"PSB.SD","item_type":"PSScene","light_haze_percent":0,"pixel_resolution":3,"provider":"planetscope","ps4b_geometry":{"coordinates":[[[-6.070347313222745,37.473266289407],[-6.119290373846348,37.288744329019345],[-5.732576885310842,37.22338871600404],[-5.6829348771108155,37.406328345198396],[-6.070347313222745,37.473266289407]]],"type":"Polygon"},"published":"2022-11-28T15:36:47Z","publishing_stage":"finalized","quality_category":"standard","satellite_azimuth":100.9,"satellite_id":"2461","shadow_percent":0,"snow_ice_percent":0,"strip_id":"6107882","sun_azimuth":157.3,"sun_elevation":28,"updated":"2022-11-29T04:30:31Z","view_angle":4.9,"visible_confidence_percent":73,"visible_percent":100}}
I want to know the way that I can get those metadata using API. (Planet)
I look forward the answer.
Thanks