Home > Blockchain >  Is there a way to access your own AirTag data via API?
Is there a way to access your own AirTag data via API?

Time:02-24

I'm wondering if there's a way to query your own AirTags directly from a server. In other words, you could ask for the current location of your items outside of the Find My app (or any other iOS app).

The use case is to build an automated reminder system to tell me when to move my car for street cleaning (I live in Brooklyn). There's an AirTag in the car, and the idea would be to notify me anytime it's parked somewhere where street cleaning will start soon.

CodePudding user response:

There currently is not for Apple's AirTags, and my understanding is that there isn't one coming, though if you have a dev kit that supports BTLE and Ultrawide hardware, you can use it with CoreLocation and/or the Nearby Interaction framework

  • Related