17 Mar
2014
17 Mar
'14
12:25 p.m.
Unfortunately, at this time there's no way to make a request like "show me my measurements" as authentication isn't available via the API, only authorization by way of the API keys system. With that said though, you can get a list of measurements by a number of filtration methods, including by just asking for a list of measurements filtered by msm_id: curl 'https://atlas.ripe.net/api/v1/measurement/?msm_id__in=1000192,1000005' So, if you know the ids of your measurements, this is probably the easiest way to get that list via the API. I hope that helps.